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 CSS Menu Status - FTKR_CSS_MenuStatus.js
Plugin desc : v2.1.3 Plugin that changes the status display on the menu screen
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_CSS_MenuStatus.js
File name : FTKR_CSS_MenuStatus.js
Help of plugin :
@plugindesc v2.1.3 Plugin that changes the status display on the menu screen
@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
-----------------------------------------------------------------------------
By implementing this plugin, you can change the layout of actor status displays on the menu screen.
This plugin requires FTKR_CustomSimpleActorStatus.js (v3.0.0 or later).
For instructions on how to use the plugin, see the online manual page below.
https://github.com/futokoro/RPGMaker/blob/master/FTKR_CSS_MenuStatus.ja.md
-----------------------------------------------------------------------------
Setup Instructions
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."
2. When combining with the following plugins, be sure to pay attention to the order of plugin management.
FTKR_CustomSimpleActorStatus.js (Changes the status display)
↑Register above this plugin↑
FTKR_CSS_MenuStatus.js
-----------------------------------------------------------------------------
Setting the Simple Actor Status Display
-----------------------------------------------------------------------------
You can change the status display layout displayed on the menu screen by setting the plugin parameters.
For the meaning of each parameter and how to set it, refer to the FTKR_CustomSimpleActorStatus.js help.
Note that the settings for walking characters, SV Battle characters, custom parameters, and custom gauges follow the settings in FTKR_CustomSimpleActorStatus.js.
-----------------------------------------------------------------------------
Setting the Menu Screen Status Window
-----------------------------------------------------------------------------
This can be set using the following plugin parameters.
<Enabled Custom Window>
: Specifies whether to use the menu screen window change function.
: 0 - Disabled, 1 - Enabled
<Number Max Cols>
: Changes the number of actors arranged horizontally within the window.
: Default is 1.
<Cursor Line Number>
: Sets the number of lines the cursor (per actor) should be tall.
: Default is 4.
<Cursor Height Space>
: Sets the vertical cursor spacing.
: Default is 0 (pixels).
<Font Size>
: Changes the font size within the window.
: Default is 28 (pixels).
<Window Padding>
: Changes the margins around the window.
: Default is 18 (pixels).
<Window Line Height>
: Changes the height of one line within the window.
: Default is 36 (pixels).
<Window Opacity>
: Changes the background transparency within the window.
: Default is 192.
: 0 - Transparent, 255 - Opaque
<Hide Window Frame>
: Specifies whether to hide the window frame.
: 1 - Hide, 0 - Show
: Default is show.
<Window Height>
Window height is calculated using the following formula:
[Window Height] = [Number of Vertical Lines] x [Line Height] + [Margin Size] x 2
<Font Size and Line Height>
Basically, set the font size so that it is proportional to the size of the bottom.
Font Size < Line Height
<How to Hide the Window>
The following settings will hide the window frame and background,
displaying only the actor status.
<Window Opacity>: 0
<Hide Window Frame>: 1
-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2017,2018 Futokoro
http://opensource.org/licenses/mit-license.php
Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md
-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------
v2.1.3 - 2018/12/13: Changed the default value of the plugin parameter statusList.
v2.1.2 - 2018/09/29: Added Traits
1. Added selectable items to the plugin parameter list.
v2.1.1 - 2018/09/12: Removed unnecessary plugin parameters.
v2.1.0 - 2018/08/30: Added Traits
1. Added the ability to select the status to display in the plugin parameters from a list.
v2.0.0 - August 19, 2018: Updated to support FTKR_CustomSimpleActorStatus v3.0.0.
v1.1.0 - November 18, 2017: Specification changes
1. Compatible with FTKR_CustomSimpleActorStatus.js v2.6.0.
v1.0.0 - June 18, 2017: First version created.
Split from FTKR_CustomSimpleActorStatus.js v1.8.0.
-----------------------------------------------------------------------------
@param --簡易ステータス表示--
@text --Simple status display--
@param statusList
@desc Set the status to display and its position.
@default ["{¥"text¥":¥"face¥",¥"x¥":¥"0¥",¥"y¥":¥"0¥",¥"width¥":¥"144¥"}","{¥"text¥":¥"name¥",¥"x¥":¥"162¥",¥"y¥":¥"0¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"level¥",¥"x¥":¥"162¥",¥"y¥":¥"36¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"state¥",¥"x¥":¥"162¥",¥"y¥":¥"72¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"class¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"0¥",¥"width¥":¥"198¥"}","{¥"text¥":¥"hp¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"36¥",¥"width¥":¥"198¥"}","{¥"text¥":¥"mp¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"72¥",¥"width¥":¥"198¥"}"]
@type struct<status>[]
@param Actor Status Space In Text
@desc Specifies the spacing when displaying multiple items within a text.
@default 5
@param --ステータスウィンドウ設定--
@text --Status window settings--
@param Enabled Custom Window
@desc Use window layout change Traits: 1 - enable, 0 - disable
@default 0
@param Number Max Cols
@desc Number of actors to arrange horizontally: Default 1
@default 1
@param Cursor Line Number
@desc Cursor height in lines: default 4
@default 4
@param Cursor Height Space
@desc Vertical cursor spacing: Default 0
@default 0
@param Font Size
@desc Font size: Default 28
@default 28
@param Window Padding
@desc Margins around the window: default 18
@default 18
@param Window Line Height
@desc Height of one line in the window: default 36
@default 36
@param Window Opacity
@desc Window background transparency: default 192
@default 192
@param Hide Window Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0