Skip to main content

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

It's awesome! Would it be possible to have a plugin command to turn the plugin off or to reset everything to default , as well as a command to turn them or the plugin back on again? 

I have SRPG plugins that mess with the menu/ui a ton based on the default positions of the engine but only for a limited period of time then things go back to 'normal' after and I would like to use your nice plugin outside these sequences.

(+1)

Hi MiniMiniMantis,

Believable or not, a plugin usually cannot be switched on/off on the fly; that only works in rare cases when the developer designed it this way. For this plugin, it would significantly increase its code complexity.

To achieve something that comes close to what you are describing, you could add a new plugin that does overrides when a certain condition is met (e.g. a Switch is ON). You probably want to ask a programmer to write such a plugin, but technically, it's possible.

Ok! Thank you for letting me know!