mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine http://www.metamodsource.net/
30c6e9107d
When resolving bin paths from gameinfo to platform-specific absolute paths, we end up with ".." instances on x64, causing the paths being compared to look different. MM:S then cannot differentiate it's server bin path from the game's server bin, causing us to load ourselves as the server bin over and over again, causing a stack overflow. |
||
---|---|---|
core | ||
cruft/installer | ||
loader | ||
msvc10 | ||
public | ||
sample_mm | ||
stub_mm | ||
support | ||
versionlib | ||
.gitignore | ||
.travis.yml | ||
AMBuildScript | ||
configure.py | ||
LICENSE.txt | ||
product.version | ||
pushbuild.txt | ||
README.md |
Metamod:Source
Metamod:Source - A C++ Plugin Environment and Detour Library for the Source Engine.
Build instructions: See https://wiki.alliedmods.net/Building_SourceMod
Build snapshots: http://metamodsource.net/snapshots
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