Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.42 KB

File metadata and controls

39 lines (25 loc) · 1.42 KB

STFixes-metamod

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)

Installation

Configuration

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

Compilation

Requirements

Instructions

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
ambuild

Copy the contents of package/ to your server's csgo/ directory.