wallop 1 Report post Posted October 19, 2015 (edited) I have @exile and @exileserver in the root of arma 3 server folder. All keys and mpmissions etc have been copied.Here is an example launch: ./arma3server -config=cfg/exileserver.server.cfg cfg=cfg/exileserver.network.cfg -mod=@exile -servermod=@exileserver -autoinit > stdout.log 2> stderr.log & 22:42:03 Mission Exile.Altis read from bank.22:42:03 Missing addons detected:22:42:03 exile_client22:42:03 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_clientI filed an issue here too: https://github.com/Kugane/exile_lgsm/issues/2 Edited October 19, 2015 by wallop Share this post Link to post Share on other sites
Luicid 0 Report post Posted October 20, 2015 Hi, you can try to launch your server with this command line: ./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -servermod=\@ExileServer\; -mod=\@Exile\; -port=2302 -autoinit I had same problem like you but with that, it's now ok .And, don't forget to check chmod777 the mods folder (@Exile & @ExileServer) and try this too :http://www.exilemod.com/topic/757-mysql-error-unable-to-locate-extdb2-extension/?do=findComment&comment=4493 Share this post Link to post Share on other sites
wallop 1 Report post Posted October 20, 2015 Thanks for the help Luicid. I was missing the tbb from the second post, so that is fixed now. I am now able to launch using the command above, but I still would like to get the LGSM script working Share this post Link to post Share on other sites
Luicid 0 Report post Posted October 20, 2015 You're welcome Yes, i'm waiting too a way to launch with LGSM ^^ Share this post Link to post Share on other sites