How to Make Missions in Arma Reforger Tutorial Resource Page

Thanks for Watching the Tutorial Video!

Below, you can find all of the resources I spoke about. If anything is missing, please let me know in discord at UselessFodder#0994 , Twitter @UselessFodder, or via email uselessfodder at gmail.com


End Game Script to copy:

SCR_BaseGameMode gameMode = SCR_BaseGameMode.Cast(GetGame().GetGameMode());
Faction faction = GetGame().GetFactionManager().GetFactionByKey("US");
int usIndex = GetGame().GetFactionManager().GetFactionIndex(faction);
gameMode.EndGameMode(SCR_GameModeEndData.CreateSimple(SCR_GameModeEndData.ENDREASON_EDITOR_FACTION_VICTORY, -1, usIndex));

HUGE Twitter Thread on Making Missions and Mods in Reforger / Enfusion:  https://twitter.com/UselessFodder/status/1527025290169487360

Comments