Lag issues

A forum dedicated to Team Fortress 2
Toba
Villun
Villun
Posts: 150
Joined: Mon Aug 11, 2008 6:52 pm
Toba’s avatar
Loading…

Lag issues

Post by Toba » Fri Aug 05, 2011 10:45 pm

Hey all.

Just got done playing about 2 hours worth of TF2, and I hope I'm not repeating someones post here, but the lag issues on TheVille servers is killing me. Not latency issues, my ping remains calm around 50 or so, but actually game skips. At first I thought it was my computer, but then I heard others complaining of similar issues. Then I thought maybe TF2 was suffering, but upon playin on a public server this afternoon, I noticed it was lag free.

Is this being looked into anywhere? Or is there a fix in sight soon?

Thanks.
Image

Stevo
Everlasting Villun
Everlasting Villun
User avatar
Posts: 8753
Joined: Sun Oct 22, 2006 10:01 pm
Location: Orange County, CA
Minecraft name: StevoTVR
Uplay name: StevoTVR
Contact:

Games Played

Ville Awards

StevoTVR’s avatar
Loading…

Re: Lag issues

Post by Stevo » Fri Aug 05, 2011 11:11 pm

Which servers? Our servers are in different locations and run on various hardware.

Fano
Villun
Villun
Posts: 724
Joined: Tue Nov 10, 2009 7:56 pm

Games Played

Ville Awards

Fano’s avatar
Loading…

Re: Lag issues

Post by Fano » Fri Aug 05, 2011 11:27 pm

have you at all tweaked your network settings? if you haven't, you may want to give that a try, here's an excerpt for chris's FPS configs:
// Good connection
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

