- Dec 16, 2022
- 642
- 2,230
You can expiriment on your own, perhaps it maybe be better to turn it off for iGPUs and laptops, but for PCs with at least GF 1050/1060 and higher GPUs it's better this way. Anyway, the most important setting is "powersave" cause with enabled state it only draws 5fps per second.Why did you enable tearing?
You must be registered to see the links
preferences.gl_framerate
This is either an integer, or None. If not None, it's a target framerate that Ren'Py will attempt to achieve. If this is set low (for example, to 30), on a monitor with a high framerate (say, 60 frames per second), Ren'Py will only draw on every other frame.
If None, Ren'Py will attempt to draw at the monitor's full framerate.
preferences.gl_powersave
This determines how often Ren'Py will redraw an unchanging screen. If True, Ren'Py will only draw the screen 5 times a second. If False, it will always draw at the full framerate possible.
preferences.gl_tearing
This determines if tearing (True) or frameskip (False) is the preferred behavior when the game can't keep up with its intended framerate.