first commit

This commit is contained in:
2026-09-13 22:23:14 +01:00
commit 6ccc800045
337 changed files with 63275 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# sm-ext-common
AlliedModders extension helper to:
- factorize ambuild scripts
- common helpers
## Compile an extension using this project
```bash
python3 ../sm-ext-common/configure.py --enable-optimize --enable-auto-versioning --ext-root="../" --sdks="$SDKS" --mms-path="$CACHE_PATH/metamod-source" --hl2sdk-manifest-path="$CACHE_PATH/hl2sdk-manifests" --hl2sdk-root="$CACHE_PATH" --sm-path="$CACHE_PATH/sourcemod"
```