You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The patcher will prompt you to enter the **FULL** path to your Cry of Fear insta
44
44
45
45
# Patched files
46
46
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.
48
48
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:
0 commit comments