Upvote Upvoted 0 Downvote Downvoted
net_graph
posted in Q/A Help
1
#1
0 Frags +

Hello guys can someone help me with neth_graph? I want to bind to one key show net_graph and hide net_graph but no with scoreboard.

Hello guys can someone help me with neth_graph? I want to bind to one key show net_graph and hide net_graph but no with scoreboard.
2
#2
2 Frags +

bindToggle "whatever key you want" "net_graph 1/0"
could work I think

bindToggle "whatever key you want" "net_graph 1/0"
could work I think
3
#3
-1 Frags +
flyingbuddybindToggle "whatever key you want" "net_graph 1/0"
could work I think

Not working :(

[quote=flyingbuddy]bindToggle "whatever key you want" "net_graph 1/0"
could work I think[/quote]
Not working :(
4
#4
2 Frags +

bind "KEY" "incrementvar net_graph 0 4 1"

The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).

This is a toggle, not a hold.

bind "KEY" "incrementvar net_graph 0 4 1"

The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).

This is a toggle, not a hold.
5
#5
0 Frags +
Not_Matlockbind "KEY" "incrementvar net_graph 0 4 1"

The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).

This is a toggle, not a hold.

Do u know how to bind this same but with viewmodels?

[quote=Not_Matlock]bind "KEY" "incrementvar net_graph 0 4 1"

The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).

This is a toggle, not a hold.[/quote]

Do u know how to bind this same but with viewmodels?
6
#6
0 Frags +

bind "key" "toggle r_drawviewmodel 0 1"

straight outta my autoexec, yea, and i use the same method for net_graph, cause i dont need the 2/3/4 graphs, also i only really use viewmodels on engi and spy

bind "key" "toggle r_drawviewmodel 0 1"

straight outta my autoexec, yea, and i use the same method for net_graph, cause i dont need the 2/3/4 graphs, also i only really use viewmodels on engi and spy
7
#7
0 Frags +

bind j "toggle net_graph 0 1 2 ..."

bind j "toggle net_graph 0 1 2 ..."
8
#8
0 Frags +

if you want a hold,

alias "+shownet" "net_graph x" // x being any valid level of net_graph
alias "-shownet" "net_graph 0"

bind "key" "+shownet"
if you want a hold,

[code]
alias "+shownet" "net_graph x" // x being any valid level of net_graph
alias "-shownet" "net_graph 0"

bind "key" "+shownet"
[/code]
9
#9
-2 Frags +

net_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"

if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.

net_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"

if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.
10
#10
3 Frags +
mdvnet_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"

if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.

He said he doesn't want it with the scoreboard

[quote=mdv]net_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"

if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.[/quote]

He said he doesn't want it with the scoreboard
Please sign in through STEAM to post a comment.