https://github.com/snmetamorph/goldsrc-monitor
Simple utility for mapping/scripting/speedrunning or researching games based on GoldSrc/Xash3D FWGS engine (such as CS 1.6, Half-Life, and other mods)
https://github.com/snmetamorph/goldsrc-monitor
cmake counter-strike debugging-games gamedev goldsrc-engine half-life half-life-sdk hlsdk opposing-force polyhook2 rapidjson researching-games utility valve vcpkg
Last synced: 8 days ago
JSON representation
Simple utility for mapping/scripting/speedrunning or researching games based on GoldSrc/Xash3D FWGS engine (such as CS 1.6, Half-Life, and other mods)
- Host: GitHub
- URL: https://github.com/snmetamorph/goldsrc-monitor
- Owner: SNMetamorph
- License: gpl-3.0
- Created: 2019-05-15T03:08:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:35:22.000Z (8 months ago)
- Last Synced: 2025-04-15T15:03:32.727Z (8 days ago)
- Topics: cmake, counter-strike, debugging-games, gamedev, goldsrc-engine, half-life, half-life-sdk, hlsdk, opposing-force, polyhook2, rapidjson, researching-games, utility, valve, vcpkg
- Language: C++
- Homepage: https://gamebanana.com/gamefiles/8977
- Size: 510 KB
- Stars: 36
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoldSrc Monitor




Simple and standalone utility for mapping/scripting/speedrunning or researching games based on GoldSrc/ engine.
Download this program and read detailed description you can on [Gamebanana Page](https://gamebanana.com/gamefiles/8977)# Building
1) Clone this repository, following the instructions given below. Pass lines below to command prompt or Windows Terminal.
```
git clone --recursive https://github.com/SNMetamorph/goldsrc-monitor.git
cd goldsrc-monitor
git submodule update --init --recursive
external\vcpkg\bootstrap-vcpkg.bat
```
2) Open CMakeLists.txt using Visual Studio
3) Select desired debug/release build type
4) Build entire project
5) Result compiled files will be located in `build\bin\Debug` or `build\bin\Release`# External dependencies
[PolyHook 2.0](https://github.com/stevemk14ebr/PolyHook_2_0) - Copyright (c) 2019, Stephen Eckels - [License](https://github.com/stevemk14ebr/PolyHook_2_0/blob/master/LICENSE)
[Half Life 1 SDK](https://github.com/ValveSoftware/halflife) - Copyright (c) Valve Corp. - [License](https://github.com/ValveSoftware/halflife/blob/master/LICENSE)
[RapidJSON](https://github.com/Tencent/rapidjson) - Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip - [License](https://github.com/Tencent/rapidjson/blob/master/license.txt)