Quote:
Originally Posted by Lurker_71
That is exactly what my experience is with CoD online. Everthing's smooth as silk (FPS ~40-50) until a few human players come into vicinity, then FPS drops badly (Single digits). Strange enough, this is not the case offline. I have tested with more than a hundred AI ac in the air, and there was barely a slowdown.
Perhaps this is due to AI's being subject to extremely simplified physics (if any) and FM/DM compared to human players, which means a whole lot more data must be transmitted back and forth (bandwith) and processed client-side (CPU) when flying online against human players.
|
Each player's FM routines are computed on his own computer, and only the flight path data is transmitted to the server, which then broadcasts it to the other connected players.
What you experience is most probably because of the flight path interpolation routines, combined with the networking ones. I haven't tested the alpha/beta/gamma patch yet, but if this is the case, it is very bad. it means the renderer is waiting for the all the networking info of a game tick to arrive first, and only then renders the current frame, and that there are no flight interpolation/prediction routines to provide the renderer with predicted positions of player objects, in order to allow the rendering of an "approximate" frame without having to wait for the other nearby player's network updates.
To check if this is really the case, the FPS must vary with your network latency, and also with other nearby-player's network latency too (the worst one of the rendered players would establish the pace).
Also, it can be caused by nearby player-only rendered effects (for example, the engine exhausts, as it was the case in the months after the release).
To check if this is the case, drop down your effects settings in the game, and watch the online with nearby-players FPS.