Syndicate content

VX side View Battle System

5 posts / 0 new
Last post
Emanzi's picture
Offline
Super TownieGreat TownieTownie
Joined: 9 Jun 2009
VX side View Battle System

Side View Battle System Video
I would like to know how I can change the actors in the so I can use my own characters in my gameDemo Download of Battle System and Script

I understand the side view battle system is one of the most complex and frustrating scripts out thier. That just makes me want to understand it more. Dose anyone have a good understanding of the script ( Demo has the script so you can check it out ) Basicaly all I need to know is:
<!--fonto:Comic Sans Ms--><span style="font-family:Comic Sans Ms"><!--/fonto-->-How to change/specify the actor animation graphics
-How to make custom moves/attacks
-How dose one make a normal battler compatible with this script
<!--fontc--></span><!--/fontc-->

Thanks...

Notice:
Need a face-set or character sketch/concept P.M me. I draw mostly manga style though and it might take roughly a week

egg_dragon's picture
Offline
Ultra TownieMega TownieSuper TownieGreat TownieTownie
Joined: 23 Oct 2005

I'll take a gander at it tonight after work Smile

Emanzi's picture
Offline
Super TownieGreat TownieTownie
Joined: 9 Jun 2009

Laugh O.K after alot of reading and stuff I understood how to get my characters up and ready. All I had to do was rename them in the characters folder as the other VX characters that were working like $Hero, $Hero_1, $Hero_3 e.t.c and eventualy I got the pattern like dead char graphics under _1 special attacks under _2 anyhow at least I got that out the way so I can sleep easy but I still have no idea how to make picture graphic battlers work or create special moves...[u]
Looks like I have a long way to master this script...

Thanks egg, hope its not too troublesome but you know more rpg maker stuff ( like one of the game making suport sensai's )

Notice:
Need a face-set or character sketch/concept P.M me. I draw mostly manga style though and it might take roughly a week

egg_dragon's picture
Offline
Ultra TownieMega TownieSuper TownieGreat TownieTownie
Joined: 23 Oct 2005
Emanzi @ Jun 24 2010, 06:18 AM wrote:

( like one of the game making suport sensai's )

Well I don't know about THAT but... lol I'll dive into it in just a few minutes here.

UPDATE: Well, one thing I can tell as far as skills go...you create the skills and animations as you normally would. But to change which animations the battlers use when casting/attacking that I'm not sure about. I'll keep looking.

UPDATE: Looking at class SBS Configurations (Kaduki), it looks like starting at line #160 is where you mess around with the battler animations:

Spoiler: Highlight to view
# Action Name No. Row Speed Loop Wait Fixed Z Shadow Weapon
"WAIT" => [ 1, 0, 15, 0, 0, -1, 0, true, "" ],
"WAIT(FIXED)" => [ 1, 0, 10, 2, 0, 1, 0, true, "" ],
"RIGHT(FIXED)" => [ 0, 2, 10, 1, 2, 1, 0, true, "" ],
"DAMAGE" => [ 1, 1, 5, 2, 24, -1, 0, true, "" ],
"ATTACK_FAIL" => [ 2, 3, 10, 1, 8, 0, 0, true, "" ],
"MOVE_TO" => [ 1, 3, 11, 2, 0, -1, 0, true, "" ],
"MOVE_AWAY" => [ 1, 3, 11, 2, 0, -1, 0, true, "" ],
"ABOVE_DISPLAY" => [ 0, 1, 2, 1, 0, -1, 600, true, "" ],
"WPN_SWING_V" => [ 3, 0, 4, 2, 0, -1, 0, true,"VERT_SWING"],
"WPN_SWING_VL" => [ 3, 0, 4, 2, 0, -1, 2, true,"VERT_SWINGL"],
"WPN_SWING_VS" => [ 3, 0, 8, 2, 0, -1, 2, true,"VERT_SWING"],
"WPN_SWING_UNDER" => [ 3, 1, 2, 2, 0, -1, 2, false,"UNDER_SWING"],
"WPN_SWING_OVER" => [ 0, 1, 2, 2, 0, -1, 2, false,"OVER_SWING"],
"WPN_RAISED" => [ 3, 1, 2, 2, 28, -1, 2, true,"RAISED"],
"WAIT_CRITICAL" => [ 1, 2, 15, 0, 0, -1, 0, true, "" ],
"SKILL_POSE" => [ 3, 3, 6, 0, 0, -1, 0, true, "" ],
"VICTORY_POSE" => [ 2, 0, 29, 2, 0, -1, 0, true, "" ],
"DEATH_POSE" => [ 2, 3, 10, 1, 0, -1, 0, false, "" ],
"EVADING_POSE" => [ 2, 1, 5, 2, 0, -1, 0, true, "" ],
"ATTACK_MOVE" => [ 1, 3, 5, 0, 0, -1, 0, true, "NO_SWING" ],
"JUMP_ATTACK" => [ 3, 0, 5, 2, 0, 0, 0, true, "" ],

That's just a guess for now. If you still have trouble with it, I'll have plenty of time tomorrow night to check it out while the werewolves in our wolf hunt game decide which villager to kill Laugh

Emanzi's picture
Offline
Super TownieGreat TownieTownie
Joined: 9 Jun 2009

Sorry, been busy with my projects story...
So I think you add those as script commands in the battle move somehow right cause wouldn't changing them their mean all the attacks are like that? Hmmm, I think their some ready made moves I'll check out.

Notice:
Need a face-set or character sketch/concept P.M me. I draw mostly manga style though and it might take roughly a week

Topic locked

Who's online

There are currently 0 users and 3 guests online.