// Bad connection
//cl_cmdrate 40
//cl_interp 0.025
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 40
//rate 35000
uncomment the section you like (by removing the // before each line) and stick it in your autoexec.cfg
Image

The Spanish Inquisition
Villun
Villun
User avatar
Posts: 697
Joined: Wed Feb 11, 2009 10:32 pm

Ville Awards

Re: Lag issues

Post by The Spanish Inquisition » Fri Aug 05, 2011 11:42 pm

He is referring to tv7, that is where he was playing and yes it was lagging for many people.
Nobody Expects the Spanish Inquisition!

Toba
Villun
Villun
Posts: 150
Joined: Mon Aug 11, 2008 6:52 pm
Toba’s avatar
Loading…

Re: Lag issues

Post by Toba » Sat Aug 06, 2011 7:25 pm

Thanks Spanish, that is correct.

And Fano, gonna have to dumb that down for me. Not much a computer guy. I just enjoy shootin folks.
Image

Fano
Villun
Villun
Posts: 724
Joined: Tue Nov 10, 2009 7:56 pm

Games Played

Ville Awards

Fano’s avatar
Loading…

Re: Lag issues

Post by Fano » Sat Aug 06, 2011 8:31 pm

Toba wrote:Thanks Spanish, that is correct.

And Fano, gonna have to dumb that down for me. Not much a computer guy. I just enjoy shootin folks.
Navigate to your TF2 folder, under default settings this is located under C:/Program Files (x86)/Steam/steamapps/*username*/team fortress 2/tf

find your cfg folder and go into it, there should be several files, one for each class, copy one of them and paste it in the same folder, name it "autoexec.cfg" and open it up with notepad, it should be a blank text file.

now paste this stuff into it and save:

Code: Select all

// Good connection
cl_cmdrate 66
cl_interp 0.0152
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 66
rate 60000
This should optimize your network settings and minimize lag, you'll feel rockets come out faster and experience smoother gameplay, let me know if you need any more help.
Image

Toba
Villun
Villun
Posts: 150
Joined: Mon Aug 11, 2008 6:52 pm
Toba’s avatar
Loading…

Re: Lag issues

Post by Toba » Mon Aug 08, 2011 2:05 pm

That helped a ton. Haven't noticed my game vomiting on me lately lol. Thanks guys.
Image

Portland_BEER
Villun
Villun
User avatar
Posts: 173
Joined: Fri Jun 06, 2008 2:34 am
Location: Portland OR

Games Played

Ville Awards

BEER’s avatar
Loading…

Re: Lag issues

Post by Portland_BEER » Mon Aug 08, 2011 11:27 pm

@Fano

Super helpful! Thanks.
Image

Image

Yahoo!!
Villun
Villun
User avatar
Posts: 1076
Joined: Sat Dec 01, 2007 3:32 pm
Location: Calgary Alberta

Games Played

Ville Awards

Yahoo!!’s avatar
Loading…

Re: Lag issues

Post by Yahoo!! » Tue Aug 09, 2011 5:37 pm

Fano, you are a wizard. This is the smoothest running TF2 I have ever had. Ever. The game just works so well. The rockets, the motions and everything that moves just works so well. Thank you so much.

El_Hefe
Villun
Villun
User avatar
Posts: 850
Joined: Sun Oct 26, 2008 8:34 pm

Ville Awards

El_Hefe’s avatar
Loading…

Re: Lag issues

Post by El_Hefe » Tue Aug 09, 2011 5:44 pm

i didn't notice a change

i already had a autoexec file in there with some server commands... can i just skip a line and then add "the code" in that same file?

The Spanish Inquisition
Villun
Villun
User avatar
Posts: 697
Joined: Wed Feb 11, 2009 10:32 pm

Ville Awards

Re: Lag issues

Post by The Spanish Inquisition » Tue Aug 09, 2011 8:38 pm

El_Hefe wrote:i didn't notice a change

i already had a autoexec file in there with some server commands... can i just skip a line and then add "the code" in that same file?
Or you can put it in a separate file called netfix.cfg and then in your autoexec.cfg add a line that says:

Code: Select all

exec netfix.cfg
This is a good way to organize config files instead of having one big file that you change all the time.
Nobody Expects the Spanish Inquisition!

Fano
Villun
Villun
Posts: 724
Joined: Tue Nov 10, 2009 7:56 pm

Games Played

Ville Awards

Fano’s avatar
Loading…

Re: Lag issues

Post by Fano » Tue Aug 09, 2011 8:58 pm

El_Hefe wrote:i didn't notice a change

i already had a autoexec file in there with some server commands... can i just skip a line and then add "the code" in that same file?
just check the file to see if the config you have doesn't already have those settings in there for you.

otherwise yeah you can just add that to the same file at the bottom
Image

Clay Pigeon
Retired Admin
Retired Admin
User avatar
Posts: 4811
Joined: Sun Nov 12, 2006 12:45 pm
Location: Michigan

Games Played

Ville Awards

Clay’s avatar
Loading…

Re: Lag issues

Post by Clay Pigeon » Wed Aug 10, 2011 1:34 am

[TOAD] Fano wrote:have you at all tweaked your network settings? if you haven't, you may want to give that a try, here's an excerpt for chris's FPS configs:
// Good connection
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

// Bad connection
//cl_cmdrate 40
//cl_interp 0.025
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 40
//rate 35000
uncomment the section you like (by removing the // before each line) and stick it in your autoexec.cfg
Is there anything like this for really bad connections? Since putting the bad one in my autoexec I'm getting rocket fires not registering.

Or is there any way just to restore the defaults?
"No dictator, no invader can hold an imprisoned population by force of arms forever. There is no greater power in the universe than the need for freedom. Against that power tyrants and dictators cannot stand." - The prophet G'Kar

One_Medic_Army
Villun
Villun
User avatar
Posts: 1584
Joined: Sun Sep 26, 2010 11:07 am

Games Played

Ville Awards

SanityOptional’s avatar
Loading…

Re: Lag issues

Post by One_Medic_Army » Wed Aug 10, 2011 1:40 am

To restore the defaults, just move/remove the autoexec.cfg file (or remove the code from it).
autoexec.cfg is essentially a file that automatically executes various console commands whenever the game is booted, none of the changes last longer than the game is operating.
ImageImage
VIEW CONTENT:
Image
Image

Clay Pigeon
Retired Admin
Retired Admin
User avatar
Posts: 4811
Joined: Sun Nov 12, 2006 12:45 pm
Location: Michigan

Games Played

Ville Awards

Clay’s avatar
Loading…

Re: Lag issues

Post by Clay Pigeon » Wed Aug 10, 2011 2:12 am

Does anyone know what the default are though?
"No dictator, no invader can hold an imprisoned population by force of arms forever. There is no greater power in the universe than the need for freedom. Against that power tyrants and dictators cannot stand." - The prophet G'Kar

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 47 guests