fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
219 stars 37 forks source link

Smoothing for Online Play at Uncapped FPS #1851

Open OpenRift412 opened 3 months ago

OpenRift412 commented 3 months ago

The framerate can rather juddery when playing online with uncapped FPS. Not entirely sure how one would go about mitigating this, but whatever was done for Crispy Doom seems to yield better results over there.

rfomin commented 3 months ago

Try to run the game with -oldsync parameter.

whatever was done for Crispy Doom seems to yield better results over there.

We removed this hack from Woof, it was not working properly. There are plans to improve it, but it may take some time.

OpenRift412 commented 3 months ago

Try to run the game with -oldsync parameter.

If I run this as the creator of a lobby, will this apply to all other clients?

rfomin commented 3 months ago

Try to run the game with -oldsync parameter.

If I run this as the creator of a lobby, will this apply to all other clients?

Yes.

Meerschweinmann commented 3 months ago

If I run this as the creator of a lobby, will this apply to all other clients?

Yes.

Oha, good to know. I had typed it on the clients too all the time. Then i have to type it only once :)