Is There Any Way I Can Turn Off Vsync?

  • Lurch
    21st Jan 2021 Member 0 Permalink

    Hello, I've been trying to find a way to turn off the frame lock for the game. I've tried to use NVIDIA control panel and other things but nothing works. Feedback would be appreciated.

  • jacob1
    21st Jan 2021 Developer 0 Permalink
    In the console, type tpt.setfpscap(2).

    This will change the fps cap from 60 to unlimited. You can set it to arbitrary numbers with other limits. 2 just means "unlimited" for weird legacy reasons.
  • LBPHacker
    21st Jan 2021 Developer 0 Permalink
    tpt.setfpscap(2) (anything above 2 sets the actual framerate; which is 60 by default; 2 turns the cap off)

    EDIT: ninja'd
    Edited once by LBPHacker. Last: 21st Jan 2021