QUOTE (Shibuyah @ Apr 11 2011, 05:43 PM)

Yep, it's me again--my brother had more questions to ask, so that's the main reason I'm starting this thread. - -;
Okay, first off--is it possible to make five characters battle in RM2K3/XP+VX? My brother wanted to fiddle with something like FInal Fantasy IV.
And second, is it possible to replicate the Suikoden II Battle engine? I know it also breaks the limit of four characters, but I'd really like to know if this is possible.
I'm currently trying my hand at an FFIV project in XP. I know it IS possible to add another battler to the game, however i'm terrible with ruby and can't do it myself. I'll be looking to do this AND replicate the FFIV battle engine.
Looking through ruby, I came across this bit:
@actor_sprites[0].battler = $game_party.actors[0]
@actor_sprites[1].battler = $game_party.actors[1]
@actor_sprites[2].battler = $game_party.actors[2]
@actor_sprites[3].battler = $game_party.actors[3]
This makes me think that 0-3 refer to the four slots of the party itself. Adding a fifth should therefore be possible, but as for making the menu and battle line up, i've no clue. I am trying to find help with this also.