NoxNoctum Posted August 10, 2014 Share Posted August 10, 2014 I tried downloading the modlet but it crashes the game on startup. I'm guessing cause it's out of date? Does anyone have an up to date upk file they can give me? Or just a "impossible" save game that's right at the end. thanks in advance. Link to comment Share on other sites More sharing options...
Amineri Posted August 11, 2014 Share Posted August 11, 2014 Here's the current before/after hex (in UPKmodder format) we're using in Long War. This is valid for the most recent EW patch. MODFILEVERSION=4 UPKFILE=XComGame.upk GUID=1C 18 A1 1A 2B C3 34 4E 8B 2C 72 33 CD 16 7E 3E // XComGame_EW_patch3.upk FUNCTION=UpdateData@UIGameplayToggles //Unlock Second Wave Options for all users regardless of game finishes [BEFORE_HEX] [CODE] //if(!XComOnlineProfileSettings(class'Engine'.static.GetEngine().GetProfileSettings()).Data.IsGameplayToggleUnlocked(byte(I))) 07 B4 00 81 19 19 2E 07 6A 00 00 19 12 20 35 FE FF FF 0A 00 91 F9 FF FF 00 1C D4 FB FF FF 16 0A 00 90 F9 FF FF 00 1B FA 3A 00 00 00 00 00 00 16 09 00 63 69 00 00 00 01 63 69 00 00 15 00 75 6A 00 00 00 1B 0D 45 00 00 00 00 00 00 38 3D 00 D4 1C 00 00 16 16 //else 06 7F 03 [/CODE] [/BEFORE_HEX] [AFTER_HEX] [CODE] // Skips if (!XComOnlineProfileSettings(class'Engine'.static.GetEngine().GetProfileSettings()).Data.IsGameplayToggleUnlocked(byte(I))) 0b 0b 0b 81 19 19 2E 07 6A 00 00 19 12 20 35 FE FF FF 0A 00 91 F9 FF FF 00 1C D4 FB FF FF 16 0A 00 90 F9 FF FF 00 1B FA 3A 00 00 00 00 00 00 16 09 00 63 69 00 00 00 01 63 69 00 00 15 00 75 6A 00 00 00 1B 0D 45 00 00 00 00 00 00 38 3D 00 D4 1C 00 00 16 16 //skip else 0b 0b 0b [/CODE] [/AFTER_HEX] Link to comment Share on other sites More sharing options...
Recommended Posts