Using Yanfly's Ace Battle System (and do I need another script?)

TMS

Guy with Mask
Veteran
Joined
Apr 17, 2012
Messages
310
Reaction score
59
First Language
English
Primarily Uses
N/A
I've added Yanfly's Ace Battle System script to my game with a view to showing pictures of the player's party members and enemy attack animations that target them, but I'm not sure how to activate it. It says to put "<atk ani 1: x>" in an enemy's "notebox" in the database. Is that literally just referring to the text box titled "Note"?

That doesn't really matter though until I can figure out how to get the party members' faces (or figures, or whatever) to show. I can't really find any evidence that the Battle System script enables that, but if it does, could someone tell me how to make that happen? If the script doesn't enable that, could someone tell me which script does?
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
I've added Yanfly's Ace Battle System script to my game with a view to showing pictures of the player's party members and enemy attack animations that target them, but I'm not sure how to activate it. It says to put "<atk ani 1: x>" in an enemy's "notebox" in the database. Is that literally just referring to the text box titled "Note"?
Yes that textbox in Database with Note is the place you want to put the notetags.

That doesn't really matter though until I can figure out how to get the party members' faces (or figures, or whatever) to show. I can't really find any evidence that the Battle System script enables that, but if it does, could someone tell me how to make that happen? If the script doesn't enable that, could someone tell me which script does?
What do you mean by "That doesn't really matter though until I can figure out how to get the party members' faces (or figures, or whatever) to show"

By default the script will display all battle members face in the window at the bottom of the screen.
 

TMS

Guy with Mask
Veteran
Joined
Apr 17, 2012
Messages
310
Reaction score
59
First Language
English
Primarily Uses
N/A
 Thanks for answering!

By default the script will display all battle members face in the window at the bottom of the screen.
Oh, okay. Looks like it does, just not in the Battle Test for Troops.

By the way, is it possible to have the attack animations on top of the actor's face instead of behind it?
 

Susan

Veteran
Veteran
Joined
Sep 1, 2014
Messages
2,748
Reaction score
8,346
First Language
No idea...
Primarily Uses
RMMV
Actually, it does work in the Battle Test. You just have to save your project before newly installed scripts take effect.
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
Like Susan said it should work in BTEST. If not in yours I don't know.

 By the way, is it possible to have the attack animations on top of the actor's face instead of behind it?
Well, by default the system set the viewport for animation in the lower layer from the viewport of Battle Status Window, that's why the animation is played behind the Battle Status window. There are a reason doing this, if the animation played above the window battlestatus, it will interfere the player when he/she look at the HP/MP or else. But if you insist, paste this thing into your script editor in new slot below Sprite_Base slot(measn you need to insert a new slot) :

Code:
 class Sprite_Base < Sprite  def make_animation_sprites    @ani_sprites = []    if @use_sprite && !@@ani_spr_checker.include?(@animation)      16.times do        sprite = ::Sprite.new(nil)        sprite.visible = false        @ani_sprites.push(sprite)      end      if @animation.position == 3        @@ani_spr_checker.push(@animation)      end    end    @ani_duplicated = @@ani_checker.include?(@animation)    if !@ani_duplicated && @animation.position == 3      @@ani_checker.push(@animation)    end  endend
 
Last edited by a moderator:

TMS

Guy with Mask
Veteran
Joined
Apr 17, 2012
Messages
310
Reaction score
59
First Language
English
Primarily Uses
N/A
Yeah, it works in the Battle Test now too. Once again I was being too hasty.

That script works great. Thanks a lot!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,078
Members
137,580
Latest member
Snavi
Top