Move and resize battle command windows

● ARCHIVED · READ-ONLY
Started by tom88norman 4 posts View original ↗
  1. Hello, 

    I'm using Yanfly's battle engine and I've created a couple of custom commands...I think the screenshots explain the problem best...

    As you can see in the first screenshot, the "attack skills" and "defense skills" commands are being squished because of how long they are. I don't really like how this looks.

    So I go to the Window_ActorCommand class and under the window_width method, I increase the width of the command window, the result is the second screenshot.

    So I just want to scooch the command window over to the left, and reduce the size of the big window with the faces in it (as my game only has those two heroes.)

    However, I can't find a way to do this. Yanfly doesn't seem to have made an add-on for it, unless I'm being very dense and just missed it. 

    I've played around in the Window_battlestatus class and adjusted the window width there, but it seems to do...strange things. Things I can't make sense of...

    Anybody have any ideas? Can't help but think it must be an easy problem to solve but I just can't seem to find a way.

    Thanks in advance.

    command window.jpg

    command window big.jpg
  2. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.


    Please add links to the script(s) so people can take a look at them easily.
  3. Ok, well, I'm using Yanfly's Battle Engine https://dl.dropboxusercontent.com/u/17078211/Scripts/YEA/Ace_Battle_Engine.rb

    With the battle command list add-on https://dl.dropboxusercontent.com/u/17078211/Scripts/YEA/Battle_Command_List.rb

    But window sizes still seem to be controlled by Ace's default script modules Window_ActorCommand & Window_BattleStatus. But I may very well have got something (or several things) wrong so it could still be something in either or these Yanfly scripts I guess
  4. Bump.

    I refuse to believe that it's impossible to move and resize the command windows in battle. Surely someone has done it?