Adjust your array items to whatever you prefer, just keep in mind inventory space.
Be sure to get the latest Release.
These instructions will get you up and running on your local machine. Even if you dont have the server installed yet. locate the Dayz-updater-Installer.bat open with notepad++ edit the required sections. Save it then run it and wait untile its finished. Will need steam cmd installed for this to work as well.
@echo off TITLE DayZ SA Server - Updater / installer
set STEAM_CMD_LOCATION="#####" <----- Edit set STEAM_USERNAME="######" <----- Edit SET %STEAM_PASSWORD="######" <----- Edit ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="######" <----- Edit
A step by step example that tell you where to locate needed mission file. your_install_location_\dayz\mpmissions\dayzOffline.chernarusplus <- location of int.c file. if a fresh server install is done you must replace my int.c any time the server is updated or reinstalled.
- Hat tip to anyone whose code was used and maynot have been metioned.