Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
FTKR Scene Back Images - FTKR_SceneBackImages.js
Plugin desc : v1.0.0 Plugin to set background images for menus, shop screens, etc.
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_SceneBackImages.js
File name : FTKR_SceneBackImages.js
Help of plugin :
@plugindesc v1.0.0 Plugin to set background images for menus, shop screens, etc.
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@license MIT License
@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
You can set background images for menu and shop screens, etc.
*Please save the images you use in the img/pictures folder.
If you set multiple background image <images> plugin parameters for each screen and
set the switch variable <variableId>, the background image number displayed
will change according to the value of the switch variable.
Example:
The image set to number 1 in the background image <images> list
will be displayed when the switch variable value is 1.
If no background image is set, or the switch variable value is 0 or a number not in the list,
the default background (a copy of the map screen) will be used.
If no switch variable is set, the first background image will be displayed.
Note that if you do not set an image for the following screens, the image setting for the menu screen will be applied.
- Item Screen
- Skill Screen
- Equipment Screen
- Status Screen
- Options Screen
- Save Screen
- End of Game Screen
-----------------------------------------------------------------------------
Setup Instructions
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager".
---------------------------------------------------------------------------
License for this Plugin
---------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php
Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md
-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------
v1.0.0 - 2018/02/24: First version created
-----------------------------------------------------------------------------
@param --メニュー画面--
@text --Menu screen--
@param Menu BackImages
@desc Set the background of the menu screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Item BackImages
@desc Sets the background of the item screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Skill BackImages
@desc Sets the background of the skill screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Equip BackImages
@desc Sets the background of the equipment screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Status BackImages
@desc Set the background for the status screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Options BackImages
@desc Sets the background of the options screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param Save BackImages
@desc Sets the background of the save screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param GameEnd BackImages
@desc Sets the background for the game end screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param --ロード画面--
@text --Loading screen--
@param Load BackImages
@desc Sets the loading screen background.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType
@param --ショップ画面--
@text --Shop screen--
@param Shop BackImages
@desc Set the background for the shop screen.
@default {"images":"[]","variableId":"0"}
@type struct<backImage>
@parent dataType