- Mar 14, 2022
- 48
- 96
Good to know thx for reporting, will be added to the "quick fix" list.StraponCookie
Please don't name character variablesdir
. This is a reserved function name in both python and renpy. Overwriting it doesn't cause a lot of problems, but in general, don't overwrite built-in commands with dynamic ones you create.
This is probably the 3rd or 4th Renpy game where I've seen that happen. Why do I know it happens? Because, I like to muck around in the console and see how things were done in Renpy games. It's a thing I do.
Deal breaker? No. Just a best practice thing to keep in mind as your skills develop and you continue to work on your game.
I have probably found the reason and am now trying to fix it, the files themselves are OK but apparently Renpy is not quite able to display them properly which is why the load increases dramatically.Finished the update, the problem occus on every animation except the main menu. It's not always 100%, but on every animation the CPU usage rises by at least 75%.
Other than that, good update.
Thanks again for reporting.