how do i make when i press tab it shows the net_graph?
Net_Graph tab
posted in
TF2 General Discussion
Jacked from some guy in some thread:
//scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 4";
alias "-BOARD" "-showscores; net_graph 0";
Jacked from some guy in some thread:
[code]//scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 4";
alias "-BOARD" "-showscores; net_graph 0";[/code]
[code]//scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 4";
alias "-BOARD" "-showscores; net_graph 0";[/code]
VirulenceJacked some some guy in some thread:
//scoreboard bind "TAB" "+BOARD"; alias "+BOARD" "+showscores; net_graph 4"; alias "-BOARD" "-showscores; net_graph 0";
where do i put that?
[quote=Virulence]Jacked some some guy in some thread:
[code]//scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 4";
alias "-BOARD" "-showscores; net_graph 0";[/code][/quote]
where do i put that?
[code]//scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 4";
alias "-BOARD" "-showscores; net_graph 0";[/code][/quote]
where do i put that?
autoexec.cfg
If it doesn't exist, make one under tf/cfg and paste that in.
autoexec.cfg
If it doesn't exist, make one under tf/cfg and paste that in.
If it doesn't exist, make one under tf/cfg and paste that in.
Virulenceautoexec.cfg
If it doesn't exist, make one under tf/cfg and paste that in.
ok added that to my chrisfps
[quote=Virulence]autoexec.cfg
If it doesn't exist, make one under tf/cfg and paste that in.[/quote]
ok added that to my chrisfps
If it doesn't exist, make one under tf/cfg and paste that in.[/quote]
ok added that to my chrisfps
net_graphproportionalfont 0
makes your net_graph pretty.
net_graphproportionalfont 0
makes your net_graph pretty.
makes your net_graph pretty.
You can set where you want your net_graph, too. I am using these values. This script also includes developer 1 which will give you the console outputs in the top left corner. My net_graph is on the top right on 1920x1080, you can just play around with the values.
alias +scoregraph "+showscores; net_graph 1; developer 1"
alias -scoregraph "-showscores; net_graph 0; developer 0"
bind TAB +scoregraph
net_graph 0
net_graphheight 1045
net_graphpos 1
net_graphproportionalfont 0
You can set where you want your net_graph, too. I am using these values. This script also includes developer 1 which will give you the console outputs in the top left corner. My net_graph is on the top right on 1920x1080, you can just play around with the values.
[code]alias +scoregraph "+showscores; net_graph 1; developer 1"
alias -scoregraph "-showscores; net_graph 0; developer 0"
bind TAB +scoregraph
net_graph 0
net_graphheight 1045
net_graphpos 1
net_graphproportionalfont 0[/code]
[code]alias +scoregraph "+showscores; net_graph 1; developer 1"
alias -scoregraph "-showscores; net_graph 0; developer 0"
bind TAB +scoregraph
net_graph 0
net_graphheight 1045
net_graphpos 1
net_graphproportionalfont 0[/code]
Please
sign in through STEAM
to post a comment.