0 of 0

File information

Last updated

Original upload

Created by

Capyvara

Uploaded by

Capyvara

Virus scan

Safe to use

Mod articles

  • Manual Patch Information

    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


    ...