Upvote Upvoted 1 Downvote Downvoted
net_graph 1
posted in Customization
1
#1
0 Frags +

Is there a way to have net_graph 1 show up only when im pressing tab? i dont like having it on the entire time i play tf2.

thanks in advance

Is there a way to have net_graph 1 show up only when im pressing tab? i dont like having it on the entire time i play tf2.

thanks in advance
2
#2
8 Frags +

alias +scores "net_graph 1; +showscores"
alias -scores "net_graph 0; -showscores"

bind tab +scores

ez

alias +scores "net_graph 1; +showscores"
alias -scores "net_graph 0; -showscores"

bind tab +scores


ez
3
#3
3 Frags +

alias +showscoresandnetgraph "+showscores; net_graph 1"
alias -showscoresandnetgraph "-showscores; net_graph 0"

i think that will work

ninjas

alias +showscoresandnetgraph "+showscores; net_graph 1"
alias -showscoresandnetgraph "-showscores; net_graph 0"

i think that will work

ninjas
4
#4
1 Frags +

alternatively here is a way to make it really small and out of sight, you will need to play around with the height value depending on your monitor resolution

alias netgraphsmall "net_graph 1; net_graphpos 1; net_graphproportionalfont 0; net_graphheight 1050"

it makes it very tiny and at the top of your screen the same size as cl_showfps

alternatively here is a way to make it really small and out of sight, you will need to play around with the height value depending on your monitor resolution

alias netgraphsmall "net_graph 1; net_graphpos 1; net_graphproportionalfont 0; net_graphheight 1050"

it makes it very tiny and at the top of your screen the same size as cl_showfps
Please sign in through STEAM to post a comment.