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
Tutorial Mission File GitHub:https://github.com/UselessFodder/ReforgerCoopTutorial
Tutorial Mission File Direct Download: https://drive.google.com/file/d/1UKm0Xn3F_gtc0U5n1BXWJUZDnfE-Abqh/view?usp=sharing
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
exO's Coop Mission Example: https://github.com/exocs/Reforger-Sample-Coop
Zeal's Night Ops Mission: https://github.com/Zealous666/AR_NightOps1985
Herbiie's How To Guide: https://github.com/Herbiie/ArmAReforgerMissionMakingGuide/wiki/
Comments
Post a Comment