Gamestate Extrapolation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 April 2023

  • curprev 23:0823:08, 22 April 2023Mikota talk contribs 2,102 bytes −27 No edit summary
  • curprev 23:0823:08, 22 April 2023Mikota talk contribs 2,129 bytes +2,129 Created page with "== Technical explanation == === Problem === In AQ2, servers run in <code>sv_fps 10</code>. This means that even though the game is running at a high fps for you, the server is only updating ten times a second; you get updates from the server every 100 milliseconds. Since you are only getting updates ten times a second, your client needs to ''smooth out'' the experience. If it didn't do this, your game would run in 10 fps. You can try this out with the console command <..."