diff --git a/README.md b/README.md index 8dcf2d2..433b0e7 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ The patcher will prompt you to enter the **FULL** path to your Cry of Fear insta # Patched files The patcher replaces several files to improve the Cry of Fear experience on Linux. Here's a summary of the modifications: 1. `cof.exe` - Replaces the main game executable. [It is an official patch from Team Psyksckallar](https://www.moddb.com/games/cry-of-fear/downloads/cry-of-fear-crash-patch-for-64-bit-users). -2. `opengp32.dll` - Used for dynamic lighting. References to it are corrected in `/hw.dll` and `/cryoffear/cl_dlls/client.dll`.
-Wine may lack the `wglGetDefaultProcAddress` function. To address this, I've patched Cry of Fear's `opengl32.dll` by changing occurrences of `jne(75)` to `jmp(EB)` at the specific addresses: +2. `opengp32.dll` - Used for dynamic lighting. References to it are corrected in `/hw.dll` and `/cryoffear/cl_dlls/client.dll`. Wine may lack the `wglGetDefaultProcAddress` function. To address this, I've patched Cry of Fear's `opengl32.dll` by changing occurrences of `jne(75)` to `jmp(EB)` at the specific addresses: ``` Address To From 000066DB EB 75