[Solved] ArmA 3 Server -> Missing Addons

J. Fisher

Well-known member
https://i.imgur.com/575loMI.png

and on mission load:

https://i.imgur.com/3V4FCUi.png

Im about to hit a depression, been trying to get it to work for 5 hours straight now. Any ideas?
 
Btw, I made all files small letters already (removed capitals) and this is my startup line: ./arma3server -mod="mods\@506th;mods\@506thace;mods\@cba_a3;mods\@cupterrainscore;mods\@cupterrainscwa;mods\@cupterrainsmaps;mods\@lingordingorisland;mods\@rhsafrf;mods\@rhsgref;mods\@rhssaf;mods\@rhsusaf;mods\@task_force_radio;" -port=2302 -name="FisherServer" -config="server.cfg"


And yes, the PBO's exist in the folder
 
Change your command line from what you have to mod=@506th;@ACE...... Your command line should not contain any /'s and mods should be separated by a ; with no spaces between them.
 
No need for cup terrains core and cup terrains maps. Just CUP terrains complete from the mod depot.
 
2LT Warren said:
Change your command line from what you have to mod=@506th;@ACE...... Your command line should not contain any /'s and mods should be separated by a ; with no spaces between them.

It was in the 'mods' folder. But indeed moving the mods to the main folder and mounting it like that without mods in front works :/ It should work with the mods folder acording to the arma 3 documentation
 
Yes it should work with the mods folder but I have ran into issues with setting a server up like that. I put all mods in the main directory and just use separate command lines if I need to load additional mods.
 
Back
Top