Only for Windows.
reGS is a result of reverse engineering of hw.dll
(build 8684) using DWARF debug info embedded into linux version of hardware engine, hw.so
.
Status: WIP.
In short, it's HL Updated SDK with some parts of changeable hardware engine code. Hooks were used.
Used libraries:
- SPTLib
- MinHook
- Install Visual Studio 2019. In the Visual Studio Installer, select Desktop Development for C++.
- Open Visual Studio.
- On the starting screen, click "Clone or check out code".
- Enter
https://github.com/ScriptedSnark/reGS_hlsdk.git
and press the Clone button. Wait for the process to finish. - Choose Debug or Release. You can build the workspace using Build→Build All. If you want to build only client or something else, right click on wanted project (for example,
hl_cdll
) and select Build.