Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: [Ace] Shifting BattleStatusAid stuff in Yanfly Battle Engine
- Original author: ZServ
- Original date: January 29, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/ace-shifting-battlestatusaid-stuff-in-yanfly-battle-engine.74243/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
Hey all, got an annoying.. I hesitate to call it a bug, but circumstance, nonetheless. My project has two party members. I'm adjusting the UI accordingly. See here: { "lightbox_close": "Close", "lightbox_next": "Next",
Archived First Post
Hey all, got an annoying.. I hesitate to call it a bug, but circumstance, nonetheless. My project has two party members. I'm adjusting the UI accordingly. See here:
Protected download
But, Yanfly's Battle Engine has Window_BattleStatusAid inherit its alignments from Window_BattleStatus, which is how I've adjusted the UI.
Protected download
At first glance, nothing seems wrong. But, if you'll look at the right side of the BattleStatusAid window, you'll see that it's drawing the Name, HP, and TP of the user using the same offsets as Window_BattleStatus.
My initial thought is to do an if check to see if it's Window_BattleStatusAid, but I'm not sure how to do that. Here is a link to my edited Yanfly Battle Engine. Perhaps I've just gone about editing the draw_item section wrong? My modifications are between lines 1806 and 1847. Any assistance resolving this would be greatly appreciated. I'd even be happy just getting pointed in the right direction!
Protected download
But, Yanfly's Battle Engine has Window_BattleStatusAid inherit its alignments from Window_BattleStatus, which is how I've adjusted the UI.
Protected download
At first glance, nothing seems wrong. But, if you'll look at the right side of the BattleStatusAid window, you'll see that it's drawing the Name, HP, and TP of the user using the same offsets as Window_BattleStatus.
My initial thought is to do an if check to see if it's Window_BattleStatusAid, but I'm not sure how to do that. Here is a link to my edited Yanfly Battle Engine. Perhaps I've just gone about editing the draw_item section wrong? My modifications are between lines 1806 and 1847. Any assistance resolving this would be greatly appreciated. I'd even be happy just getting pointed in the right direction!
Downloads / Referenced Files
Log in to download
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.
0
replies
1
view
Topic Summary
Loading summary...

