[Tutorial] DayZ Epoch Origins

With a little help from here:

http://epochmod.com/forum/index.php?/topic/1815-mgt-dayz-epoch-servers/page-3

I was able to put together and run a dayz epoch origins server. Here are the instructions.

1. Download and install epoch server files, epoch mod, and origins mod into your server folder.

2. Install the sql files for your server.

3. Download: http://goo.gl/eRfpKX (SQL files, missions.sqm and dynamic vehicle).

4. Insert the sql additions into your epoch database.

5. Replace dynamic_vehicle.sqf with the one in your server.pbo

6. Replace missions.sqm with the one in your taviana file.

7. In your config.cfg, in your instance folder, set: verifySignatures = 0;

8. For your startup paramaters:

Code:
start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2315 "-config=instance_13_Tavi\config.cfg" "-cfg=instance_13_Tavi\basic.cfg" "-profiles=instance_13_Tavi" -name=instance_13_Tavi "-mod=@DayzOrigins;@DayZ_Epoch;@DayZ_Epoch_Server;"

9. For your client: -mod=@DayZOrigins;@DayZ_Epoch

10. Viola, start her up. It's that easy.
 
Last edited:
Back
Top