Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Question about ACBS (Atoa Custom Battle System)
#2
FIRST.... I was wondering 'what the hell is going on???'

I found the following code in ACBS | Config 2 - Advanced, on line 696:
Code:
Pose_Battle_Cry['Leon'] = {7 => {2 => ['064-Swing03',100,100]},
     5 => {1 => ['016-Jump02',80,100], 3 => ['016-Jump02',80,100]},
     6 => {1 => ['016-Jump02',80,100], 3 => ['016-Jump02',80,100]},}

But I did not see any 'Leon' in the Actor database. Confused

So I played around and discovered that the Atoa Actor in the database (Actor #1) had a spriteset battler named 'Leon'. In fact, both his characterset and battler graphics are BOTH named Leon. But it is the Battler graphic to be concerned. With the above code, the attack (pose #7) begins playback of a sword swing "064-Swing03'" before the actual default weapon strike sounds.

For FUN... I changed it to this, replacing the sound of the poie7 strike with a dog bark. Laughing + Tongue sticking out
Code:
Pose_Battle_Cry['Leon'] = {7 => {2 => ['066-Animal01',100,100]},
     5 => {1 => ['016-Jump02',80,100], 3 => ['016-Jump02',80,100]},
     6 => {1 => ['016-Jump02',80,100], 3 => ['016-Jump02',80,100]},}
And with this, you hear a DOG BARK before the final sword strike from weapon '001: Bronze Sword' is played.

Now ....

The Pose_Battle_Cry and Pose_Sprite systems are meant to use the name of your battler graphic as a key. So if you decide to change Atoa's battler from 'Leon' to 'SuperLeon', you can have another set of audio for Atoa with the changed battler graphic.

And now about the Actor_Battle_Cry and Enemy_Battle_Cry system. These are keyed to the actor or enemy ID.

You have a list of Actor_Battle_Cry hashes from 1-8. Each of these are attaching sound effects to the 'COLLAPSE' animation. Fine by me. But what if I wanted to make a special sound effect for Atoa (Actor #1) when he defends himself?

Code:
Actor_Battle_Cry[1] = {'DEFENSE' => [['007-System07',80,100]]}

Here, I just put in a stupid little sound effect when he goes into DEFENSE posture as listed in the settings.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
RE: Question about ACBS (Atoa Custom Battle System) - by DerVVulfman - 07-30-2019, 04:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,747 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 10,335 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,889 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 11,872 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 3,908 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,488 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,176 08-02-2017, 03:17 AM
Last Post: DerVVulfman
  Expiration States with Atoa acbs: error Noctis 5 8,121 02-18-2017, 01:10 AM
Last Post: DerVVulfman
Shocked  Help needed with Atoa's CBS jreagan406 2 5,114 02-16-2017, 12:36 PM
Last Post: jreagan406
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 31,466 01-05-2017, 08:05 PM
Last Post: Noctis



Users browsing this thread: