TinFoil

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Games list compatibility #48903

    I had a conversation with a reverse engineering assembly hacker about the Stalker CoP parental check, and I got this working pctrlchk.dll in return! Place it in the game’s /bin folder.

    Here’s his documentation on the hack.

    At the beginning of the pctrlchk function (100012E0) change

    100012E0 >   81EC 30080000  SUB ESP,830

    into

    100012E0 >   B8 01000000    MOV EAX,1
    100012E5 C3 RETN

    If you’re curious, that’s basically something like this in C:

    int pctrlchk(void)
    {
    return 1;
    }

    Problem solved. 😀

    in reply to: Games list compatibility #48901

    Seconding the Call of Pripyat incompatibility. Games Explorer installed perfectly here.

Viewing 2 posts - 1 through 2 (of 2 total)