Minor GUI Modification of Battle Screen

● ARCHIVED · READ-ONLY
Started by alexnidhogg 3 posts View original ↗
  1. Hello, I'm currently making an rpg using the yanfly battle system with no add-ons except for the animation fix.

    I'd like to remove the rectangle that appears behind the units' portraits at the bottom of the screen. I'm not able to find the location in the code where that rectangle is defined or drawn. The reason for the removal is that the screen looks rather bare until additional characters join the party, and rpg maker's default resolution leaves the effects looking rather squished.

    Picture while selecting action:

    Battle no attack.jpg

    Picture during attack:

    Battle yes attack.jpg

    EDIT: Well I kept at it, and found a fix. In case anyone else wants to do this, by adding self.opacity = 0 in window_battlestatus.initialize the rectangle becomes invisible without ruining the gui like x = 0 y = 0 does.
  2. The width is defined in Window_BattleStatus class, window_width method.
  3. I've moved this thread to RGSSx Script Support (since you're after support with a script, not a new script to be written). Please be sure to post your threads in the correct forum next time. Thank you.


    This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.