aylexx45 0 Posted March 7, 2019 Hey guys So I'm having a problem with the starting parameters for my server. I'm just trying to host a small server for my friends and I and for some reason I can only load one mod at a time. For context I'm using a LGSM server install on an Ubuntu 18.04 LTS. The mods are loaded in the root directory of my Arma server install and no matter how I set up my content I can only load one mod. Here is an example -mods=@RHSAFRF;@CBA_A3 this only loads RHSAFRF and if I set it up this way -mods=@CBA_A3;@RHSAFRF this only loads CBA_A3. What could the issue be? Share this post Link to post Share on other sites
aylexx45 0 Posted March 7, 2019 https://community.bistudio.com/wiki/ArmA:_Server_configuration this problem is fixed by doing the following syntax adjustment. /usr/home/arma-server/server -cfg=basic.cfg -config=server.cfg -name=server -mod=@mod1\;@mod2\;@mod3 Share this post Link to post Share on other sites