Actions

Source Showbudget rotation: Difference between revisions

From Rabbi Blog

(migration - needs cleanup)
 
(Cleanup of Showbudget Rotation)
Line 1: Line 1:
2005-10-02 07:52
Script code to rotate the Showbudget graphs in Source games.  Apply this to your game cfg file to use.


[[image:Dod anzio0006.jpg|thumb|Showbudget example]]


=Code=
<pre>
bind "[" "+show1"  //showbudget rotater expanded by Rabbi Bob
bind "[" "+show1"  //showbudget rotater expanded by Rabbi Bob
alias "+show1" "+showbudget; bind [ +show2"
alias "+show1" "+showbudget; bind [ +show2"
Line 9: Line 13:
alias "+show5" "+showbudget_texture; bind [ -show1"
alias "+show5" "+showbudget_texture; bind [ -show1"
alias "-show1" "-showbudget; -showbudget_texture; -showbudget_texture_global; bind [ +show1"
alias "-show1" "-showbudget; -showbudget_texture; -showbudget_texture_global; bind [ +show1"
</pre>


[[Category:Cleanup]]
[[Category:Steam]]
[[Category:HL2]]
[[Category:Gaming]]

Revision as of 15:41, 29 April 2007

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"