Chippy 10 Posted December 14, 2013 Hey guys, after the installation ob the linux dedicaded server files i got no mapload on server start. Server is ubuntu 13.04 Following settings were in my cfg: class Missions { class Mission1 { template="becti_0097.Altis"; difficulty="regular";} }; can someone help? greets chippy Share this post Link to post Share on other sites
zona-gamer 10 Posted December 14, 2013 you must be loaded in the mission mpmission and file extension in his post without Missions class{ class mission1 { template = "becti_0097.Altis"; difficulty = "regular";} }; Share this post Link to post Share on other sites
Chippy 10 Posted December 14, 2013 mh changed it. but now i got: Error context lass ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! File publicCTI.cfg, line 61: '.Missions': 'c' encountered instead of '=' String id 977 is not registered I can jump of my roof :( sorry for beeing so noobish Share this post Link to post Share on other sites
killswitch 19 Posted December 14, 2013 This works: class Missions { class Mission1 { template = "becti_0097.altis"; difficulty = "regular"; }; }; Make sure the actual mission file is all-lowercase (ie not "becti_0097.Altis.pbo" but rather "becti_0097.altis.pbo"). Share this post Link to post Share on other sites