aylexx45 1 Report post Posted March 7 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
Z80CPU 527 Report post Posted March 7 Hello @aylexx45, Since I load my mods from a text file, I am going on memory only and that being you must have a semi-colon at the end of every mod. -mods=@RHSAFRF;@CBA_A3 = WRONG -mods=@RHSAFRF;@CBA_A3; = RIGHT Share this post Link to post Share on other sites
aylexx45 1 Report post Posted March 7 44 minutes ago, Z80CPU said: Hello @aylexx45, Since I load my mods from a text file, I am going on memory only and that being you must have a semi-colon at the end of every mod. -mods=@RHSAFRF;@CBA_A3 = WRONG -mods=@RHSAFRF;@CBA_A3; = RIGHT Thanks for the reply but unfortunately this did not fix my problem. Share this post Link to post Share on other sites
Z80CPU 527 Report post Posted March 7 You should research a little better next time... https://community.bistudio.com/wiki/ArmA:_Server_configuration /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
aylexx45 1 Report post Posted March 7 (edited) @Z80CPU You sir are not wrong lol. I tried something like this earlier but what I was doing wrong is as followes -mods=@mod1\;@mod2\ <--- WRONG *this last '\' causes an error. However when follow what you posted it fixed my problem and now my server is working as intended. Thanks so much for the help. It's been hell setting this server up. Edited March 7 by aylexx45 1 Share this post Link to post Share on other sites
Z80CPU 527 Report post Posted March 7 hahahaaha....no big deal! At least you got it working now! Good luck with it! Share this post Link to post Share on other sites