Original Source
- Original title: Minor GUI Modification of Battle Screen
- Original author: alexnidhogg
- Original date: June 21, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/minor-gui-modification-of-battle-screen.28806/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
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: {
Archived First Post
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:
Protected download
Picture during attack:
Protected download
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.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...

