Upvote Upvoted 2 Downvote Downvoted
Net_graph command not working properly
posted in Q/A Help
1
#1
0 Frags +

I've had the net_graph on tab bind for years now, i've stopped playing tf2 for awhile and when i come back the bind simply does not work as intended anymore. the colorful graph appears but the fps, ping and other info simply isn't there, i thought it may be a hud issue so i deleted it, then i thought my bind may somehow be outdated so i grabbed another one from cfg.tf but nothing seems to work.

the bind in question is:

alias +tabgraph "+showscores; net_graph 4"
alias -tabgraph "-showscores; net_graph 0; timeleft"

alias graphtoggle incrementvar net_graph 0 4 4

bind tab +tabgraph
bind - graphtoggle

I've had the net_graph on tab bind for years now, i've stopped playing tf2 for awhile and when i come back the bind simply does not work as intended anymore. the colorful graph appears but the fps, ping and other info simply isn't there, i thought it may be a hud issue so i deleted it, then i thought my bind may somehow be outdated so i grabbed another one from cfg.tf but nothing seems to work.

the bind in question is:

alias +tabgraph "+showscores; net_graph 4"
alias -tabgraph "-showscores; net_graph 0; timeleft"

alias graphtoggle incrementvar net_graph 0 4 4

bind tab +tabgraph
bind - graphtoggle
2
#2
-12 Frags +

The frame rate display has been moved to cl_showfps 1. If you want the frame rate peak and troughs and frame times, then use cl_showfps 2. As for the network information, that has been moved to net_graphtext 1.

Also what exactly is "timeleft"?

The frame rate display has been moved to cl_showfps 1. If you want the frame rate peak and troughs and frame times, then use cl_showfps 2. As for the network information, that has been moved to net_graphtext 1.

Also what exactly is "timeleft"?
3
#3
0 Frags +

Maybe the values for net_graphheight or net_graphtext were changed accidentally?
If the value for graphheight is too high the text portion of net_graph will be rendered off of the screen.
Similarly, if graphtext is set to 0, all that will remain is the colorful graph.
The defaults for these commands is 64 for graphheight and 1 for graphtext.

Also, net_graph shows fps from 1-4 aim, it's not just in cl_showfps.

Maybe the values for net_graphheight or net_graphtext were changed accidentally?
If the value for graphheight is too high the text portion of net_graph will be rendered off of the screen.
Similarly, if graphtext is set to 0, all that will remain is the colorful graph.
The defaults for these commands is 64 for graphheight and 1 for graphtext.

Also, net_graph shows fps from 1-4 aim, it's not just in cl_showfps.
4
#4
-8 Frags +
krakowski_Also, net_graph shows fps from 1-4 aim, it's not just in cl_showfps.

I haven't used net_graph in a while, so I forgot frame rate was even displayed. It's just easier to use that cvar instead since it allows for more frame rate/time info.

[quote=krakowski_]Also, net_graph shows fps from 1-4 aim, it's not just in cl_showfps.[/quote]

I haven't used net_graph in a while, so I forgot frame rate was even displayed. It's just easier to use that cvar instead since it allows for more frame rate/time info.
5
#5
1 Frags +

net_graphtext "1" should fix this problem

net_graphtext "1" should fix this problem
Please sign in through STEAM to post a comment.