Author Topic: Delta parse_entities too old.  (Read 1827 times)

fasian

  • 68 Carbine
  • Posts: 410
Delta parse_entities too old.
« on: July 07, 2009, 12:35:32 AM »
Delta parse_entities too old.
What does that mean? First my screen freezes and that comes up in console. Demo explains it all.

Edit: Finish watching the demo it's the funniest comeback ever. :D :D
« Last Edit: July 07, 2009, 03:59:34 AM by sherman0207 »

fasian

  • 68 Carbine
  • Posts: 410
Re: Delta parse_entities too old.
« Reply #1 on: July 07, 2009, 04:03:31 AM »
Found this with search
Quake2/Paintball2 uses delta compression.  That means data is only sent when thing change.  If you lose too many packets, the game can't keep up with what's changed and what hasn't.

Say the server sends a packet saying entity X moved from A to B and you get it, then it sends a packet saying X moved from B to C, and it gets lost, then another packet says X moves from C to D, but you don't know where C is, because you never got that packet.  The packet you got saying X moved from A to B is too old -- it doesn't have the necessary information.

You can disable delta compression with cl_nodelta 1, but usually that makes the lag worse, because it sends more data.
Does that mean I do cl_nodelta 1?

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Delta parse_entities too old.
« Reply #2 on: July 07, 2009, 12:31:09 PM »
Like he says, cl_nodelta will usually make things worse. You're seeing this message because you're lagged (not getting the frames fast enough) or dropping packets from the server.

If you're seeing this error frequently, I would suspect that you or the server is on a bad connection. If it happens every now and then, just reconnect.

MyeRs

  • Autococker
  • Posts: 1635
Re: Delta parse_entities too old.
« Reply #3 on: July 07, 2009, 02:50:06 PM »
Whenever i reconnect i get either what sherman gets in console or i get: Delta fram too old. Either way i lagout on reconnect.

Any ideas?

I got a solid graphics card, highspeed internet, i get alittle bit of spikes ingame but nothing that bad. So how do i fix?

FluKe

  • 68 Carbine
  • Posts: 477
Re: Delta parse_entities too old.
« Reply #4 on: July 07, 2009, 04:48:27 PM »
I get the same thing ill lagg for 2 min and that will spam

fasian

  • 68 Carbine
  • Posts: 410
Re: Delta parse_entities too old.
« Reply #5 on: July 08, 2009, 08:44:38 PM »
I got a solid graphics card
I don't think it's anything to do with the graphics card.

Sometimes i just start lagging for no reason. I reconnect and it's fine. =/

Edit: My friend who lives where I live also gets it when I get it. I'm guessing it might be the Chinese internet.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Delta parse_entities too old.
« Reply #6 on: July 10, 2009, 11:43:01 PM »
Are you using wireless by any chance?

fasian

  • 68 Carbine
  • Posts: 410
Re: Delta parse_entities too old.
« Reply #7 on: July 12, 2009, 06:32:40 AM »
No.