ViperCanel Posted December 11, 2015 Share Posted December 11, 2015 (edited) I just want to be able to give special soldiers like Zhang and Annette helmets using PatcherGUI. I already found a mod for this by PeaslyWelbott but unfortunately when he updated his mod for PatcherGUI he only carried over shiv customization and left out special soldiers. I tried my luck changing <IsATank> to <IsASpecialSoldier> and <IsSuperSoldier>, also played around with hexes a little but always ended up with an error. If you could check the PatcherGUI version and add in Zhang/Annette customization I would be grateful. The code: MOD_NAME=My SHIV is Special AUTHOR=Peasly Wellbott DESCRIPTION=Opens SHIVs to customization. Version: 1.0 Compatible with XCOM Enemy Within/Enemy Unknown versions: - All hopefully UPK_FILE=XComStrategyGame.upk OBJECT=XGSoldierUI.UpdateMainMenu [BEFORE_CODE] <IsATank> 16 18 20 00 19 [AFTER_CODE] <IsInPsiTesting> 16 18 20 00 19 His outdated Toolboks version for comparison: MOD_NAME=My SHIV is Special AUTHOR=Peasly Wellbott DESCRIPTION=Opens SHIVs and Super Soldiers to customization. Version: 1.0 Compatible with XCOM Enemy Within versions: - Patch 1( Changelist: 398180 ) UPK_FILE=XComStrategyGame.upk OFFSET=4571020 [MODDED_HEX] /* Open Customization tab for SHIVs and Super Soldiers by changing IsATank and IsSuperSoldier calls to IsBeingAugmented */ 01 5F 4C 00 00 0F 35 C3 FA FF FF B7 F9 FF FF 00 01 00 07 4D 00 00 45 84 84 19 01 78 4C 00 00 0A 00 11 53 00 00 00 1B 7B 17 00 00 00 00 00 00 16 18 20 00 19 01 78 4C 00 00 0A 00 15 53 00 00 00 1B 7B 17 00 00 00 00 00 00 16 Edited December 11, 2015 by ViperCanel Link to comment Share on other sites More sharing options...
ViperCanel Posted December 11, 2015 Author Share Posted December 11, 2015 I am going to try another mod which uses Mod Helper meanwhile. I hope it doesn't break my PatcherGUI mods. Link to comment Share on other sites More sharing options...
azxeus Posted December 12, 2015 Share Posted December 12, 2015 (edited) This is should enable all customisation options for special soldiers in EW: UPK_FILE = XComStrategyGame.upkOBJECT = XGCustomizeUI.UpdateMainMenu : AUTOREPLACE_CODE=0F 35 <XComGame.XGTacticalScreenMgr.TMenuOption.iState> <XComGame.XGTacticalScreenMgr.TMenuOption> 00 01 00 <.kOption> 26:0F 35 <XComGame.XGTacticalScreenMgr.TMenuOption.iState> <XComGame.XGTacticalScreenMgr.TMenuOption> 00 01 00 <.kOption> 25 Edited December 12, 2015 by azxeus Link to comment Share on other sites More sharing options...
ViperCanel Posted December 12, 2015 Author Share Posted December 12, 2015 (edited) Thanks for sharing. These kind of little details can really ruin the immersion for me. Edited December 12, 2015 by ViperCanel Link to comment Share on other sites More sharing options...
Recommended Posts