k4zmu2a / SpaceCadetPinball

Decompilation of 3D Pinball for Windows – Space Cadet
MIT License
3.45k stars 212 forks source link

Uncapped FPS/UPS? #18

Closed Sunlitspace542 closed 3 years ago

Sunlitspace542 commented 3 years ago

Can the Framerate and Updates per second be uncapped?

parkerlreed commented 3 years ago

You can click on them and set a new value. Is that not working? (I upped FPS but obviously harder to tell when the screen is only 60Hz)

parkerlreed commented 3 years ago

Requires a double click to type in a new value and enter to save. Works instantly for me. image

Sunlitspace542 commented 3 years ago

I mean remove the 360fps/ups limit entirely so the game runs at the highest possible framerate and ups

k4zmu2a commented 3 years ago

This a reasonable feature to request, added.

UPS/FPS ratio still applies when UPS is uncapped. Original BL does not support sub-millisecond frame times. Nothing bad happens, it just skips updates until dt accumulates >1 ms. I might change that in the future.

Also those UPS controls are drag sliders; you can also set them with the mouse.