Skip to main content

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

hello! Lovely plugin. Is it possible you could add the transition as a plugin command, so it can be invoked mid-battle?

Hello! Yes, this is entirely possible but must be done via script calls. Here is the bit of code you'll need to use for it:

SceneManager.snapForBackground(); 
SceneManager._scene.startEncounterEffect();
SceneManager._scene._encounterEffectDuration = -1;
We can extend the plugin in a future update to include Plugin Commands for shatters to happen on demand in Battle or the Map.

Let us know if you have any issue implementing this or require further assistance.

Thanks,

MythAtelier Team

(+1)

Thanks! This works quite well.