Upvote Upvoted 1 Downvote Downvoted
Custom Net Graph
posted in Customization
1
#1
0 Frags +

Does anyone know if there's a way to make the net graph so it only shows the ping and fps?

Does anyone know if there's a way to make the net graph so it only shows the ping and fps?
2
#2
0 Frags +

I would like to know this as well :3

I would like to know this as well :3
3
#3
2 Frags +

It was easily possible in Counter-Strike 1.6 by setting the net_graphheight to a minus value. I researched if it was possible in source games but as far as I know it is not.

It was easily possible in Counter-Strike 1.6 by setting the net_graphheight to a minus value. I researched if it was possible in source games but as far as I know it is not.
4
#4
0 Frags +

Yes, I tried setting the height value to something minus, but the it seemed to be limited to keeping all of the netgraph on the screen. Hmmm

Yes, I tried setting the height value to something minus, but the it seemed to be limited to keeping all of the netgraph on the screen. Hmmm
5
#5
0 Frags +
eeevansYes, I tried setting the height value to something minus, but the it seemed to be limited to keeping all of the netgraph on the screen. Hmmm

Maybe is it something on your config? As in my case I have the net_graph binded to tab aswell as the scoreboard so even if I change something on the net_graph manually it will stay the same if I dont change on the bind

[quote=eeevans]Yes, I tried setting the height value to something minus, but the it seemed to be limited to keeping all of the netgraph on the screen. Hmmm[/quote]

Maybe is it something on your config? As in my case I have the net_graph binded to tab aswell as the scoreboard so even if I change something on the net_graph manually it will stay the same if I dont change on the bind
6
#6
2 Frags +

All the netgraph cvars available:

net_graph						// 0 = off, 1 = on, 2 = draws data on payload, 3 = draws data on payload and payload legend
	net_graphpos 					// 1 = left, 2 = centered, 3 = right
	net_graphheight 				// height of netgraph pane
	net_graphmsecs				// The scale of the latency graph.
	net_graphproportionalfont		// Whether netgraph font is proportional or not
	net_graphshowinterp			// Draw the interpolation graph.
	net_graphshowlatency 		// Draw the ping/packet loss graph.
	net_graphsolid				// This just makes a little blue bar appear at the bottom of the graph.
	net_graphtext				// Draw text fields.
All the netgraph cvars available:
[code]
net_graph // 0 = off, 1 = on, 2 = draws data on payload, 3 = draws data on payload and payload legend
net_graphpos // 1 = left, 2 = centered, 3 = right
net_graphheight // height of netgraph pane
net_graphmsecs // The scale of the latency graph.
net_graphproportionalfont // Whether netgraph font is proportional or not
net_graphshowinterp // Draw the interpolation graph.
net_graphshowlatency // Draw the ping/packet loss graph.
net_graphsolid // This just makes a little blue bar appear at the bottom of the graph.
net_graphtext // Draw text fields.
[/code]
Please sign in through STEAM to post a comment.