https://github.com/h1laryz/metamod
https://github.com/h1laryz/metamod
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h1laryz/metamod
- Owner: h1laryz
- License: other
- Created: 2025-07-30T11:06:05.000Z (3 months ago)
- Default Branch: cs2
- Last Pushed: 2025-07-30T11:58:29.000Z (3 months ago)
- Last Synced: 2025-07-30T12:52:52.681Z (3 months ago)
- Language: C++
- Size: 11.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Support: support/README.txt
Awesome Lists containing this project
README
Metamod:Source
==============
Metamod:Source - A C++ Plugin Environment and Detour Library for the Source Engine.
Build instructions
------------------
Make sure ambuild2 is installed: https://github.com/alliedmodders/ambuild
Clone the repo with submodules:
```
git clone --recurse-submodules https://github.com/alliedmodders/metamod-source
```
Clone the SDK dependencies:
```
cd ..
metamod-source/support/checkout-deps.sh
cd metamod-source
```
Configure the build:
```
mkdir build
cd build
python ../configure.py
```
Build:
```
ambuild
```
You can clone an individual SDK e.g.:
```
cd ..
metamod-source/support/checkout-deps.sh -s episode1
cd metamod-source
```
You can configure the build for an individual SDK e.g.:
```
mkdir build
cd build
python ../configure.py --sdks episode1
```
Stable build snapshots:
Development build snapshots:
General documentation:
Detouring with SourceHook:
Development: