RPG Maker Forums

UPDATE: I figured out the issue with the borders around the face sets, now I just need to figure out how to move the face sets to the center of the HP/MP bars. This is the script that fixed the issue. I'm not sure where in this overwrite_method I can adjust the location of the bitmap.

#-------------------------------------------------------------------------- # overwrite method: draw_face #-------------------------------------------------------------------------- def draw_face(face_name, face_index, dx, dy, enabled = true) bitmap = Cache.face(face_name) fx = [(96 - item_rect(0).width + 1) / 2, 0].max fy = [(96 - item_rect(0).width + 1) / 2, 0].max fw = [item_rect(0).width - 4, 1].min rect = Rect.new(fx, fy, fw, 96) rect = Rect.new(face_index % 4 * 96 + fx, fy, fw, 96) contents.blt(dx, dy, bitmap, rect, enabled ? 255 : translucent_alpha) bitmap.dispose end So, I am using Yanfly Battle Engine Ace and I have a window around the inside of the actor's portraits for beautification purposes. What happens when I go into battle is that the actor face portrait gets several pixels cut off of it in battle.



You can see how the left side has the full border on it, but the top and right side are cut off. I would like the full border visible as well as the graphic centered in the middle of the status bars. =/

YEA - Battle Engine can be found [HERE]

The second issue might be related to YEA Battle Engine, it might not. When the enemy attacks (or when the actors attack) sometimes the attack animation ends up in the middle of the screen due to the fact the actors (and enemies) are bouncing back and forth across the screen when attacking. Is there any way to make sure the actors or enemies have returned to their original positions before attacking?

I am using Galv's Animated Battlers for processing the actor and enemy battlers.

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top