How it works:
At Engine.upk
Class Engine
native static final function bool IsRetailGame();
* Changed to return false instead of true
Patch:
XComGame.exe
Changes:
0x3C8F15 | 01 > 00
0X3C8F22 | 01 > 00
Before:
003C8F10 | 44 24 08 C7 00 01 00 00 00 C2 08 00 8B 4C 24 08
003C8F20 | C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC
After:
003C8F10 | 44 24 08 C7 00 00 00 00 00 C2 08 00 8B 4C 24 08
003C8F20 | C7 01 00 00 00 00 C2 08 00 CC CC CC CC CC CC CC
6 comments
003C8F20 | C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC
These lines are completely different from these numbers, the edit is probably going to not work...
I have EW installed, but I dont play it....
Change according to the post above
You can also patch the checks themself within the upk files, but it wouldnt be half as clean
If you still dont know what to do, you can drop me a line, but to be honste, if this is that much of a problem for you, you wont get any use out of it anyway
you can drop me a email on [email protected]
-Dubious-
What folder? Are you talking about using another program to do this (uplink?)