{{https://img.itch.zone/aW1nLzE1NDg2MzY1LnBuZw==/original/iPHX%2BP.png?nolink&690}} **MYTH_CGC_PartyUI_TypeA** is a plugin that creates 2 different Status Windows in the battle scene: 1. **The Party Status Window.** This is the window that appears in the top-right corner, which shows the party's health. 2. **The Actor Status Window.** This is the window that appears at the bottom-left corner, which shows only the current actor's status but shows all their information. **Current Version: 1.1.0** {{ https://img.itch.zone/aW1nLzk3NjYzMTEucG5n/original/RYiYx6.png?nolink&640 }} Please be aware that some plugin parameters that affect the battle UI are inside **MYTH_CGC_CoreEngine**. If you're looking for a parameter to change and it's not in this plugin, check that one. ===== Parameters ===== ^ Party Status Window ^^ | **Show/Hide?** | Shows Party Status Window if True. Hides if False. | | **Use Actor Portrait?** | Shows Actor Portrait in Party Status Window if True. Hides if False. | | **XY Offset** | The offset positions of the Party Status Window. Anchored to the top right of the screen. | | **Width** | The width of the Party Status Window | | **Height** | The height of the Party Status Window | ^ Actor Status Window ^^ | **Show/Hide?** | Shows Actor Status Window if True. Hides if False. | | **Use Actor Portrait?** | Shows Actor Portrait in Actor Status Window if True. Hides if False. | | **XY Offset** | The offset positions of the Actor Status Window. Anchored to the top right of the screen. | | **Width** | The width of the Actor Status Window | | **Height** | The height of the Actor Status Window | ===== Version History ===== **v1.1.0** - Changed plugin name - Changed "Micro Status Window" to "Party Status Window" for clarity - Changed "Main Status Window" to "Actor Status Window" for clarity - Fixed bug where Actor Status Window X Offset wouldn't work - Restored Window Frames to MZ Windows, tinkered with Rect positions **v1.0.6** - Added in Plugin Parameters for Window Show/Hide, Actor Portrait, XY Offset, Width and Height for both windows. - Changed MV UI presentation to have parity with MZ UI. **v1.05** - Updates with CGC 1.5.2 to fix some inconsistent window behavior. - Log Window is now fixed to its vanilla position, its width is now based on the status window's width. **v1.04** - Fixed crash when fleeing **v1.03** - Fixed potential softlock when discarding/removing. - Fixed bug that would prevent Item Menu from opening. **v1.02** - Removed button order code for compatibility with 1.3.2 - Added functionality to look at other party members' hands. **v1.01** - Fixed crash when removing actor from party mid-battle. **v1.00** - Released plugin ===== =====