Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi. I was wondering if this plug in would allow the use of nested folders for loading sounds in MV? I believe MZ natively supports it but MV doesn't.

Ignore previous response. I tested the wrong plugin!

(2 edits)

Anyway, between my multiple audio-related plugins, this does seem like a useful thing. MV has an encodeURIComponent call that makes it difficult, and replacing the function that contains this seems iffy, but certainly doable... I wonder if MZ does something different here. EDIT: Yes, it does. If I was to modify the MV function to match the MZ function... EDIT2: No, wait, this is way simpler to do than messing with built-in RPG Maker functions.

All right, that wasn't too hard. I'll implement that same fix into my other audio plugins (except regular Focused Sound Effects) shortly, but just having the fix in one plugin should let you use it in all of them.

That's really cool! Thank you! It'll help heaps with voice acting because of the number of file you need to manage. Being able to put them in folders is a massive benefit.

Yeah, voice acting IN PARTICULAR struck me as the most likely use case for this in sound effects, and I have another plugin that's all about voice acting, too. Soundtrack Layering also synergizes nicely with this.

But it's just a handy thing to have in general that just never crossed my mind until you brought it up.