Skip to main content

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

Thank you for the feedback. Initially, the plugin had all settings configured via plugin parameters. I opted to use plugin commands to allow for more flexible transition customization.

For example, you don't need to configure the transition for each battle; you can use the persistence option, and it saves your settings for all battles, or you can change it only for bosses.
You gave me the idea of adding presets and customizing them to be called in specific battles. This would make the configuration simpler and fully available in the plugin parameters. What do you think?

(3 edits)

No problem. I asked as due to how MZ handle events, it would require me to put an event on all maps. That would be tedious and a lot of separate parts to fix/remedy in case mistakes are made (on the user's end). You say persistence... so once loaded it keeps working on all the other maps? Does it stays "on" once the game is closed (after saving) and especially on a new map after a game is loaded? 

I'm repeating myself here, but I really would like it if it was all controllable from the plugin manager instead. It would be much cleaner, with far less headaches on the user's end. What if you kept your plugin product as a bundle of 2 types? One being EVENT-BASED + Plugin Manager and a second version which would be 100% Plugin Manager only? I can only make very rudimentary plugins myself since 1-2 month(s) ago. Its far too complex for me to know how reasonably feasible it would be for you. I would want them all universally applied to all forms of encounters.

Yes, the persistence mode is exactly that; it maintains the configuration until it's changed, as it saves the guidelines in the user's savegame.

But don't worry, I'll create a flexible mode with presets where all the settings are pre-configured in the plugin parameters and set universally, allowing you to modify exceptions directly in the map or enemy notetags.

Thank you for the suggestion and all the support; the modifications should be ready in a few days.

Ill keep note then, thx for your understanding. ^^