FPS Cycle Script

From Trepidation
Revision as of 19:39, 25 April 2017 by Admin (talk | contribs) (Created page with "some maps you may not offer you the FPS you need or are comfortable with. If you read the article about Why FPS affects jumping this script may come in handy. This simple scri...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

some maps you may not offer you the FPS you need or are comfortable with. If you read the article about Why FPS affects jumping this script may come in handy. This simple script allows you to switch from 43 fps to 76 fps with a single keystroke (for those maps you still want to jump high but the map is a FPS hog). Of course you may want to adjust the FPS settings to best suite your machine.

This simple script binds the HOME key to switch between 76 FPS and 43 FPS. Of course earlier in my config file I have 76 Preset. I usually only switch to 43 if the server is acting shakey and not giving me a good framerate or the map is an FPS Hog.

// FPS Toggle 
bind "home" "vstr fps01" 
set fps00 "set com_maxfps 76;bind home vstr fps01" 
set fps01 "set com_maxfps 43;bind home vstr fps00"