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 Customize Battle Results - FTKR_CSS_CustomizeBattleResults.js
Plugin desc : v2.1.4 Display customizable battle results 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_CustomizeBattleResults.js
File name : FTKR_CSS_CustomizeBattleResults.js
Help of plugin :
@plugindesc v2.1.4 Display customizable battle results 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 display a customizable battle results screen at the end of battle.
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_CustomizeBattleResults.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_CustomizeBattleResults.js
↓Register below this plugin↓
FTKR_ExBattleEvent.js
-----------------------------------------------------------------------------
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.4 - 2018/12/13: Changed the default value of the plugin parameter statusList.
v2.1.3 - 2018/09/29: Added Traits
1. Added the ability to set the initial cursor value for the stats command.
v2.1.2 - 2018/09/29: Added Traits
1. Added selectable items to the plugin parameter list.
v2.1.1 - 2018/09/28: Bug Fixes
1. Fixed an issue where experience points were not calculated correctly depending on the experience gain rate.
v2.1.0 - 2018/08/30: Traits Additions
1. Added a Traits to select the status to display in the plugin parameters from a list.
v2.0.0 - 2018/08/19: Updated FTKR_CustomSimpleActorStatus to be compatible with v3.0.0
v1.5.0 - 2018/08/04: Traits Additions
1. Added a Traits to display characters other than battle members on the screen.
v1.4.3 - 2018/01/12: Bug Fixes, Traits Additions
1. Fixed an issue where the battle record screen would not process correctly during the end-of-battle event when combined with FTKR_ExBattleEvent.
2. Fixed an issue where closing the battle results screen while the experience gauge was rising would only grant experience points up to the point where the gauge stopped.
3. Added a plugin command to halt the processing of end-of-battle events until the exit command is executed on the battle results screen.
v1.4.2 - 2017/11/26: Traits Changes
1. Changed the function that prevents actor commands and item commands from being selected.
Added a function that prevents them from being selected, leaving them white.
v1.4.1: 2017/11/26: Traits Additions
1. Added a function that prevents actor commands and item commands from being selected.
v1.4.0 - 2017/11/20: Traits Additions
1. Added a function that grays out item commands and prevents them from being selected if no items were obtained.
v1.3.1 - November 18, 2017: Bug Fixes
1. Fixed an issue where some layout changes made in GraphicalDesignMode.js were not Reflectioned.
v1.3.0 - November 8, 2017: Traits Additions
1. Added the ability to change the layout in-game while in Design Mode using GraphicalDesignMode.js and FTKR_CSS_GDM.js.
v1.2.0 - August 22, 2017: Traits Additions
1. Added a message code to display the skill acquisition status upon leveling up.
v1.1.0 - July 13, 2017: Traits Additions
1. Added a function to display the same items together when acquired.
v1.0.2 - June 23, 2017: Bug Fixes
1. Fixed an issue where actors could not gain experience points when their experience points were 29 or less.
2. Fixed the display position of the string in the battle record screen title.
3. Applied @type to plugin parameters.
v1.0.1 - June 8, 2017: Removed unnecessary plugin parameters.
v1.0.0 - June 7, 2017: First version created.
-----------------------------------------------------------------------------
@param --タイトル設定--
@text --Title Settings--
@param Title Text
@desc Set the text to be displayed in the title. Control characters can be used.
@default 戦闘結果
@param Title Text Position
@desc Sets the display position of the title text. 0 - Left, 1 - Center, 2 - Right
@default 1
@type number
@param Title Font Size
@desc Font size: Default 28
@default 28
@type number
@param Title Padding
@desc Margins around the window: default 18
@default 18
@type number
@param Title Line Height
@desc Height of one line in the window: default 36
@default 36
@type number
@param Title Opacity
@desc Window background transparency: default 192
@default 192
@type number
@param Title Hide Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0
@type number
@param --共通戦績設定--
@text --Common Achievement Settings--
@param partyStatusList
@desc Set the status to display and its position.
@default ["{¥"text¥":¥"text(%1)¥",¥"value¥":¥"入手経験値¥",¥"x¥":¥"0¥",¥"y¥":¥"0¥",¥"width¥":¥"390¥"}","{¥"text¥":¥"text(%1)¥",¥"value¥":¥"入手ゴールド¥",¥"x¥":¥"0¥",¥"y¥":¥"36¥",¥"width¥":¥"390¥"}","{¥"text¥":¥"eval(%1)¥",¥"value¥":¥"BattleManager._rewards.exp¥",¥"x¥":¥"390¥",¥"y¥":¥"0¥",¥"width¥":¥"390¥"}","{¥"text¥":¥"eval(%1)¥",¥"value¥":¥"BattleManager._rewards.gold¥",¥"x¥":¥"390¥",¥"y¥":¥"36¥",¥"width¥":¥"390¥"}"]
@type struct<status>[]
@param Party Status Space In Text
@desc Specifies the spacing when displaying multiple items within a text.
@default 5
@type number
@param Party Visible Rows
@desc Number of rows in the common results window
@default 2
@type number
@param Party Font Size
@desc Font size: Default 28
@default 28
@type number
@param Party Padding
@desc Margins around the window: default 18
@default 18
@type number
@param Party Line Height
@desc Height of one line in the window: default 36
@default 36
@type number
@param Party Opacity
@desc Window background transparency: default 192
@default 192
@type number
@param Party Hide Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0
@type number
@param --戦績コマンド設定--
@text --Battle record command settings--
@param Command Cursor Position
@desc Sets the initial cursor position.
@default 0
@type select
@option status
@value 0
@option item
@value 1
@option end
@value 2
@param Enable Select Command
@desc Set whether to allow commands other than the exit command to be selected.
@default 2
@type select
@option Cannot be selected (grayed out)
@value 0
@option Not selectable (displayed in white)
@value 1
@option Selectable
@value 2
@param Command Display Status
@desc Sets the command name to display the actor's status.
@default ステータス
@param Command Display Item
@desc Set the command name to display the items you have obtained.
@default アイテム
@param Command Finish
@desc Set the command name to exit the battle record screen.
@default 終了
@param Command Font Size
@desc Font size: Default 28
@default 28
@type number
@param Command Padding
@desc Margins around the window: default 18
@default 18
@type number
@param Command Line Height
@desc Height of one line in the window: default 36
@default 36
@type number
@param Command Opacity
@desc Window background transparency: default 192
@default 192
@type number
@param Command Hide Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0
@type number
@param --アクター別戦績設定--
@text --Actor-specific performance settings--
@param Displayed Members
@desc Select the members to display on the screen. You can write a script by entering text.
@default 0
@type select
@option Battle Members
@value 0
@option All party members
@value 1
@param actorStatusList
@desc Set the status to display and its position.
@default ["{¥"text¥":¥"face(%1)¥",¥"value¥":¥"3¥",¥"x¥":¥"0¥",¥"y¥":¥"0¥",¥"width¥":¥"width/3¥"}","{¥"text¥":¥"name¥",¥"x¥":¥"width/3¥",¥"y¥":¥"0¥",¥"width¥":¥"width/3¥"}","{¥"text¥":¥"level¥",¥"x¥":¥"width*2/3¥",¥"y¥":¥"0¥",¥"width¥":¥"width/3¥"}","{¥"text¥":¥"gauge(%1)¥",¥"value¥":¥"0¥",¥"x¥":¥"width/3¥",¥"y¥":¥"line¥",¥"width¥":¥"width*2/3¥"}","{¥"text¥":¥"message¥",¥"value¥":¥"¥",¥"x¥":¥"width/3¥",¥"y¥":¥"line*2¥",¥"width¥":¥"width*2/3¥"}"]
@type struct<status>[]
@param Actor Status Space In Text
@desc Specifies the spacing when displaying multiple items within a text.
@default 5
@type number
@param Actor Visible Rows
@desc Number of vertical rows in the status window: Default 8
@default 9
@type number
@param Actor Max Cols
@desc Number of actors to arrange horizontally: Default 2
@default 2
@type number
@param Actor Cursor Lines
@desc Cursor height in lines: default 4
@default 3
@type number
@param Actor Cursor Height Space
@desc Vertical cursor spacing: Default 0
@default 0
@type number
@param Actor Font Size
@desc Font size: Default 28
@default 28
@type number
@param Actor Padding
@desc Margins around the window: default 18
@default 18
@type number
@param Actor Line Height
@desc Height of one line in the window: default 36
@default 36
@type number
@param Actor Opacity
@desc Window background transparency: default 192
@default 192
@type number
@param Actor Hide Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0
@type number
@param --入手アイテム設定--
@text --Acquired Item Settings--
@param Enable Change Paint Opacity
@desc If you don't get the item, should it be grayed out and not selectable?
@default 0
@type select
@option invalid
@value 0
@option valid
@value 1
@param Combine Same Items
@desc Show same items together 0 - Don't group, 1 - Group
@default 0
@type number
@param Item Visible Rows
@desc Number of vertical rows in the status window: Default 8
@default 8
@type number
@param Item Max Cols
@desc Number of items to arrange horizontally: Default 2
@default 2
@type number
@param Item Cursor Lines
@desc Cursor height in lines: Default 1
@default 1
@type number
@param Item Cursor Height Space
@desc Vertical cursor spacing: Default 0
@default 0
@type number
@param Item Font Size
@desc Font size: Default 28
@default 28
@type number
@param Item Padding
@desc Margins around the window: default 18
@default 18
@type number
@param Item Line Height
@desc Height of one line in the window: default 36
@default 36
@type number
@param Item Opacity
@desc Window background transparency: default 192
@default 192
@type number
@param Item Hide Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0
@type number
@param --CSSメッセージの設定--
@text --CSS message settings--
@param Display LevelUp Message
@desc Sets the message when leveling up. %1 - actor name, %2 - current level, %3 - level gained
@default ¥C[17]%3 Level Up!
@param Display NewSkill Message
@desc Sets the skill acquisition message when leveling up. %1 - Actor name, %2 - Acquired skill name, %3 - Acquired skill number
@default ¥C[17]%3 New Skill!