ozdeadmeat 12 Posted April 10, 2015 Can anyone tell me where the Mission Source code is for the new EndGame Mission? Share this post Link to post Share on other sites
fight9 14 Posted April 10, 2015 Its probably locked in the missions_f_mark.ebo, but can find a lot of the functions used in the function viewer (ie revive, group manager, shared objectives). You just have to look through it. Share this post Link to post Share on other sites
lordbooka 159 Posted April 10, 2015 You have to do something a little bit tricky... aaa = compile preprocessFile "\a3\missions_f_mp_mark\MPScenarios\MP_Marksmen_01.Altis\initServer.sqf"; copyToClipboard (str aaa); aaa = compile preprocessFile "\a3\missions_f_mp_mark\MPScenarios\MP_Marksmen_01.Altis\initPlayerLocal.sqf"; copyToClipboard (str aaa); aaa = compile preprocessFile "\a3\missions_f_mp_mark\MPScenarios\MP_Marksmen_01.Altis\mission.sqm"; copyToClipboard (str aaa); aaa = compile preprocessFile "\a3\missions_f_mp_mark\MPScenarios\MP_Marksmen_01.Altis\description.ext"; copyToClipboard (str aaa); You MUST delete the first "{" and the last "}" for each files. Anyway, for this method, the mission is not working 100% correctly (as for mine, I cant establish the FOB). However, at least, we know how to setup HvT modules and the new "Revive" as a respawn template. Share this post Link to post Share on other sites
ozdeadmeat 12 Posted April 10, 2015 Ahh cool, i will definitely check it out. Thnx for letting me know. I will try and post the file content here so everyone can load the mission in the editor and see how BIS did the mission. Share this post Link to post Share on other sites
fight9 14 Posted April 10, 2015 oh damn.. that is tricky. Thanks! Share this post Link to post Share on other sites
valax 1 Posted April 10, 2015 This seems to work perfectly for me. The mission works just how it's supposed to. Share this post Link to post Share on other sites
ozdeadmeat 12 Posted April 11, 2015 It wasn't a question if the mission worked. I wanted to look at the source code so I can try and make my own EndGame Mission Share this post Link to post Share on other sites
chortles 263 Posted May 21, 2015 The current dev branch version of the Arma 3 Tools includes a sample End Game mission as well, and the BIKI includes an official how-to guide. Share this post Link to post Share on other sites