Nezarn / TCoRFix

The Chronicles of Riddick: Escape from Butcher Bay OpenGL fixes\workarounds
MIT License
7 stars 0 forks source link

TCoRFix

The Chronicles of Riddick: Escape from Butcher Bay OpenGL fixes\workarounds for modern GPUs

What this thing does:

How to Install

  1. Download latest release
  2. Extract to <path-to-game>\System\Win64_AMD64\ or <path-to-game>\System\Win32_x86<_SSE/SSE2>
  3. Download latest Ultimate-ASI-Loader_x64.zip or Ultimate-ASI-Loader
  4. Extract dinput8.dll to <path-to-game>\System\Win64_AMD64\ or <path-to-game>\System\Win32_x86<_SSE/SSE2> and rename it to winmm.dll
  5. Play

Building from source

x64:

git clone https://github.com/Nezarn/TCoRFix
cd TCoRFix
mkdir build && cd build
cmake .. -A x64
cmake --build . --config Release

x86:

git clone https://github.com/Nezarn/TCoRFix
cd TCoRFix
mkdir build && cd build
cmake .. -A Win32
cmake --build . --config Release