Battle backgrounds can be used to provide some sense of atmosphere.
For example, if you're walking through a forest and you encounter an enemy,
seeing some cute bunnies and trees in the background makes it feel like a
forest.
However, if you see dead bunnies and dying trees in the background, it feels
much different. What happens if an enemy can cast a spell that will cause all
of those bunnies and trees to die during battle?
RPG Maker MV comes with an event command that allows you to change battlebacks.
However, if you try to change battlebacks during battle, you'll notice that
nothing happens.
Instead, the change will only appear in the next battle.
This plugin allows you to change battle backgrounds during battle.
== Terms of Use ==
- Free for use in non-commercial projects with credits
- Contact me for commercial use
== Change Log ==
1.1 - Apr 19, 2016
Implemented support for saving and loading battlebacks
1.0 - Nov 22, 2015
initial release
== Usage ==
During battle, use the "Change Battleback" event command located on the
third page of the event commands.
This will change the battleback immediately.
The changes will only last for the current battle, and will revert
after the battle finishes.
-- Saving and Restoring Battlebacks --
There may be situations where you want to change the battleback, and you want
to restore it to what it was before you changed it, but you didn't know what
the battlebacks were because they could have been anything at that point.
This plugin provides functionality for saving the current battlebacks and then
restoring them.