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!
battlers a la rpg maker xp (yanfly compatable)
● ARCHIVED · READ-ONLY
-
-
moghunter script can do that go check it
-
will do thanks!
-
victor actor battler also can do that.
-
It's sad because I have posted something like that and contributed it on the Restaff lately, too bad no one noticed it :\
http://infinitytears.wordpress.com/2014/02/05/sea-actor-battlers/

Requires a small scriplet: DL this too. -
@soulpour: :D . don't worry. many scripts goes unnoticed. even we personally think the scripts good.
-
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? -
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 :) -
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! :)