Skip to content

Commit 2172916

Browse files
authored
edits
1 parent 42a8000 commit 2172916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The patcher will prompt you to enter the **FULL** path to your Cry of Fear insta
4444

4545
# Patched files
4646
The patcher replaces several files to improve the Cry of Fear experience on Linux. Here's a summary of the modifications:
47-
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).
47+
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). Uses x64 bit instead of x32, make the game generally much more stable.
4848
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:
4949
```
5050
Address To From

0 commit comments

Comments
 (0)