battlers a la rpg maker xp (yanfly compatable)

● ARCHIVED · READ-ONLY
Started by Bwoltz 9 posts View original ↗
  1. Hi, I am wondering if there is a script out there compatible with yanfly engine that will show battlers for the party members a la rpg maker xp? I've seen a couple that do something similar, but they have whole battle systems attached to them. Maybe I'm missing one? Thanks!
  2. moghunter script can do that go check it 
  3. will do thanks!
  4. victor actor battler also can do that.
  5. @soulpour: :D . don't worry. many scripts goes unnoticed. even we personally think the scripts good.
  6. I got the moghunter script to work, but i'm not a huge fan of that... as for soulpour, I LOVE the idea of your script, but I cannot seem to get it to work.

    # ------------------ List of Actors ------------------#
    # Actor Number Filename, Hue (optional)
    # The Battler Images should be inside the Battlers folder.
    # ------------------ Add Your Actors ------------------#
    ACTOR_BATTLER[1] = ["Alis"]
    ACTOR_BATTLER[2] = ["Natalie"]
    ACTOR_BATTLER[3] = ["Terence"]
    ACTOR_BATTLER[4] = ["Ernest"]
    ACTOR_BATTLER[5] = ["Ryoma"]
    ACTOR_BATTLER[6] = ["Brenda"]
    ACTOR_BATTLER[7] = ["Rick"]
    ACTOR_BATTLER[8] = ["Maia"]
    # ------------------ ------------------#

    end

    i assume where " " is i change the name in there to the filename of my battler in the battler folder, but when I do that, nothing happens. The game doesn't crash, but it doens't show any battlers. Would I be doing something wrong perhaps? 
  7. You should also have them cast on the same name. To further explain my system, please take a look at the Vanilla project with my system that I provided for you on this link:

    https://www.mediafire.com/?t1e1yoryy874q6g

    It seems that you might not have downloaded the core, so I provided the core script also on the demo for you :)

    Enjoy :)
  8. I got it figured out... its a script compatability problem with Yanfly's party script. Unfortunately I need that script for my game to work properly :( Thank you for your help though, much appreciated! :)