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

Hello all.

I am now using budhud. It is a great hud.
I also editted my cfg with tf2mate. (I used Aron's Crosshair Switched before)
After putting all the new cfg stuff in, I made sure to copy and paste all the commands for TF2 start up.

I have 2 problems now.

1. I have TF2 on Full Screen. When I click home button to do something outside TF2, and return to it again, it becomes a bit laggy. It takes a couple of seconds to get back in the game. Is this the hud's or cfg's problem? How can I fix it, because I did not have this problem before.

2. When I view the scoreboard (My bind for it is TAB, like most people) I get the net_graph, and some other thing with weird lines, I know it is some frame drop counter, but I don't want it. See what I mean by the net_graph thing here.

Also, is there any type of net_graph that just shows ping and fps, I don't care about all that other stuff...

Thanks,
GhettoFish

Hello all.

I am now using budhud. It is a great hud.
I also editted my cfg with tf2mate. (I used Aron's Crosshair Switched before)
After putting all the new cfg stuff in, I made sure to copy and paste all the commands for TF2 start up.

I have [b][i]2[/i][/b] problems now.

[b]1.[i][/i][/b] I have TF2 on Full Screen. When I click home button to do something outside TF2, and return to it again, it becomes a bit laggy. It takes a couple of seconds to get back in the game. Is this the hud's or cfg's problem? How can I fix it, because I did not have this problem before.

[b][i]2.[/i][/b] When I view the scoreboard [i](My bind for it is [b]TAB[/b], like most people)[/i] I get the net_graph, and some other thing with weird lines, I know it is some frame drop counter, but I don't want it. See what I mean by the net_graph thing [url=http://imgur.com/1Y8DKW3]here[/url].

Also, is there any type of net_graph that just shows ping and fps, I don't care about all that other stuff...

Thanks,
[url=http://steamcommunity.com/id/ghetto_fish/]GhettoFish[/url]
2
#2
0 Frags +

not sure about the first question, but net_graph 1 is probably what youre looking for.

not sure about the first question, but net_graph 1 is probably what youre looking for.
3
#3
-1 Frags +
dokidokipanicnot sure about the first question, but net_graph 1 is probably what youre looking for.

I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3

[quote=dokidokipanic]not sure about the first question, but net_graph 1 is probably what youre looking for.[/quote]
I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3
4
#4
1 Frags +

To solve the first problem, if you have -dxlevel XX in your launch options, remove that

For the second problem, go in to the binds.cfg and replace
bind TAB +scores "+showscores; net_graph 3"
With
bind TAB +scores "+showscores; net_graph 1"

To solve the first problem, if you have -dxlevel XX in your launch options, remove that

For the second problem, go in to the binds.cfg and replace
bind TAB +scores "+showscores; net_graph 3"
With
bind TAB +scores "+showscores; net_graph 1"
5
#5
0 Frags +
ghettofishdokidokipanicnot sure about the first question, but net_graph 1 is probably what youre looking for.I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3
alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind tab +sc

Something like that?
I assume whatever config you switched to has something similar to that bound to tab (with net_graph 4 instead of 1 by the looks of it). Rebinding tab at the bottom of your autoexec would fix it if that's what it is.

[quote=ghettofish][quote=dokidokipanic]not sure about the first question, but net_graph 1 is probably what youre looking for.[/quote]
I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3[/quote]

[code]alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind tab +sc[/code]

Something like that?
I assume whatever config you switched to has something similar to that bound to tab (with net_graph 4 instead of 1 by the looks of it). Rebinding tab at the bottom of your autoexec would fix it if that's what it is.
6
#6
0 Frags +

UPDATE:
I Fixed issue one but now I realize I have a greater problem. When I play on a server, I go on it, I stay for like 30 seconds and then it starts auto disconcerting. I have internet, and no packet loss...

Can't play on any servers!

[b][b][u]UPDATE:[/u][/b][/b]
I Fixed issue one but now I realize I have a greater problem. When I play on a server, I go on it, I stay for like 30 seconds and then it starts auto disconcerting. I have internet, and no packet loss...

Can't play on any servers!
7
#7
-1 Frags +
negasoraTo solve the first problem, if you have -dxlevel XX in your launch options, remove that

For the second problem, go in to the binds.cfg and replace
bind +TAB "+showscores; net_graph 3"
With
bind +TAB "+showscores; net_graph 1"

_________________________________________________________________________________________________

Deetrghettofishdokidokipanicnot sure about the first question, but net_graph 1 is probably what youre looking for.I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3
alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind tab +sc

Something like that?
I assume whatever config you switched to has something similar to that bound to tab (with net_graph 4 instead of 1 by the looks of it). Rebinding tab at the bottom of your autoexec would fix it if that's what it is.

Yep, thanks :3

[quote=negasora]To solve the first problem, if you have -dxlevel XX in your launch options, remove that

For the second problem, go in to the binds.cfg and replace
bind +TAB "+showscores; net_graph 3"
With
bind +TAB "+showscores; net_graph 1"[/quote]
_________________________________________________________________________________________________
[quote=Deetr][quote=ghettofish][quote=dokidokipanic]not sure about the first question, but net_graph 1 is probably what youre looking for.[/quote]
I already had that before, I just don't want this on scoreboard, I would just like to have a small net_graph when I open scoreboard that's all.
Thanks, anyways. Have a great one, Happy New (early) Year :3[/quote]

[code]alias +sc "+showscores;net_graph 1"
alias -sc "-showscores;net_graph 0"
bind tab +sc[/code]

Something like that?
I assume whatever config you switched to has something similar to that bound to tab (with net_graph 4 instead of 1 by the looks of it). Rebinding tab at the bottom of your autoexec would fix it if that's what it is.[/quote]

[i][b][u]Yep, thanks :3[/u][/b][/i]
Please sign in through STEAM to post a comment.