User Tools

Site Tools


plugin-party-ui-a

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin-party-ui-a [2024/03/22 13:55] banerjeeswplugin-party-ui-a [2025/01/28 00:16] (current) isiahgames
Line 1: Line 1:
-=====  ===== 
 {{https://img.itch.zone/aW1nLzE1NDg2MzY1LnBuZw==/original/iPHX%2BP.png?nolink&690}} {{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:+**MYTH_CGC_PartyUI_TypeA** is a plugin that creates 2 different Status Windows in the battle scene:
  
 1. **The Party Status Window.** 1. **The Party Status Window.**
 This is the window that appears in the top-right corner, which shows the party's health. This is the window that appears in the top-right corner, which shows the party's health.
  
-2. **The ActorStatus Window.**+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. This is the window that appears at the bottom-left corner, which shows only the current actor's status but shows all their information.
  
-{{https://img.itch.zone/aW1nLzk3NjYzMTEucG5n/original/RYiYx6.png?nolink&640}}+**Current Version1.1.3**
  
-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.+{{ 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 ===== ===== Parameters =====
-{{https://cdn.discordapp.com/attachments/235557488794009600/1090824334244839495/image.png}} 
  
-| **Micro Status Window width** | Width of the Micro Status Window. Set it to 0 if you don't want to see it +^  Party Status Window  ^^ 
-| **Main Status Window Width** | Width of the Main Status Window. Set it to 0 if you don't want to see it |+| **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 | 
 +| **Window Skin** | The Window SkinIf this is left empty, it will use the default windowskin. | 
 + 
 +^  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 | 
 +| **Window Skin** | The Window SkinIf this is left empty, it will use the default windowskin. |
 ===== Version History ===== ===== Version History =====
 <code> <code>
 +**v1.1.3**
 +- Fixed bug where text would still be drawn if Display Card Icons was set to false.
 +- Updated for compatibility with MYTH_CGC_CardSummonsCore
 +
 +**v1.1.2**
 +- Fixed bug where hitting up on the hand would softlock if the Party Status Window was disabled.
 +         
 +
 +**v1.1.1**
 +- Fixed bug where Battle Log and Help Windows got cut off
 +- Actor and Party Status Windows are on their own Window Layers now
 +- Fixed Actor Portraits so that they don't go out of bounds
 +- Fixed bug where Status Offset Windows wouldn't work
 +- Changed Actor Status UI Elements to better show States
 +- Fixed TP gauges in Actor and Party Status Window
 +- Changed Item Window height so it doesn't overlap with Party Status
 +- Added Winddow Skin params for Actor and Party Status Windows
 +
 +**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** **v1.05**
 - Updates with CGC 1.5.2 to fix some inconsistent window behavior. - Updates with CGC 1.5.2 to fix some inconsistent window behavior.
Line 39: Line 81:
 **v1.00** - Released plugin **v1.00** - Released plugin
 </code> </code>
 +
 +=====  =====
plugin-party-ui-a.1711112113.txt.gz · Last modified: 2024/03/22 13:55 by banerjeesw