alduric 10 Posted January 2, 2014 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
zona-gamer 10 Posted January 2, 2014 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
alduric 10 Posted January 2, 2014 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
yxman 90 Posted January 4, 2014 ./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
alduric 10 Posted January 5, 2014 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
magaman 1 Posted January 5, 2014 (edited) ./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 January 6, 2014 by magaman Share this post Link to post Share on other sites