Reverse Mode and Slow Motion Mode

  • Sydneymotor2
    24th Jan 2022 Member 0 Permalink

    Reverse mode will reverse everything by pressing X. 

    Slow Motion mode will slow down everything on a screen by C.

  • EnganK
    24th Jan 2022 Member 0 Permalink
    Reverse mode is impossible.
    For slow motion mode, reduce the maximum FPS (tpt.setfpscap(x))
  • Lord_Bowserinator
    24th Jan 2022 Member 0 Permalink

    @EnganK (View Post)

     Maybe he just meant flipping the velocities

  • EnganK
    24th Jan 2022 Member 0 Permalink
    This post has been removed: harassment
  • Maticzpl
    24th Jan 2022 Member 0 Permalink

    Reverse mode is possible, to an extend. It would just store a snapshot of each simulation frame just like CTRL + Z.
    But yeah you cant have that many frames until you run out of memory

  • ArolaunTech
    27th Jan 2022 Member 0 Permalink

    The reason why undo is limited to five times is because of memory usage, so reverse mode probably isn't possible (unless it is reversing velocities, like @Lord_Bowserinator said), and Slow Motion mode can already be achieved: use tpt.setfpscap(num) in the console, where num is:

     

    - 2 if the FPS should be unlimited.

    - The limit for FPS otherwise.

     

    You can also press "F" to view the simulation frame-by-frame.