Reverse-engineered GoldSrc (738 build / WON). Based on HL SDK 1.0.
All projects oriented on 738 build of Half-Life.
Original version
output (hw):
Build 738 Exe: 21:52:31 Nov 1 1998
- cl_dll (client.dll) | Status: Finished (seems like it's finished but I think some inconsistencies exist)
- hw (hw.dll) | Status: WIP (doing researches)
- hw_hooked (hl_res.dll) | Loader for engine hooks
- hl | Server
- sw | Software engine
- launcher | Launcher. Contains GUI.
This project is for Windows 32-bit systems only.
- Install Visual Studio 2022. 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_WON.git
and press the Clone button. Wait for the process to finish. - Choose Debug or Release configuration. 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,
cl_dll
) and select Build.