Actions

Source Showbudget rotation

From Rabbi Blog

Revision as of 19:33, 8 May 2007 by Rabbi Bob (talk | contribs) (→‎Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Script code to rotate the Showbudget graphs in Source games. Apply this to your game cfg file to use.

Showbudget example

Code

bind "[" "+show1"  //showbudget rotater expanded by Rabbi Bob
alias "+show1" "+showbudget; bind [ +show2"
alias "+show2" "-showbudget; +showbudget_texture; bind [ +show3" 
alias "+show3" "-showbudget_texture;+showbudget_texture_global; bind [ +show4"
alias "+show4" "+showbudget; bind [ +show5"
alias "+show5" "+showbudget_texture; bind [ -show1"
alias "-show1" "-showbudget; -showbudget_texture; -showbudget_texture_global; bind [ +show1"