how to cap fps to 1

  • Ihaveagreatfantasy
    17th Aug 2022 Member 0 Permalink

    want to skip exactly 1/5/15 frame(s) & pause sim, tried capping with tpt.setfpscap(1), says cap is too low. can someone give me appropriate command for this?

    Edited 3 times by Ihaveagreatfantasy. Last: 17th Aug 2022
  • LBPHacker
    18th Aug 2022 Developer 0 Permalink
    You might want to try sim.framerender(1/5/15). This still won't "skip" rendering frames, although they may happen to not need to be rendered if your draw cap (tpt.setdrawcap) is low enough.

    Edit: I didn't actually look at the thread's title, since people seem to have unlearned the art of informative titles. This thread is no different. No, there's no way to set the FPS cap to 1.
    Edited 2 times by LBPHacker. Last: 18th Aug 2022
  • Ihaveagreatfantasy
    18th Aug 2022 Member 0 Permalink

    thanks. title is like this, since I wanted to try simplest approach of skipping frames with just slowing sim enough and pausing it.

    Edited once by Ihaveagreatfantasy. Last: 18th Aug 2022