So, if you just open the game client, but load save file that have one hour gameplay, the game gets slow too?
Hmm, by any chance, is the save file unusually big on size? Like bloated?
Yes, both loading a saved game but also playing it all the way through in a New Game.
And hmm.. im not sure . I wouldn't know how a normal game play's saves supposed to be after an hour long . the sizes I see are , 1.8mb , 114kb , 1.2mb , 79kb , 1.8mb . I'd assume the larger ones are the longer game play . I think I have two quick saves from the beginning of the game .
Those with 1.8 mb are clearly bloated. Even 114 kb save files seems to be bloated.
Can I have a save file, to look which part is bloated? You can send on my personal discord: GGZiron#8943 . Or in rpg maker forums via private message. Or here, via download link. I do not need the very game, just the save file, to see what part of the data is bloated, so to know where to look for issues.
If possible, prefer save file with 1.8 mb size.
Edit: NVM, forgot save data is encoded. Save file alone will not help me.
But big save file and demo project that can load it, will help me.
Looked in your project.
So, I saw some wrong things in the data. First is, you created 16 seasons, with 12 of them having blank data. Those blank seasons, you better delete. Though that not related to your error. And curious why you needed to create blank seasons to begin with. Maybe I can help, if there is issue.
As about the error, I see same trigger over and over, million entries. A repeatable trigger must be added only once. But I think something in your events add same trigger again and again.
Still, is my error too, because my code allows it. When able, I will write the triggers container not to allow two triggers with same name. And if event adds trigger with name that is already in container, it will replace the previous one, instead to add new entry. That should prevent this issue.
Now, cannot say when will publish the patch, but should be later today, or tomorrow.
Btw, your save data is only 9 kb, when I removed the junk data from it :D.
Thank you for feedback! And if you need further assistance after I upload my fix, contact me again.
Uploaded the new version.
Hopefully it fixes the issue for you.
Also, made a part that should fix save files made with older version. When you try to open such save file, it will load even slower than before. But once loaded, the data will be optimized and map transfer should be smooth, and when you save again, save file size should be normal.