Search found 3 matches

by Davoo
Sat Nov 30, 2019 8:00 pm
Forum: Support and Development
Topic: Turning off VSync
Replies: 5
Views: 4199

Re: Turning off VSync

Thank you both very much for the thoughtful replies. I figured everything out, and would love to walk through it all in here but don't know if I'll ever make the time to do so. Until then, I just wanted to throw up a quick thanks before I forgot!
by Davoo
Fri Nov 29, 2019 12:40 pm
Forum: Support and Development
Topic: Turning off VSync
Replies: 5
Views: 4199

Re: Turning off VSync

Re: resolving to true I have tried both false (what the Wiki said used to be the way to turn off VSync) and 0 (what the Wiki says to do now) Re: GPU settings This turned out to be the source of the problem, thank you! I poked into my Nvidia settings and can now blaze around my game at 500fps (don't ...
by Davoo
Fri Nov 29, 2019 12:46 am
Forum: Support and Development
Topic: Turning off VSync
Replies: 5
Views: 4199

Turning off VSync

I'm sure I'm missing something obvious, but my conf.lua file is as follows: function love.conf(t) t.console = true t.window.vsync = 0 t.modules.physics = false end And yet my FPS remains locked at 60. My conf file definitely works, I can disable the console, for instance. I even cracked open my own ...