quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 11 forks source link

Updated @starlightlacuna FPS cap #150

Closed quellus closed 1 week ago

quellus commented 1 month ago

I merged main into @starlightlacuna branch for the FPS cap Lowered the minimum frame rate to 5 because it's silly and I think people might have fun with it Bumped the save file version to 0.12

The original work:

starlightlacuna commented 1 month ago

I found this little bug with the FPS cap. Occassionally, a visual artifact will appear above the image. I'm not sure if it's a general Linux problem, or if it's a quirk of my machine. In-app, I set the FPS cap to 60.

I don't have a Windows installation currently, else I'd check if it exists there. @quellus tested on stream, but found no issues though.

gdtuber-bug

One thing that might or might not be related: I have problems opening the Godot project. Opening the project just causes my screens to blackout. I had to manually change the rendering mode to Forward+ in the godot.project file to even work on the project.

Update 2024-10-24:

I was playing around with a different avatar, and I noticed a few things:

All this leads me to believe it's an issue with the combined avatar feature, not with the frame rate cap.