- Joined
- May 15, 2012
- Messages
- 14,682
- Reaction score
- 3,003
- First Language
- Tagalog
- Primarily Uses
- RMVXA
I've been trying to remove as much data as possible from the UI... I actually removed quite a lot of things already and made a lot of the windows to be toggle-able in-game by hotkeys (like that target info, it is hidden by default). The action/order list is also removable actually.
As for the turn-order/action list, I can't seem to be able to minimize it further without actually removing the display for what Actions each battler will be doing next... Some of the command names are actually long so I need that space.
Hmmm... So like reverse the stack order? Most games that I played which has order gauges have it move from down to up or right to left, so I did it the same way (down to up).
As for the command window, it's actually made to show based on where the sprite is to make it easier to see who are you choosing the action for, even if you don't look at the top of the order gauge (or in case you disabled it). I'm still looking for alternatives to this one though, possibly a fixed location or something.
At it's most minimal state (with everything disabled by the player), only the battlers are actually shown. Plus ofc the command window when you're selecting commands.
As for the turn-order/action list, I can't seem to be able to minimize it further without actually removing the display for what Actions each battler will be doing next... Some of the command names are actually long so I need that space.
Hmmm... So like reverse the stack order? Most games that I played which has order gauges have it move from down to up or right to left, so I did it the same way (down to up).
As for the command window, it's actually made to show based on where the sprite is to make it easier to see who are you choosing the action for, even if you don't look at the top of the order gauge (or in case you disabled it). I'm still looking for alternatives to this one though, possibly a fixed location or something.
At it's most minimal state (with everything disabled by the player), only the battlers are actually shown. Plus ofc the command window when you're selecting commands.
Last edited by a moderator:

