aylexx45

Member
  • Content count

    3
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About aylexx45

  • Rank
    Bambi
  1. @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.
  2. Thanks for the reply but unfortunately this did not fix my problem.
  3. 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?