WEEjcoop 0 Report post Posted September 19, 2015 Hi i have just followed all the instruction from the dedciated server setup guide but when i launch the server it launches fine but it doesnt select the "Exil_Altis" mission automatically would anyone be-able to give me a hand with this ? Thanks in advance! Share this post Link to post Share on other sites
JaykePC 2 Report post Posted September 19, 2015 In your config file, make sure your using the default one I think it was inside @ExileServer, at the bottom you should see this;class Missions { class Exile { template = Exile.Altis; difficulty = "ExileRegular"; // ExileRegular or ExileHardcore }; };From what I can remember, this is what selects the mission automatically. Share this post Link to post Share on other sites
WEEjcoop 0 Report post Posted September 19, 2015 Hi JaykePC,Thanks for the help although i had a look at the config file and it does say that exactly {shown below},and the only thing i removed from the startup script was "-autoinit" i added it back in and i am now getting this error "17:15:08 Autoinit is supported only for persistent missions!"it also looked like it was not using that config file when the server had launched as i set the maxPlayers to 50 and it showed as 64 when it launcheddo you have any ideas about this ? Once again thanks for the help class Missions{ class Exile { template = Exile.Altis; difficulty = "ExileRegular"; // ExileRegular or ExileHardcore }; }; Share this post Link to post Share on other sites
JaykePC 2 Report post Posted September 19, 2015 What is your launch parameter? I am on Linux and this is mine bare in mind I use a different map so ignore the Pianosa. Feel free to head onto my teamspeak 'Vexity.net' and ill discuss support over there../arma3server -name=Vexity -config=@ExileServer/config.cfg -cfg=@ExileServer/basic.cfg -serverMod=@ExileServer -mod="@Exile;@Pianosa" -autoinit Share this post Link to post Share on other sites