Upvote Upvoted 3 Downvote Downvoted
Net_Graph tab
1
#1
1 Frags +

how do i make when i press tab it shows the net_graph?

how do i make when i press tab it shows the net_graph?
2
#2
6 Frags +

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]
3
#3
0 Frags +
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?
4
#4
0 Frags +

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.
5
#5
0 Frags +
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
6
#6
0 Frags +

net_graphproportionalfont 0

makes your net_graph pretty.

net_graphproportionalfont 0

makes your net_graph pretty.
7
#7
0 Frags +

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]
Please sign in through STEAM to post a comment.