How to add DLC to DayZ Epoch Server

Waylon194

Member
Hey guys,

I bought the DLC with the sale (3 DLC for 4,17€)

But when I spawn vehicles in-game from ACR, BAF or PMC some do not spawn.

I think it is because the server doesn't have them.

Anyway I can add them ?

Thanks :)
 
activate at server addons in .bat
Code:
PMC;BAF;ACR;
this example:
Code:
-mod=PMC;BAF;ACR;@DayZ;@OriginsMod;@DayzOverwatch;@DayZ_Epoch;@HaPoDHa9I_CoJI9IHKa;@Server_HaPoDHa9I_CoJI9IHKa_3_Taviana;@extDB_HaPoDHa9I_CoJI9IHKa_3_Taviana;"
P.S. If you server at game hosting upload to host this 3 foldiers
Code:
PMC;BAF;ACR;
 
But.. Baf and pmc (arma oa already have this addons lite version, and you server have too, in full version have hd molels players and vehicles)
 
.BAT
@Echo off
start "arma2" /min "arma2oaserver.exe" -port=2308 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=PMC;BAF;ACR;@DayZ_Epoch;@DayZ_Epoch_Server;"

Folder:
http://imgur.com/JydrFZd
 
Back
Top