System Requirements
Operating System
Windows 10 or later
IDE
Visual Studio 2019
Language Standard
C++20
Architecture
x86 (32-bit)
Required Software
Microsoft Visual C++ Redistributable
The Microsoft Visual C++ Redistributable is required to run the compiled binaries.Download the redistributable
Download the Microsoft Visual C++ Redistributable (x86)
Make sure to download the x86 (32-bit) version, not the x64 version.
DirectX SDK (Client Library Only)
The DirectX SDK is required only if you’re building the client library (sdev-client).
Download DirectX SDK
Download the Microsoft DirectX SDK (June 2010)
Install the SDK
Run the installer. The installer will create a system environment variable named
DXSDK_DIR that specifies the installation directory.Development Tools
Visual Studio 2019
Visual Studio 2019 is the recommended IDE for building the project.PE Bear (Optional)
PE Bear is recommended for adding imports to the binaries when using the imports injection method.PE Bear
A portable executable (PE) file viewer and editor for analyzing and modifying binary files.
Cheat Engine (Optional)
Cheat Engine can be used for library injection as an alternative to the imports method.If using Cheat Engine for injection, Cheat Engine 7.3 is recommended because users have reported issues with newer versions.
Database Requirements
SQL Server
A SQL Server instance is required for the database components.Database Setup
The project includes stored procedures that need to be installed in your SQL Server database. See the Installation guide for details.