Does anyone know if there's a way to make the net graph so it only shows the ping and fps?
Custom Net Graph
posted in
Customization
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.
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
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
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
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]
[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.