A stripped down build of CS2Fixes with only surf/bhop related fixes (disable subtick movement (speed gain fix), movement unlocker, botnavignore, water floor jump fix, trigger_push fix, trigger_gravity fix)
- Install Metamod
- Build the plugin using the compilation instructions below or download the latest release
- Extract the package contents into
game/csgoon your server
cs2f_movement_unlocker_enable 0 - keep this 0 if you are using ServerMovementUnlocker standalone, if not, set to 1
cs2f_use_old_push 0 - set this to 1 for maps with broken trigger_push
- Metamod:Source (build 1219 or higher)
- AMBuild
Follow the instructions below to compile CS2Fixes.
git clone https://github.com/SharpTimer/STFixes-metamod && cd STFixes-metamod
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
ambuildCopy the contents of package/ to your server's csgo/ directory.