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

Hello, hope everyone is fine.

I have a couple of questions:

1. I kept getting netgraph_4 when I tried to view my scoreboard (Bind for showing it would be tab for me).
someone told me to put:

exec alias +sc "+showscores;net_graph 1"
exec alias -sc "-showscores;net_graph 0"
exec bind tab sc

So, I did, but after seeing the scoreboard once and trying to see it again, it came back.

Then, I was told to put those commands in my autoexec.cfg.

After doing that, when I tried to view the scoreboard, the net graph went away, but the linear colored graph was still there. Here are the 2 images: http://imgur.com/RSgzjJY&uJjTpNK#1

I changed the position of them, that is how I made the numbers at the very top, and it won't go anymore.

2. Is there a net_graph add-on or some config that can give me just the ping and fps (I want a clean look), because I really don't care about the other stuff and I don't even know what it means.

EDIT:
I forgot to include that my cfg has a bind (-) which will remove net_graph

bind "-" "mate_toggle_netgraph"

It does work, but it goes back when I look at scoreboard again

Thanks :3

Hello, hope everyone is fine.

I have a couple of questions:

[b][i][u]1.[/u][/i][/b] I kept getting netgraph_4 when I tried to view my scoreboard (Bind for showing it would be [i][b]tab[/b][/i] for me).
someone told me to put:
[code]exec alias +sc "+showscores;net_graph 1"
exec alias -sc "-showscores;net_graph 0"
exec bind tab sc

[/code]

[b][i]So,[/i][/b] I did, but after seeing the scoreboard once and trying to see it again, it came back.

Then, I was told to put those commands in my [i]autoexec.cfg[/i].

After doing that, when I tried to view the scoreboard, the net graph went away, [i]but[/i] the linear colored graph was still there. [i]Here are the 2 images:[/i] http://imgur.com/RSgzjJY&uJjTpNK#1

I changed the position of them, that is how I made the numbers at the very top, and it won't go anymore.

[b][b][u]2.[/u][/b][/b] Is there a net_graph add-on or some config that can give me just the ping and fps (I want a clean look), because I really don't care about the other stuff and I don't even know what it means.

[b][i][u]EDIT:[/u][/i][/b]
I forgot to include that my cfg has a bind (-) which will remove net_graph
[code]bind "-" "mate_toggle_netgraph"[/code]
It does work, but it goes back when I look at scoreboard again

Thanks :3
2
#2
0 Frags +

You have 2 aliases most likely both of which are kinda doing the same thing...

You have 2 aliases most likely both of which are kinda doing the same thing...
3
#3
0 Frags +
ComangliaYou have 2 aliases most likely both of which are kinda doing the same thing...

well which do i delete :/ i messed with this for a long time

[quote=Comanglia]You have 2 aliases most likely both of which are kinda doing the same thing...[/quote]
well which do i delete :/ i messed with this for a long time
4
#4
0 Frags +
ghettofishComangliaYou have 2 aliases most likely both of which are kinda doing the same thing...well which do i delete :/ i messed with this for a long time

find the one that contains "net_graph 4" and delete that 1 cause that's the one you don't want.

[quote=ghettofish][quote=Comanglia]You have 2 aliases most likely both of which are kinda doing the same thing...[/quote]
well which do i delete :/ i messed with this for a long time[/quote]

find the one that contains "net_graph 4" and delete that 1 cause that's the one you don't want.
5
#5
1 Frags +

The first script won't do anything because it is incorrectly written. It should look like this:

alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind TAB +sc 
The first script won't do anything because it is incorrectly written. It should look like this:

[code]
alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind TAB +sc
[/code]
6
#6
1 Frags +
ComangliaghettofishComangliaYou have 2 aliases most likely both of which are kinda doing the same thing...well which do i delete :/ i messed with this for a long time
find the one that contains "net_graph 4" and delete that 1 cause that's the one you don't want.

Yep that did it, huge thanks mate :3

[quote=Comanglia][quote=ghettofish][quote=Comanglia]You have 2 aliases most likely both of which are kinda doing the same thing...[/quote]
well which do i delete :/ i messed with this for a long time[/quote]

find the one that contains "net_graph 4" and delete that 1 cause that's the one you don't want.[/quote]
Yep that did it, huge thanks mate :3
Please sign in through STEAM to post a comment.