In correlation to my Arma 3 scripting series, I now present a Dayz standalone scripting series. This will start from the very beginning to help people just starting to get a feel and understanding on setting up their mission and writing the scripts in general.
What has been covered so far:
E1: Very beginner introduction covering data types, arrays and such along with classes.
E2: Introduction to actually scripting in enfusion and how to make your script run with more in depth examples of classes and methods.
E2: How to spawn a weapon on your character and add attachments to that weapon in your hands.
E3: How to spawn a car and add various vehicle components to the vehicle such as wheels and needed fluids for it to run.
E4: How to override the TickScheduler function and setup our code properly inside of it.
E4: What are and how to use static variables as a control variable so we can make our script only run every X amount of seconds when we want.
The introduction is a little bit scattered as I was in a bit of a rush, but it should be easy enough to follow along with.
DayZ Standalone Scripting Tutorial Playlist:
Latest Video: