戦闘中に戦闘の背景画像を変更することができるプラグイン – HIME_ChangeBattleback.js

タイトル
Allows you to change battle background images during battle.
作者名
ヘルプ
-------------------------------------------------------------------------------
== Description ==

Video: https://www.youtube.com/watch?v=KHA6yRAMhMk

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.

To save battlebacks, use the script call

BattleManager.saveBattlebacks()

To restore battlebacks, use the script call

BattleManager.restoreBattlebacks()

-------------------------------------------------------------------------------
パラメータ
title Change Battleback
date Apr 16, 2016
version 1.1
filename HIME_ChangeBattleback.js
url http://himeworks.com/2015/11/change-battleback/

If you enjoy my work, consider supporting me on Patreon!

https://www.patreon.com/himeworks

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

-------------------------------------------------------------------------------
ライセンス表記
- Free for use in non-commercial projects with credits
- Contact me for commercial use

紹介ページ http://himeworks.com/2015/11/change-battleback/