Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.41 KB

reGS

reGS_WONbg

Reverse-engineered GoldSrc (738 build / WON). Based on HL SDK 1.0.

Current projects

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
  • launcher (hl.exe) | Status: WIP (early stages of development)

Future projects

  • hl | Server
  • sw | Software engine

Building

This project is for Windows 32-bit systems only.

Visual Studio 2022

  1. Install Visual Studio 2022. In the Visual Studio Installer, select Desktop Development for C++.
  2. Open Visual Studio.
  3. On the starting screen, click "Clone or check out code".
  4. Enter https://github.com/ScriptedSnark/reGS_WON.git and press the Clone button. Wait for the process to finish.
  5. 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.