SamSuka
Anglerfrisk
Anglerfrisk

patreon


Demo Addendum

There is an issue where parts of a character will be giant for a split second before loading in. I'm aware of it and I think I've fixed it on my end. I'll be testing the fixes later this week.

For reference, it's caused by an interaction between a plugin and some inefficacies on RPG Maker's end. The images are all stored at twice the size of the game screen. When images are called, a plugin halves their size. I was using a plugin to do this because of some grander plans around screen size changing that were scrapped.

RPG Maker has a habit of lagging from time to time when displaying images (you may have noticed this on occasion in the original game). Essentially, RPG Maker lagging was stalling the plugin so it wasn't resizing when it was supposed to. Moving from the plugin to RPG Maker's native resize function seems to have fixed this.

I'm looking into potentially getting a plugin to help manage image loading and remedy the lag issue.


More Creators