mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
SourceMod - Source Engine Scripting and Administration
full client lib. This makes for a lighter dependency, both in size and not being tied to MySQL client version. Tested against previous GA version, 6.0.2. Latest, 6.1.11 requires dynamic linking with CRT on Windows, making specific MSVC redist required on client. Only tested with Windows so far. Still need to test compile/run on Linux and Mac. Dependency checkout scripts and MYSQL env vars in our own build environment need to be checked as well. |
||
|---|---|---|
| .github | ||
| bridge/include | ||
| configs | ||
| core | ||
| editor | ||
| extensions | ||
| gamedata | ||
| loader | ||
| plugins | ||
| public | ||
| sourcepawn@a51117e370 | ||
| tools | ||
| translations | ||
| versionlib | ||
| .arcconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| AMBuildScript | ||
| changelog.txt | ||
| configure.py | ||
| product.version | ||
| pushbuild.txt | ||
| README.md | ||
SourceMod
General
- SourceMod website: Source Engine scripting and server administration
- Forum: Discussion forum including plugin/extension development
- General documentation: Miscellaneous information about SourceMod
- Stable builds: The latest stable SourceMod releases
- Dev builds: Builds of recent development versions
Development
- Issue tracker: Issues that require back and forth communication
- Building SourceMod: Instructions on how to build SourceMod itself using AMBuild
- SourcePawn scripting: SourcePawn examples and introduction to the language
- SourceMod extension development: C++ examples and introduction to various extension interfaces