Jump to content
silente13

arma 3 server doesn't read second MOD

Recommended Posts

Hello guys, my server can read only one mod of the parametres of mod.


fn_parms(){
parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
}


mods="@life_server;@jeep"

servermods="@extDB2"

The server read only life_server, and not jeep... I try with @life_server\, same thing... P.S I'm in debian 7. 

Share this post


Link to post
Share on other sites

project of illimination, try loading just @jeep and not @life

 

and if that works then try mods="@jeep;@life_server"

 

I would also assume that the @life_server should maybe just be loaded in servermods

Share this post


Link to post
Share on other sites

project of illimination, try loading just @jeep and not @life

 

and if that works then try mods="@jeep;@life_server"

 

I would also assume that the @life_server should maybe just be loaded in servermods

 

If i load first @jeep then @life_server, read only @jeep and not @life_server... And if i put @life_server after @extDB2, the server dosen't read @life_server, but just @extDB2.

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

×