Tom Rothamel

Results 576 comments of Tom Rothamel

Other than checking to make sure your steam library is up to date, I'm not sure what can be done here. I can't think of anything Ren'Py would be doing...

@NaughtyOba Thanks for pushing this through Nvidia. Can I ask how you got in contact with them? I've always had problems doing so.

This setting only works if your graphics driver respects the sync to vblank setting being supplied by Ren'Py. Can you check that setting isn't disabled? I did check this option...

I don't know what to say. Ren'Py is requestin vsync from the drivers. When you hit f3 to display the framerate meter, what framerates are you getting?

Can you set it to 30, run the tutorial, and check out the swap interval line in log.txt?

200 / 6 = 33, which is as close to 30 as we can get while still having an integer number of frames per draw. Ren'Py is requesting 6fps, so...

-2 frame means 1/2 resolution, with tearing allowed if a frame is late. I'm not sure about the cause of ANGLE2. It's really a last ditch thing if the drivers...

Accepted as a feature request, but I think this isn't likely to happen any time soon.

This makes sense, though I'd probably want to make it a little more generic in case we support things other than Live2D. What you have won't now scale, but we...

I'm probably going to implement it in the opposite direction - the transform has the ability to send properties down to the displayables it wraps. (Say, by adding a new...