Hello,
I'm using a bunch of Yanfly scripts but it is very difficult to see which actor is currently selected in battle. (see example below)
As far as I can tell the only place to edit this is in Yanfly's Battle Engine here:
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# - Battle Status Window -
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Here, you can adjust the settings for the battle status window. The
# battle status window, by default, will show the actor's face, HP, MP, TP
# (if viable), and any inflicted status effects.
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
BATTLESTATUS_NAME_FONT_SIZE = 20 # Font size used for name.
BATTLESTATUS_TEXT_FONT_SIZE = 16 # Font size used for HP, MP, TP.
BATTLESTATUS_NO_ACTION_ICON = 1166 # No action icon.
BATTLESTATUS_HPGAUGE_Y_PLUS = 11 # Y Location buffer used for HP gauge.
BATTLESTATUS_CENTER_FACES = false # Center faces for the Battle Status.
As far as I can tell these are the only variables to modify concerning the in battle screen display and as you can see none refer to the active character border.. I'd even settle for an "ACTION_ICON" so I could at least make that something different to let the player know which actor is currently in play.. Perhaps I can add ACTION_ICON in somewhere? I dunno.
I doubt it would be located in any of the built in scripts that come with Ace as this whole set up is custom made by Yanfly, unless I'm mistaken and somebody else has more information than I do.
I am absolutely clueless which direction to go with this one, any insight or directions would be greatly appreciated.
Thanks!
