VCM_EnemyInfo
A downloadable tool
Introduction
No longer supported by the author. This plugin allows the player to use a command that opens a window showing information about all enemies in battle. Command may be included in Party Command Window and/or Actor Command Window. Window and amount of information are both customizable. Information that may be shown include:
- Description (text set by the user)
- Parameters (HP, MP, TP, ATK, DEF, MAT, MDF, AGI, LUK. AP is supported if using VCM_ActionPoints)
- Element Rates
- Skills
- Actions (to be used in the current turn)
- States
- Element Affinities (requires VCM_ElementAffinity)
Version -> 1.03
This plugin was tested only on RPG Maker MV Version 1.6.2. I cannot guarantee it works on lower versions.
Terms of Use:
- Available for commercial and non-commercial use
- You may freely edit the code
- You are not allowed to redistribute this plugin. Instead, provide a link(https://vcm-plugins.itch.io/vcm-enemyinfo)
- Do not claim this plugin as your own
- Credit is not required. However, if you want to, credit me as 'VCM Plugins'
Parameters Explanation
Enemy Info Command Vocabulary
This parameter specifies the text shown to the player in the Enemy Info Command.
Party Command
This parameter specifies whether the Enemy Info Command will be added to the Party Command Window or not.
Actor Command
This parameter specifies whether the Enemy Info Command will be added to the Actor Command Window or not.
Enemy Info x Position
This parameter determines the x position of the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Enemy Info y Position
This parameter determines the y position of the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Enemy Info Width
This parameter determines the width of the Enemy Info Window. Values lower than 1 will show nothing. Non-number values may cause errors.
Enemy Info Height
This parameter determines the height of the Enemy Info Window. Values lower than 1 will show nothing. Non-number values may cause errors.
Enemy Info Windowskin
This parameter specifies which Windowskin you will use for the Enemy Info Window. The image should be a png file located in the img\system folder. If setting the value textually, don't use extension. For example, Window or "Window", works fine, while Window.png or "Window.png", don't. Invalid values may cause errors.
Enemy Info Opacity
This parameter specifies the opacity of the Enemy Info Window. Value should be a number between 0 and 255. Any value lower than 0 will be converted to 0, and any value higher than 255 will become 255. Higher values means more opaque. With an opacity of 0, the window will become transparent, but text and icons will still be visible. Non-number values may cause errors.
Enemy Info Rows
This parameter specifies the maximum number of rows that Enemy Info Window may have in a single column in the selection area. If this parameter's value is lower than 1 or non-number, selection area will not be shown, though the information of the first enemy of the troop will.
Enemy Info Columns
This parameter specifies the maximum number of columns that Enemy Info Window may have in a single row in the selection area. If this parameter's value is lower than 1 or non-number, no enemies will be shown, though the information of the first enemy of the troop will.
Enemy Info Separators
This parameter determines whether separators will be added to the Enemy Info Window or not. Separators visually delimit the selection area and information types.
Enemy Info Separator Color
This parameter specifies the color of the separators of the Enemy Info Window. System colors are used. Non-number values or numbers outside of the 0-31 range may cause errors.
Enemy Info Terms Color
This parameter specifies the color of the terms and labels of the Enemy Info Window. System colors are used. Non-number values or numbers outside of the 0-31 range may cause errors.
Show Description
This parameter specifies whether the Description area will be shown in the Enemy Info Window or not.
Enemy Description
This parameter specifies the text to be shown in the Description area of an enemy in the Enemy Info Window. Text width is automatically adjusted to fit and line breaks are valid. This must be set for each enemy, in the same order of Enemies Database.
Description Label Vocabulary
This parameter specifies the text of the label of the Description area. It will be placed above the Description area.
Description x Position
This parameter determines the x position of the Description area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Description y Position
This parameter determines the y position of the Description area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Description Width
This parameter determines the width of the Description area. Values lower than 1 will show nothing. Non-number values may cause errors.
Description Height
This parameter determines the height of the Description area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show Parameters
This parameter specifies whether the Parameters area will be shown in the Enemy Info Window or not.
Show Parameters Gauges
This parameter specifies whether gauges will appear instead of text in the Parameters area when the values are HP, MP or TP. If using VCM_ActionPoints, AP is supported too.
Parameters Label Vocabulary
This parameter specifies the text of the label of the Parameters area. It will be placed above the Parameters area.
Parameters Font Size
This parameter determines the font size of the Parameters area. Values lower than 1 will show nothing. Non-number values may cause errors.
Parameters x Position
This parameter determines the x position of the Parameters area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Parameters y Position
This parameter determines the y position of the Parameters area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Parameters Width
This parameter determines the width of the Parameters area. Values lower than 1 will show nothing. Non-number values may cause errors.
Parameters Line Height
This parameter determines the height of a line in the Parameters area. If the number of lines multiplied by this value is higher than this plugin's 'Parameters Height' value, not all information will be shown. Non-number values may cause errors.
Parameters Height
This parameter determines the height of the Parameters area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show Element Rates
This parameter specifies whether the Element Rates area will be shown in the Enemy Info Window or not.
Show Element Rates Icons
This parameter specifies whether icons will appear before the element rates name in the Element Rates area or not. If set to Yes(true), the text will no longer have its width adjusted to fit and may go out of bounds. Also, its color will revert to default.
Element Rates Label Vocabulary
This parameter specifies the text of the label of the Element Rates area. It will be placed above the Element Rates area.
Element Rates Font Size
This parameter determines the font size of the Element Rates area. Values lower than 1 will show nothing. Non-number values may cause errors.
Element Rates x Position
This parameter determines the x position of the Element Rates area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Element Rates y Position
This parameter determines the y position of the Element Rates area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Element Rates Width
This parameter determines the width of the Element Rates area. Values lower than 1 will show nothing. Non-number values may cause errors.
Element Rates Line Height
This parameter determines the height of a line in the Element Rates area. If the number of lines multiplied by this value is higher than this plugin's 'Element Rates Height' value, not all information will be shown. Non-number values may cause errors.
Element Rates Height
This parameter determines the height of the Element Rates area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show Skills
This parameter specifies whether the Skills area will be shown in the Enemy Info Window or not.
Show Skills Icons
This parameter specifies whether icons will appear before the skill name in the Skills area or not. If set to Yes(true), the text will no longer have its width adjusted to fit and may go out of bounds.
Skills Label Vocabulary
This parameter specifies the text of the label of the Skills area. It will be placed above the Skills area.
Skills Font Size
This parameter determines the font size of the Skills area. Values lower than 1 will show nothing. Non-number values may cause errors.
Skills x Position
This parameter determines the x position of the Skills area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Skills y Position
This parameter determines the y position of the Skills area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Skills Width
This parameter determines the width of the Skills area. Values lower than 1 will show nothing. Non-number values may cause errors.
Skills Line Height
This parameter determines the height of a line in the Skills area. If the number of lines multiplied by this value is higher than this plugin's 'Skills Height' value, not all information will be shown. Non-number values may cause errors.
Skills Height
This parameter determines the height of the Skills area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show Actions
This parameter specifies whether the Actions area will be shown in the Enemy Info Window or not.
Show Actions Icons
This parameter specifies whether icons will appear before the action name in the Actions area or not. If set to Yes(true), the text will no longer have its width adjusted to fit and may go out of bounds.
Actions Label Vocabulary
This parameter specifies the text of the label of the Actions area. It will be placed above the Actions area.
Actions Font Size
This parameter determines the font size of the Actions area. Values lower than 1 will show nothing. Non-number values may cause errors.
Actions x Position
This parameter determines the x position of the Actions area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Actions y Position
This parameter determines the y position of the Actions area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Actions Width
This parameter determines the width of the Actions area. Values lower than 1 will show nothing. Non-number values may cause errors.
Actions Line Height
This parameter determines the height of a line in the Actions area. If the number of lines multiplied by this value is higher than this plugin's 'Actions Height' value, not all information will be shown. Non-number values may cause errors.
Actions Height
This parameter determines the height of the Actions area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show States
This parameter specifies whether the States area will be shown in the Enemy Info Window or not.
Show States Icons
This parameter specifies whether icons will appear before the state name in the States area or not. If set to Yes(true), the text will no longer have its width adjusted to fit and may go out of bounds.
States Label Vocabulary
This parameter specifies the text of the label of the States area. It will be placed above the States area.
States Font Size
This parameter determines the font size of the States area. Values lower than 1 will show nothing. Non-number values may cause errors.
States x Position
This parameter determines the x position of the States area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
States y Position
This parameter determines the y position of the States area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
States Width
This parameter determines the width of the States area. Values lower than 1 will show nothing. Non-number values may cause errors.
States Line Height
This parameter determines the height of a line in the States area. If the number of lines multiplied by this value is higher than this plugin's 'States Height' value, not all information will be shown. Non-number values may cause errors.
States Height
This parameter determines the height of the States area. Values lower than 1 will show nothing. Non-number values may cause errors.
Show Element Affinities
This parameter specifies whether the Element Affinities area will be shown in the Enemy Info Window or not.
Show Element Affinities Icons
This parameter specifies whether icons will appear before the element affinities name in the Element Affinities area or not. If set to Yes(true), the text will no longer have its width adjusted to fit and may go out of bounds. Also, its color will revert to default.
Element Affinities Label Vocabulary
This parameter specifies the text of the label of the Element Affinities area. It will be placed above the Element Affinities area.
Element Affinities Font Size
This parameter determines the font size of the Element Affinities area. Values lower than 1 will show nothing. Non-number values may cause errors.
Element Affinities x Position
This parameter determines the x position of the Element Affinities area, relative to the Enemy Info Window. The higher the value, the farther it will be to the right. Non-number values may cause errors.
Element Affinities y Position
This parameter determines the y position of the Element Affinities area, relative to the Enemy Info Window. The higher the value, the lower it will be positioned. Non-number values may cause errors.
Element Affinities Width
This parameter determines the width of the Element Affinities area. Values lower than 1 will show nothing. Non-number values may cause errors.
Element Affinities Line Height
This parameter determines the height of a line in the Element Affinities area. If the number of lines multiplied by this value is higher than this plugin's 'Element Affinities Height' value, not all information will be shown. Non-number values may cause errors.
Element Affinities Height
This parameter determines the height of the Element Affinities area. Values lower than 1 will show nothing. Non-number values may cause errors.
Compatibility
Plugin Manager line-up for maximum compatibility:
VCM_HelpWindow
VCM_PreviousTurn
VCM_BattleSave
VCM_Quicksave
VCM_MovementSpeeds
VCM_StateDescription
VCM_TermDescription
VCM_BattleMainMenu
VCM_EventHighlighting
VCM_SkillBar
VCM_MirroredSpriteset
VCM_ActionPoints
VCM_ActionOrder
VCM_EnemyGauges
VCM_MultipleGauges
VCM_ElementAffinity
VCM_AutoBattle
VCM_EnemyInfo
VCM_NumberBattlers
VCM_NoBattleLog
Versions
Version -> 1.00
Released Plugin.
Version -> 1.01
Updated documentation.
Version -> 1.02
Fixed a mistake when calculating the limit of enemies that can be selected. Added some support for use in skills. Updated documentation.
Version -> 1.03
Enemy Info Window will no longer show TP if the 'Display TP in Battle' System Option is unchecked. Added support for icons for Element Rates and Element Affinities. Updated documentation.