Skip to content
/ jumpqol Public
forked from chrb22/jumpqol

Quality of life implementations for TF2 jumping

Notifications You must be signed in to change notification settings

jedso/jumpqol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Sourcemod plugin for TF2 jumping that adds various improvements through optional settings without affecting the core gameplay. Only works on Linux servers (for now) and requires a newish version of Sourcemod 1.11 (>=1.11.6820).

Players can use /jumpqol (sm_jumpqol in console) to see the available settings with descriptions. If a setting is more than just an on/off setting, then /jumpqol <setting> will show what the possible values that can be used are. Finally changing the value of a setting is done through /jumpqol <setting> <value>.

The server can similarly use sm_jumpqol to list all the settings along with the default values. The default values can be changed with the ConVars sm_jumpqol_<setting>_default and it is possible to enforce the default values by setting the ConVars sm_jumpqol_<setting>_enforce 1. A config file for these ConVars gets generated at cfg/sourcemod/jumpqol.cfg.

For finer control, the jumpqol.inc include lets other plugins control what setting values the players should have and informs plugins when they try to change them. An example of such a plugin can be seen in example.sp.

About

Quality of life implementations for TF2 jumping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 100.0%