==================================================================================== # # this file has been created for the Lame patcher program available for both *nix # and Windows platforms. # You need this program for continuing the patching of your files: # # http://aluigi.org/mytoolz.htm#lpatch # # Quick step-by-step for Windows: # - launch lpatch.exe # - select this cod4vawo.lpatch file # - read the message windows and click yes # - select the file (usually executables or dlls) to patch # - read the message windows to know if everything has been patched correctly # - test your game TITLE Call of Duty 4 (1.7) and Call of Duty 5 (1.7) work-around for the va() bug 0.1a (Windows) by Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org INTRO This unofficial patch for Call of Duty 4 is a work-around for the problem A described here: . http://aluigi.org/adv/cod4vamap-adv.txt . The patch is available only for the latest releases of Windows of the game Call of Duty 4 (1.6), older versions will be NOT supported by me so don't ask FILE iw3mp.exe,CoDWaWmp.exe ONLY_ONE BYTES_ORIGINAL C6 ?? FF 03 00 00 00 ; mov byte ptr [esi+000003FF], 00 7C 07 ; jl 00571F0C 3D 00 04 00 00 ; cmp eax, 00000400 7C 0F ; jl 00571F1B 68 ?? ?? ?? ?? ; push 006F43DC 6A 01 ; push 00000001 E8 ?? ?? ?? FF ; call 004FD3A0 83 C4 08 ; add esp, 00000008 BYTES_PATCH ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 33 C0 ; xor eax, eax (useless) 90 90 90 90 90 90 90 90 90 90 90 90 90 ====================================================================================