Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 539 Bytes

File metadata and controls

14 lines (11 loc) · 539 Bytes

RED3lib

A library to create native mods for REDengine 3 (i.e. The Witcher 3: Wild Hunt) using C++.

Building from source

  1. Download and install Visual Studio 2022 Community Edition or a newer version.
  2. Download and install CMake 3.21 or a newer version.
  3. Clone this repository.
  4. Create a directory named build.
  5. Go to the build directory and run cmake ...
  6. Open the solution (RED3lib.sln).
  7. Build the project(s).