Jump to content
Sign in to follow this  
alduric

A3 Linux server and mods problem

Recommended Posts

Im trying to setup linux server, and its ALMOST working fine...but there is major problem for me with mods. When i trying to pick a mission i see:

1:35:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.acre_sys_radio

There is ACRE on server, and i have it on client. Server in 'expansions' have all mods on list....So where may be the problem :/ ?

This is my startup command line:

./arma3server -port=2322 -cpuCount=4 -config=config.cfg -mod=@acre\;@cba_a3\;@jayarma3lib\;

Share this post


Link to post
Share on other sites

good think I know your problem if the problem is linux esque your server and you do not charge mod should do the following at the command line add the end

-mod = @ name1, name2 @

then your server within the mod folder there is a call you must call addons Addons and within your root server folder called addons aver one should also Addons you must call as sun and linux problem

Share this post


Link to post
Share on other sites

So its shld looks like ?

./arma3server -port=2322 -cpuCount=4 -config=config.cfg -mod=@acre,@cba_a3,@jayarma3lib

Share this post


Link to post
Share on other sites

./arma3server -port=2322 -cpuCount=4 -config=config.cfg -mod=@acre;@cba_a3;@jayarma3lib;

is right.

Share this post


Link to post
Share on other sites

And its not working, with this cmd line i have only ACRE on active mod list.

Share this post


Link to post
Share on other sites

./arma3server -port=2322 -cpuCount=4 -config=config.cfg -mods=@cba_a3\;@acre\;@jayarma3lib

Cba should load 1st and for linux you need to use \; to seperate mods.

This is my startup:

./arma3server -config=a3.cfg -config=server.cfg -netlog -port=2302 -mods=@CBA_A3\;@ACRE_A3\;@JayArma2Lib_A3\;@Nimitz\;@ALiVE\;@LEA_A3\;@NATO_Russian_SF_Weapons\;@POMI_PMC\;@RH_M4_A3\;@sthud_a3\;@tmr\;@FA18_A3\;@VTS_Music

Edited by magaman

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×