Skip to main content

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

https://files.catbox.moe/j6i393.rpgsave

https://files.catbox.moe/d51ems.rpgsave

Okay so I was dumb and somehow confused left from right.
Anyways here are the files
.

To freeze the game all I do is simply click on the sparkle and it gets stuck.

Done it on the 1.0.4 build so there is no version miss match.

Using other interact buttons (z, enter, space) does not make this happen, only mouse click.

(2 edits)

Excellent, I'll take a look at those in a bit then. Tip for future: no need for separate uploads: just zip the files together and upload that. Uploading the raw files looks like it caused catbox to randomize your save names too, so I have no way of knowing which is the save and which is the global. I'll work it out though.

In the meantime though, a few things. First a little inside baseball: I use invisible "events" on the map to act as lighting sources via a plugin. When these are on the floor, you can walk over them. However, there's an annoying property of RPGMaker that makes it so that you cannot interact with an event (in this case the sparkles) if you're already standing within ANOTHER event, and there is a lighting event to the right of the sparkles. So, mouse or keyboard, you indeed cannot interact with it from the side. HOWEVER, this should not (and does not with keyboard) freeze anything.

Second, the mouse may explain why it wouldn't reproduce on my end, I almost never test anything with that input method. But I'll do a runthrough of those files and see what I can find.

Edit: Ok, can reproduce and I see what the issue is. I was assuming interaction from the top, so Mezz is scripted to move down on interacting with the sparkles. If he's on the side he can't move down, and the script hangs. This wasn't a problem normally, because via keyboard it simply refuses to trigger, for the reasons described above, but somehow mouse click is able to bypass this. Will revise for the next release.