Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
hinqiwame authored Nov 10, 2023
1 parent 42a8000 commit 2172916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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).
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.
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
Expand Down

0 comments on commit 2172916

Please sign in to comment.