Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I don't use the gallery much (i prefer to do things organically in gameplay) but I will see if I can find anything!

(+1)

Appreciate. Like I said, it's not a big bug from what I remember: gallery play tends to misbehave sometimes because of an oddity with the way RPGMaker handles states: it resets everything when you LOAD A GAME (or start a new one), NOT when you quit back to the menu, as you would expect. This becomes a problem with gallery play, as some of them involve stuff in-engine, not just pngs and text. The gallery assumes a neutral state for all variables, party member, clothing etc, but if you load a game, do some stuff, and then return to the gallery and start a scene, by default whatever state you left the game in persists, and may be reflected in various incorrect ways. I've patched a bunch of these little annoyances already, but apparently one was still sneaking through.

(+1)

Thanks, that narrows it down a little XD