An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

TM Status Menu Ex Old - TMStatusMenuExOld.js

Plugin desc : Add parameters to display in the status scene.

License : MIT License

Author : tomoaky

Desc page : https://github.com/munokura/tomoaky-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMStatusMenuExOld.js

File name : TMStatusMenuExOld.js

Help of plugin :

@plugindesc Add parameters to display in the status scene.
@author tomoaky
@url https://github.com/munokura/tomoaky-MV-plugins
@license MIT

@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/tomoaky-MV-plugins ).
Original plugin by tomoaky.
-----
You can switch the displayed parameters by pressing the Confirm key or left-clicking (single tapping) during the status scene.

The font name to set for paramNameFontFace / paramValueFontFace must first be added by editing fonts/gamefont.css.
Copy and paste the original GameFont setting (four lines) into the following:
font-family: font name;
src: url("font filename");
Rewrite the above two lines (you'll end up with eight lines).
Once you've edited gamefont.css, place a font file with the same name as the "font filename" you set in the fonts folder and set the "font name" as a plugin parameter.

If the font filename contains double-byte characters, such as Japanese, an error may occur.

There is no plugin command.

@param paramNameX
@desc Display X coordinate of normal ability name Initial value: 6
@default 6

@param paramX
@desc Normal ability value display X coordinate Initial value: 112
@default 112

@param paramNameWidth
@desc Normal stat name display width Default: 96
@default 96

@param paramWidth
@desc Normal ability value display width Default: 60
@default 60

@param xparamNameX
@desc Display X coordinate of additional ability name Initial value: 204
@default 204

@param xparamX
@desc Display X coordinate of additional ability value Initial value: 330
@default 330

@param xparamNameWidth
@desc Display width of additional ability name Initial value: 120
@default 120

@param xparamWidth
@desc Display width of additional ability values Initial value: 60
@default 60

@param xparamNameCritical
@desc Display name of critical hit rate Default: Critical
@default Critical

@param xparamNameCriticalEva
@desc Display name of critical hit avoidance rate Default: Critical Evasion
@default Critical Evasion

@param xparamNameMagicEva
@desc Display name of magic evasion rate Default: Magic Evasion
@default Magic Evasion

@param xparamNameMagicRef
@desc Display name of magic Reflectionion rate Default: Magic Reflection
@default Magic Reflection

@param xparamNameCounter
@desc Counter Attack Rate Display Name Default: Counter Attack
@default Counter Attack

@param xparamFixed
@desc Number of decimal places for additional ability scores Initial value: 0
@default 0

@param elementRegistIconX
@desc Elements effectiveness icon display X coordinate Default: 6
@default 6

@param elementRegistX
@desc Elements effectiveness display X coordinate Initial value: 76
@default 76

@param elementRegistWidth
@desc Elements effectiveness display width Default: 96
@default 96

@param elementRegistIds
@desc Elements validity to display Default: 2 3 4 5 6 7 8 9
@default 2 3 4 5 6 7 8 9

@param elementRegistIconIds
@desc Elements validity icon number to display Default: 64 65 66 67 68 69 70 71
@default 64 65 66 67 68 69 70 71

@param stateRegistIconX
@desc State validity icon display X coordinate Default: 204
@default 204

@param stateRegistX
@desc State validity display X coordinate Initial value: 264
@default 264

@param stateRegistWidth
@desc State validity display width Default: 96
@default 96

@param stateRegistIds
@desc Display state validity Initial value: 4 5 6 7 8 9 10
@default 4 5 6 7 8 9 10

@param registFixed
@desc Number of decimal places for effectiveness Initial value: 1
@default 1

@param paramBackGround
@desc Whether to darken the background of the parameter. Default: 1 ( 0 disables)
@default 1

@param paramBackGroundOpacity
@desc Parameter background darkness (1 to 255) Initial value: 160
@default 160

@param paramNameFontFace
@desc Font used for item names Default: GameFont
@default GameFont

@param paramValueFontFace
@desc Font to use for parameters Default: GameFont
@default GameFont

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.