1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00
2024-08-03 11:59:56 -04:00
2024-08-03 11:59:56 -04:00
2024-04-06 16:35:02 +00:00
2023-11-12 12:42:07 -05:00
2020-08-19 14:41:55 -07:00
2020-08-19 14:41:55 -07:00
2024-08-03 11:59:56 -04:00
2023-10-18 20:33:06 -04:00
2008-11-14 04:29:33 -06:00
2023-05-21 12:08:11 -04:00
2024-04-07 09:17:58 -04:00

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: http://www.metamodsource.net/downloads.php/?branch=stable

Development build snapshots: http://www.metamodsource.net/downloads.php/?branch=master

General documentation: https://wiki.alliedmods.net/Category:Metamod:Source_Documentation

Detouring with SourceHook: https://wiki.alliedmods.net/SourceHook_Development

Development: https://wiki.alliedmods.net/Category:Metamod:Source_Development

Description
Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine http://www.metamodsource.net/
Readme 15 MiB
Languages
C++ 58.7%
Pascal 34.8%
HTML 1.4%
C 1.4%
Python 1.3%
Other 2.4%