-
Notifications
You must be signed in to change notification settings - Fork 20
Status Panel JSON Configuration
All JSON configuration files place: 📁 RPG Maker MV Project/data/AABS/
Configuration file name: StatesPanelSettings.json
Download default file
include 2 custom styles for example
Configuration file structure: 2 required code blocks
1️⃣ Global Settings
2️⃣ Settings for state
#️⃣ ...Custom styles for states
Configuration elements:
linesNavigation
- Number
statesNavigation
- Number
- Top, next above previous
- Down, next below previous
- Left
- Right
linesMargin
- Number, space between lines in px
statesMargin
- Number, space between state icons in px
statesPerLine
- Number, maximum states icons per one line
stateTimeTextPosition
- Number, time text position relative state icon
- Below state icon
- Above state icon
- Right
- Left
stateAfterActionText
- String, symbol instead time for Action End removing
states
Other elements same: like on this page
You can create custom style for different states
Set unique ID for configuration code block (id
property, Number)
id
= 0, uses for all states by default
Add <uiStyleId:X>
to state Note section, where X - style ID for this state