Source Showbudget rotation: Difference between revisions
From Mike Beane's Blog
(migration - needs cleanup) |
m (→Code) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
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: | [[Category:Steam]] | ||
[[Category:Half Life 2]] | |||
[[Category:Gaming]] |
Latest revision as of 19:33, 8 May 2007
Script code to rotate the Showbudget graphs in Source games. Apply this to your game cfg file to use.
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"