removing skill display in battle?

● ARCHIVED · READ-ONLY
Started by BenShreked 8 posts View original ↗
  1. I've been messing around with yanfly plugins and can't figure how to do this.  Is there a way to have a skill/action not display name in the window in battle....not talking about battle log...talking about when a skill/item/action is used the name is displayed in the top center of screen...I don't want that...is there a way by default to turn it off without doing so in action sequences for all skills?


    I'm assuming it is somewhere in the battle core engine but not sure where to look.
  2. Use Action Sequences and the "setup action" notetag. By default, it has "display action". Just don't put it in.
  3. knew I could do it that way...I was just hoping there was a way so I didn't have to do that for my items too as well as skills...just could be done by changing the default setting or something.  Even if it meant changing stuff around in the plug in.


    thanks for reply.
  4. BenShreked said:
    knew I could do it that way...I was just hoping there was a way so I didn't have to do that for my items too as well as skills...just could be done by changing the default setting or something.  Even if it meant changing stuff around in the plug in.


    thanks for reply.



    Oh, you want it applied globally. You have to go in and change Yanfly's Battle Engine Core plugin.


    1. First, find the following code in the plugin.


    Yanfly.BEC.DefaultActionSetup = [
    ['CLEAR BATTLE LOG'],
    ['DISPLAY ACTION'],
    ['IMMORTAL', ['TARGETS', 'TRUE']],
    ['PERFORM START'],
    ['WAIT FOR MOVEMENT'],
    ['CAST ANIMATION'],
    ['WAIT FOR ANIMATION']
    ];


    2. Second, take out ['DISPLAY ACTION'] and save. That's it!
  5. thanks works perfectly....I knew it was somewhere in there just didn't know where to look.
  6. Hello~


    That actually really helped me too,


    but it there a way that instead of totally removing it - to just change its position?
  7. Where do you find this in the plugin? Can you post a possible screenshot?
  8. @clone00013 , please refrain from necro-posting in a thread. Necro-posting is posting in a thread that has not had posting activity in over 30 days. You can review our forum rules here. Thank you.


    Please start a new thread if you have any questions. Thank you.

    I'm closing this thread.