VCM_BattleMainMenu
A downloadable tool
Introduction
No longer supported by the author. This plugin adds a Command that allows the player to open the Main Menu mid-battle. Commands are configurable. Does not affect Main Menu out of battle. This may open several possibilities to the player in a battle, such as:
- Using Items and Skills without spending a turn (provided their respective 'Occasion' is 'Always' or 'Menu Screen')
- Changing Equipment mid-battle
- Seeing the Status of Party Members
- Switching a battling Party Member for another outside of the battle (impossible when battle-testing)
- Changing Options Settings
- Saving game mid-battle(requires VCM_BattleSave)
- Going to Title Screen from the battle
All those features may be removed with parameters.
Version -> 1.02
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-battlemainmenu)
- Do not claim this plugin as your own
- Credit is not required. However, if you want to, credit me as 'VCM Plugins'
Required Plugin
If you want to properly save mid-battle and load it you'll need to put the VCM_BattleSave plugin above this one in the Plugin Manager.
Parameters Explanation
Main Menu Command Vocabulary
This parameter specifies the text shown to the player in the Main Menu Command.
Party Command
This parameter specifies whether the Main Menu Command will be added to the Party Command or not.
Actor Command
This parameter specifies whether the Main Menu Command will be added to the Actor Command or not.
Item Command
This parameter specifies whether the Item Command will be added to the Battle Main Menu or not.
Skill Command
This parameter specifies whether the Skill Command will be added to the Battle Main Menu or not.
Equip Command
This parameter specifies whether the Equip Command will be added to the Battle Main Menu or not.
Status Command
This parameter specifies whether the Status Command will be added to the Battle Main Menu or not.
Formation Command
This parameter specifies whether the Formation Command will be added to the Battle Main Menu or not.
Options Command
This parameter specifies whether the Options Command will be added to the Battle Main Menu or not.
Save Command
This parameter specifies whether the Save Command will be added to the Battle Main Menu or not.
Game End Command
This parameter specifies whether the Game End Command will be added to the Battle Main Menu or not.
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
Aliased a function. Updated documentation.
Version -> 1.02
Updated documentation.