aylexx45

Arma 3 Linux Server not loading more than one mod

6 posts in this topic

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

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
Advertisement
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 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 by aylexx45
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.