All credit goes to Cortez for all the hard work to make this mod available.
- PBO tool which can be found in the tools folder. (PBO Manager is the better of the two)
- You need to have MySQL version 5.5 and up. Work great on 5.5.31-0+wheezy1 (debian). Older version have problem importing the .SQL file
- Import \sqlfile\1_dayz_origins.sql into your database
- Run a SQL Query of the contents of \sqlfile\2_dayz_origins_vehicle_fix.sql You may need to adjust the database name in the files.
(NOTE: If your having issues installing the functions, and get a message saying you don't have permission to install, you must install the functions as a 'root' user)
- Install the latest OA Beta Patch (http://www.arma2.com/beta-patch.php)
- Create a new folder copy the files from the OA folder into it. (This help retains your original files if you have to start over)
- Copy the Addons folder from the Arma 2 folder into the same folder.
- Copy the map (@DayzOrigins) into the same folder. (Downloaded from Dayz Commander or other tool)
- Edit the following files:
--- \dayz_1.origins.tavi\config.cfg
--- \dayz_1.origins.tavi\HiveExt.ini
--- \dayz_1.origins.tavi\BattlEye\BEServer.cfg
--- \MPMissions\dayz_1.origins.tavi\Debug\player_spawn_2.sqf (More Details Below)
--- \MPMissions\dayz_1.origins.tavi\Camera\loginCamera.sqf (More Details Below)
Editing player_spawn_2.sqf:
Look for:
//Debug Info _headShots = player getVariable["headShots",0]; _kills = player getVariable["zombieKills",0]; _killsH = player getVariable["humanKills",0]; _killsB = player getVariable["banditKills",0]; _humanity = player getVariable["humanity",0]; _zombies = count entities "zZombie_Base"; _zombiesA = {alive _x} count entities "zZombie_Base"; hintSilent parseText format [" Visit: www.epm-gaming.co.uk
Edit last line.
Editing loginCamera.sqf:
Look for:
_welcomeMessage = format["Welcome to EPM Gamings's GB 500 #2 Server %1, Enjoy your stay!",format["%1", name player]];
Edit this line.
- Copy all the files from your git download into your folder. (Make sure to maintain the same file structure)
- Install your PBO tool if you haven't already.
- Use the PBO tool to pack the @dayz_1.origins.tavi\addons\dayz_server folder. (NOTE: You can also pack the folder in the MPMissions folder, but it isn't required)
Auto Refuelling
To enable auto refuelling:
- Edit \MPMissions\dayz_1.origins.tavi\init.sqf
- Look for:
//Remove the double slashes on the line below to enable auto refuelling //[] execVM "Scripts\kh_actions.sqf";
- Remove the double slashes to enable the add-on, save and restart the server. (NOTE: Folders inside the \MPMissions\ folder don't have to be packed to .pbo format)