I actually use very little of MZ's assets except for sound effects and Effekseer animations. Majority of graphics and music come from the RPG Maker Fes, RPG Maker DS+, and RPG Maker DS Asset Packs. I took the screenshots at native resolution so I'll see how they turn out in fullscreen stretch. I'll look into making a trailer, I was a bit hesitant on revealing too much since it's only about a half hour to an hour long. 😅
CrystalTikal
Creator of
Recent community posts
This works great at getting MIDI files working in RPG Maker MZ.
For anyone getting a File Not Found error when using the Play ME command, you need to change two lines in rpg_mixer.js: line 1097 needs to be this._meBuffer = this.createBuffer('me/', me.name); and line 1126 needs to be this._bgmBuffer = this.createBuffer('bgm/', this._currentBgm.name);
Both lines are missing a forward slash after the folder name.
When launching a playtest with this plugin active, the following error message appears in the console and the plugin doesn't seem to take effect:
index.html:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at new Parameters (EliMVZ_HorrorFilterPro.js:1883)
at Object.initParameters (EliMVZ_HorrorFilterPro.js:2034)
at Object.initialize (EliMVZ_HorrorFilterPro.js:2021)
at EliMVZ_HorrorFilterPro.js:2352I played the original first as I found it when browsing games with BASIC source code on the Interactive Fiction Database, thought it had an interesting premise, and converted the code to SmileBASIC on the Nintendo 3DS, but I liked the additions made in this version, particularly all of the troll's dialogue, and the addition of the EXAMINE command!

I started a new game after this update and just wanted to report a small bug I've found: in the Relationships panel, there seems to be a typo in the image embed for Rook's portrait, as it displays the raw code instead.