Question about ACBS (Atoa Custom Battle System)
#9
(08-07-2019, 05:10 AM)DerVVulfman Wrote: I GOT IT!!!!!!!

At the BOTTOM of the system, the READ ME.....

There are script call commands, one 'ENABLES INTRO BATTLE CRIES!!!!!'  It's disabled by default!!!???    Like... he couldn't make it a configurable too???

The content is lines 80-81 of the READ ME chapter in the demo which allows INTRO cries... and 84-85 to allow victory cries.

After that, I made THIS little sucker

Code:
 Actor_Battle_Cry[1] = {'COLLAPSE' => [['011-System11',80,100]],
                        'INTRO'    => [['007-System07',80,100]],
                        'DEFENSE' => [['007-System07',80,100]]   }
THIS way works.....

When I tried it THIS way....
Code:
 Actor_Battle_Cry[1] = {'COLLAPSE' => [['011-System11',80,100]]}
 Actor_Battle_Cry[1] = {'INTRO'    => [['007-System07',80,100]]}
 Actor_Battle_Cry[1] = {'DEFENSE'  => [['007-System07',80,100]]}
.... nope, that way didn't work.  But my bad  as I was rewriting the value of Actor_Battle_Cry for actor 1 each iteration instead of compiling them into one as I did in the above version.

BUT... I had to activate intro cries in a script call first.

YOU ARE A FREAKING GENIUS, THANK YOU!
I feel dumb cuz I never found this "read me" down there and I should have read before asking anything D:
Now I can hear my character saying different stuff in several different battles and that's hella cool!  How one would know it was "deactivated" by default?!

I tried to do the same with the "Victory" one as I called this similar script:

Code:
$game_temp.no_actor_victory_bc = false


I go through the normal battle with everything playing nice, however when my character wins, I get this error, which is attached below.

Man, I can't understand, like, I get this I don't use XP for years and this is advanced, but some stuff should be just... working... I guess?
Sorry for all the trouble man D: I am almost giving up all this thing


Attached Files
.png   AF TESTBUILD.png (Size: 18.18 KB / Downloads: 3)
"Once an assassin, always an assassin."
Reply }


Messages In This Thread
RE: Question about ACBS (Atoa Custom Battle System) - by aeliath - 08-07-2019, 04:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ForeverZer0 Custom Resolution + Littledrago's Zoom Solitaire 20 1,196 10-27-2024, 09:32 PM
Last Post: Solitaire
   GW Animated Battle backs Patch for Atoa ACBS Solitaire 21 1,430 10-17-2024, 06:37 AM
Last Post: Solitaire
   Atoa ACBS, Equipment Set Add-on Error Solitaire 10 821 10-13-2024, 11:41 PM
Last Post: Solitaire
   ACBS - Atoa Custom Battle System and TP System zlsl 2 4,567 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 12,648 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 15,839 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 13,890 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 4,253 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,910 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,966 08-02-2017, 03:17 AM
Last Post: DerVVulfman



Users browsing this thread: 1 Guest(s)