qqqbbb Posted April 2, 2013 Share Posted April 2, 2013 I need to replace sectoids with mutons so I can encounter them in first mission. How do I do it? Link to comment Share on other sites More sharing options...
johnnylump Posted April 2, 2013 Share Posted April 2, 2013 It requires hex editing changes into XComStrategyGame.upk. If you want to make the first mission mutons, you'll need to edit class XGStrategyAI, function DetermineFirstMissionSquad(), and change all the 24 04 codes to 24 07. If you want to make similar changes in other missions, you'll need to edit the function GetPossibleAliens(). If you haven't done hex editing before, you'll need to read the wiki: http://wiki.tesnexus.com/index.php/Hex_editing_UPK_files and possibly poke around other tutorials on this forum. Link to comment Share on other sites More sharing options...
qqqbbb Posted April 3, 2013 Author Share Posted April 3, 2013 Thanks! Now I can try to fix muton crash. Link to comment Share on other sites More sharing options...
Recommended Posts