metamod-source icon indicating copy to clipboard operation
metamod-source copied to clipboard

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine

Results 41 metamod-source issues
Sort by recently updated
recently updated
newest added

Hi, i'm trying to run a CS:GO Server on Ubuntu 22.04. Currently, I'm unable to load metasource. The error is `create pipe failed.Failed to load plugin "addons/metamod/bin/server.so"`. Not sure how...

This PR adds support for IServerPluginCallbacks v3 and v4. Those added functions can then be hooked from within SourceMod. Let me know if this creates binary incompatibilities with servers only...

Doing `meta unload x` or similar to unload a plugin, and `exit`ing (or your preferred quit command) will load that plugin again, and then unload it. Not sure if there...

bug

Errors: `failed to dlopen /data/update/addons/metamod/bin/linux64/server.so error=/data/update/addons/metamod/bin/linux64/server.so: cannot open shared object file: Not a directory failed to dlopen /data/csgo/addons/metamod/bin/linux64/server.so error=/data/csgo/addons/metamod/bin/linux64/server.so: wrong ELF class: ELFCLASS64 Unable to load plugin "addons/metamod/bin/linux64/server" failed to...

Per the nearby code [here](https://github.com/alliedmodders/metamod-source/blob/137f2725167c4d4eabda239f8f8da5a9007e9031/loader/loader.cpp#L406), MM detects the game based on relative names (e.g `hl2mp`). When one wishes to pass absolute paths to the SRCDS `-game` parameter (which I had...

enhancement

I previously believed hooking early called methods such as `GetTickInterval` was not possible until Asherkin told me that there was [a patch years ago](https://bugs.alliedmods.net/show_bug.cgi?id=4481) that never made it to the...

L 08/17/2020 - 05:07:36: Detected engine 17 but could not load: /home/nmrihserver/serverfiles/nmrih/addons/metamod/bin/metamod.2.sdk2013.so: undefined symbol: __pow_finite getting this error trying to install metamod no more room in hell

https://github.com/alliedmodders/metamod-source/blob/988386eb293b27045192ba63a7de7ac9f6226550/loader/serverplugin.cpp#L167 There is a check for `libgcc_s.so.1` in the `/bin` directory. I suppose for compatibility. How smart is it to use a system library? From the version that metamod will...

Made for the support of that pull request : https://github.com/alliedmodders/sourcemod/pull/1020

https://travis-ci.org/alliedmodders/metamod-source/jobs/405106127 ``` ./core/sourcehook/test/test_sourcehook/test_sourcehook -v TestList passed No error: ModuleInMemory No error: Part 1 No error: Part 2 FAIL: Should be: State_F1_HookAdded; Param1=1 State_F1_Called State_F1_PreHandler_Called; Param1=0xffdf5072 FAIL: Is: State_F1_HookAdded; Param1=1 State_F1_Called...