NOTE: NOT EVERYTHING IN THIS REPO IS THE BEST WAY TO DO THINGS OR THE EVEN GOOD. MOST OF THE STUFF HERE WAS ME FIGURING OUT HOW THINGS WORKED BY MYSELF. USE WHAT YOU THINK IS USEFUL AND IGNORE THE REST.
This Repository aims to provide the DayZ modding community with samples and some ready to use mods for a wide variety of use cases.
In this repo you will find a variety of samples from the basic creation of your first mod to more advanced scripting topics and everything in between.
Use the wiki provided to learn about the samples.
Please !!! If you know a better way to do something contribute !!! These samples will hopefully help new modders get started and help the community as a whole.
- ClothingTextures: This directory is used for the tutorial found in the GitHub wiki for this repo.
- Events: This directory contains three event scipts that are ready to be packed and used ingame, the scripts are a horde spawning script, loot pile event script (think airdrops) and a very basic radiation script.
- Guns: Contains working guns and unbinarized models for you to learn from.
- Misc Objects: Contains the following;
- basebuilding: Contains p3ds and configs for various base building objects.
- cassete: Contains a functional ingame cassette player that plays music.
- clothes: Contains 100s of clothing texture that you can use for any purpose you want.
- gear: Contains melee weapons, masks and random items.
- infected: Contains a lot of various scripts to support features of the gear and basebuilding folders as well as other functionality such as recipes and actions. Also contains info in config.cpp for slow zombies.
- logo: Custom ingame toggable logo.
- rpchat: Small custom chat that allows colors and prefix based on what you type before your messege.
- standmap: Shows you how to change hunter stand map images.
- RestAPI: Sample of how to use RestAPI to connect to a web server.