Skip to content
/ boostfix Public
forked from t5mat/crouchboostfix

SourceMod plugin (CS:GO) which fixes buggy push triggers & prevents crouchboosting

License

Notifications You must be signed in to change notification settings

Bara/boostfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

boostfix

A SourceMod plugin for CS:GO servers which fixes buggy push triggers & prevents crouchboosting.

Usage

  • boostfix_pushfix <0/1> (default 1) - Enables the original pushfix implementation

  • boostfix_crouchboostfix <0/1> (default 1) - Prevents crouchboosting on push triggers

Notes

  • This plugin requires EndTouchFix to work correctly

  • This plugin requires RNGFix gamedata

  • This plugin should NOT be used alongside pushfix. If you're running SurfTimer, pushfix is built-in and should be disabled for this plugin to work correctly.

  • This plugin prevents crouchboosting ONLY on push triggers. The same functionality can be applied for trigger_multiple boosts (surf_whiteout b1) or any other trigger, but requires a more in-depth integration with the timer plugin being used.

Technical Overview

"Crouchboosting" is the act of crouching/uncrouching while touching a trigger in order to exit and then immediately enter it again. In the case of push triggers, this results in unintentional speed boosts. Crouchboosting is easier on higher tickrates, and can be done pretty consistently on surf_cookiejar for example.

When a player starts touching a push trigger too soon after their last EndTouch, and either:

  • their last EndTouch was caused by a mid-air duck, or
  • this StartTouch was caused by a mid-air unduck

... this StartTouch is considered "invalid", and the plugin disables pushing so the player doesn't get boosted again.

About

SourceMod plugin (CS:GO) which fixes buggy push triggers & prevents crouchboosting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 100.0%