Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

The first link goes to Save Core (YEP), which doesn’t use the problematic method.
(Character sprites for saves work a bit differently and are already supported.)

BM MV Shop does clear the window, so the workaround is a little more involved but still very manageable.

YEP Shop Core appears to be paid, so technically it’s out of scope for free support.
That said, I thought of a way that may just work for all callers of Bitmap.prototype.clear and Bitmap.prototype.clearReact at once a bit earlier. I’ll test that with BM MV Shop and it’s pretty likely it’ll just work with the Yanfly shop plugin too.

I likely won’t have time to implement and test this this week, since I’ll be away over the weekend and a few days into next week. It’s pretty likely I’ll get it done at some point within this month, though.

Thanks a lot for your feedback, it makes development a whole lot easier!

Oh whoops, shop core was a typo (shop on the brain from the second link), save core is what I intended to put there. Sorry about that.

I'm really enjoying the plugin so far, currently using it for dynamic equipment, controlling character expression through switches during cutscenes, and a parallel process for making eyes blink.

I have run into one more piece of trouble, a couple of times the game has run into an error and crashed. I've taken a screenshot of the console when it happened.


I'm having trouble reproducing it reliably, currently my best lead is it happening when a section of tiles is changed using Shaz Tile Changer. Though it's not happening every time, only occassionally. Another detail is that immediately before one of these crashes, a dynamic layer change seems to fail (for example, swapping a piece of equipment but the character sprite doesn't reflect this) and moments later the crash occurs, which as far as I can tell so far seems to happen at the point where the Tile Changer plugin does its thing.

A more vague detail that might help point towards something. I'd managed to catch a save right before one of these and could reproduce it every time i loaded. Disabling the Tile Changer plugin stopped the issue, but when I reenabled it the crash no longer occurred on loading that save.

(3 edits)

It’s because I forgot to break; out of a backwards loop after shortening the array:

grafik.png

Hitting this depends on a bitmap load pending for I suspect at least two frames right before another change, which explains why this was inconsistent and how the tile changer could provoke it (by generating unrelated “network” load or by causing the game to update multiple times in a row to catch up with a short freeze).

I’ll include the fix alongside the target groups later today.

Edit: The fix and target groups are included starting in Ver. 1.3.2-RC.4, which is now online.

(1 edit)

This issue is fixed now also in stable version 1.2.2.

The release candidate contains additional revisions, so the next one will likely be version 1.3.3-RC.5+modifiers due to the patch level increase. Unless I find time to do a stable release directly.

Awesome, thanks!