Skip to content

SharpTimer/STFixes-metamod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CS2Fixes culled down for surf-specific uses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.8%
  • Python 10.3%
  • C 1.3%
  • Other 0.6%