Minimizes rampbugs. This plugin isn't perfect and rampbugs will continue to occur until Valve decides to finally fix them.
Fix taken from CS2KZ's rampbug fix
- Install Metamod
- Build the plugin using the compilation instructions below
- Extract the package contents into
game/csgo
on your server
- Metamod:Source (build 1219 or higher)
- AMBuild
Follow the instructions below to compile CS2Fixes.
git clone https://github.com/Interesting-exe/CS2Fixes-RampbugFix && cd CS2Fixes-RampbugFix
git submodule update --init --recursive
export MMSOURCE112=/path/to/metamod/
export HL2SDKCS2=/path/to/sdk/submodule
mkdir build && cd build
python3 ../configure.py --enable-optimize --sdks cs2
ambuild
Copy the contents of package/ to your server's csgo/ directory.