Actions

Source Showbudget rotation

From Mike Beane's Blog

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"