Time Control

  • IhlaPower
    25th Oct 2012 Member 1 Permalink

    Slow it down or speed up, so your electronic will run at real time speed, or slow it down to fine tune your engines valve timing, what about that idea? i would be useful for everybody!

  • mniip
    25th Oct 2012 Developer 2 Permalink
    tpt.setfpscap() in console
  • hachouma
    25th Oct 2012 Member 0 Permalink

    @IhlaPower (View Post)

     also, in case your PC is slow ot you simply didn't notice the default FPS is 60

  • IhlaPower
    29th Oct 2012 Member 0 Permalink

    I'm talking a small reverse pause play interface in the corner of  the screen 

  • boxmein
    29th Oct 2012 Former Staff 0 Permalink
    @IhlaPower (View Post)
    You can't really reverse the playback unless you keep all that save has done in memory. Which is the same as taking 60 screenshots per second and keeping them in the memory. It'll fill up RAM and work badly.
    Slowing down can work with
    setfpscap
    but you can't really speed up unless you know that your computer can run faster. Because TPT eats up a lot of speed.
  • IhlaPower
    29th Oct 2012 Member 0 Permalink

    :/ you're right, ok scratch the reverse, how bout slow mo

  • Jallibad
    29th Oct 2012 Member 0 Permalink

    @IhlaPower (View Post)

     as boxmein just said, use tpt.setfpscap(n) to set a speed where n is the maximum speed you want the game to run at...  Also, hit the "f" key to step forwards one frame.