Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 ACBS - Atoa Custom Battle System 3.2
You have to open the Game.rxproj with notepad or something simillar and edit the version info to 1.02 for example
[Image: 76561198077561206.png]
Reply }
Thanks a bunch Ace, worked first shot!

I was just curious if there will be an addon for character transformations? ex. Ryu from Breath of Fire
Reply }
Sending a PM to ya. Not hijacking this thread and accidentally derail with talk of a transformation script.
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 }
Okay, I tried to intigrate DerVVulfman's Rose Transformation script into Atoa's battle script but when I use the transformation skill I get a error.

Script 'ACBS | Scene Battle 4' line 1466: NoMethodError occured.
undefined method 'throwing?' for nil:NilClass

I tried a bunch of things but I'm not sure why the error occures. The transformation works perfectly in the field, just not in battle.

-----------------

On a side note, if any one knows how to set the SUmmon system so that instead of removing all the other party members it only removes the caster, that would be great.
Reply }
If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Reply }
I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
Reply }
(08-15-2013, 08:02 PM)gerronix12 Wrote: I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
You have to add the movement to the skill, if your using the default database and script go to: ACBS | Config 2 - Advanced

Then under SKILL SETTINGS you must create the skill ID, which is 108 for Overdrive

Skill_Settings[108] = ["MOVETYPE/NOMOVE", "ANIME/INSERT HERE THE # OF BATTLE POSE/ANIMATION YOU'D LIKE TO USE"]


You could also add "MIRAGEADVANCE/nil" to make it looks all fancy, just play with the command list, you can see them in the instructions of the script.

(02-13-2013, 04:57 PM)daylights Wrote: If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Haven't figured this out yet, but I can't seem to figure out how to get most original "Individual Battle Commands" to work with it either...

Reply }
(08-15-2013, 08:14 PM)penguwin Wrote:
(08-15-2013, 08:02 PM)gerronix12 Wrote: I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
You have to add the movement to the skill, if your using the default database and script go to: ACBS | Config 2 - Advanced

Then under SKILL SETTINGS you must create the skill ID, which is 108 for Overdrive

Skill_Settings[108] = ["MOVETYPE/NOMOVE", "ANIME/INSERT HERE THE # OF BATTLE POSE/ANIMATION YOU'D LIKE TO USE"]


You could also add "MIRAGEADVANCE/nil" to make it looks all fancy, just play with the command list, you can see them in the instructions of the script.

(02-13-2013, 04:57 PM)daylights Wrote: If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Haven't figured this out yet, but I can't seem to figure out how to get most original "Individual Battle Commands" to work with it either...
The problem is, I dunno how to change the battlers from 11 poses to 12.. (Since the overdrive pose I'll be using will be none of the poses from 1-11)
Reply }
(08-15-2013, 09:19 PM)gerronix12 Wrote:
(08-15-2013, 08:14 PM)penguwin Wrote:
(08-15-2013, 08:02 PM)gerronix12 Wrote: I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
You have to add the movement to the skill, if your using the default database and script go to: ACBS | Config 2 - Advanced

Then under SKILL SETTINGS you must create the skill ID, which is 108 for Overdrive

Skill_Settings[108] = ["MOVETYPE/NOMOVE", "ANIME/INSERT HERE THE # OF BATTLE POSE/ANIMATION YOU'D LIKE TO USE"]


You could also add "MIRAGEADVANCE/nil" to make it looks all fancy, just play with the command list, you can see them in the instructions of the script.

(02-13-2013, 04:57 PM)daylights Wrote: If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Haven't figured this out yet, but I can't seem to figure out how to get most original "Individual Battle Commands" to work with it either...
The problem is, I dunno how to change the battlers from 11 poses to 12.. (Since the overdrive pose I'll be using will be none of the poses from 1-11)
Go to ACBS | Config 2 - Advanced, you must edit the poses for the specific battler/actor set manually.. its kind of a bitch but get example from the other ones there. Depending on the kind of battle your using they already have default poses set, up to 15 even.


FOR EXAMPLE
Code:
Pose_Sprite['Lloyd'] = {'Base' =>[10,15,200,false], 'Adjust' => [0,6],    1 =>[6,6,true], 2 =>[1,4,true], 3 =>[1,4,true], 4 =>[1,4,true], 5 =>[6,4,true],    6 =>[6,4,true], 7 =>[7,2,false], 8 =>[1,4,true], 9 =>[2,4,false], 10 =>[10,4,false],    11 =>[1,4,true], 12 =>[6,2,false], 13 =>[5,2,false], 14 =>[7,2,false], 15 =>[7,2,false]}


The instructions are right above at # CUSTOM GRAPHICS POSES CONFIG

Reply }
(08-15-2013, 09:55 PM)penguwin Wrote:
(08-15-2013, 09:19 PM)gerronix12 Wrote:
(08-15-2013, 08:14 PM)penguwin Wrote:
(08-15-2013, 08:02 PM)gerronix12 Wrote: I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
You have to add the movement to the skill, if your using the default database and script go to: ACBS | Config 2 - Advanced

Then under SKILL SETTINGS you must create the skill ID, which is 108 for Overdrive

Skill_Settings[108] = ["MOVETYPE/NOMOVE", "ANIME/INSERT HERE THE # OF BATTLE POSE/ANIMATION YOU'D LIKE TO USE"]


You could also add "MIRAGEADVANCE/nil" to make it looks all fancy, just play with the command list, you can see them in the instructions of the script.

(02-13-2013, 04:57 PM)daylights Wrote: If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Haven't figured this out yet, but I can't seem to figure out how to get most original "Individual Battle Commands" to work with it either...
The problem is, I dunno how to change the battlers from 11 poses to 12.. (Since the overdrive pose I'll be using will be none of the poses from 1-11)
Go to ACBS | Config 2 - Advanced, you must edit the poses for the specific battler/actor set manually.. its kind of a bitch but get example from the other ones there. Depending on the kind of battle your using they already have default poses set, up to 15 even.


FOR EXAMPLE
Code:
Pose_Sprite['Lloyd'] = {'Base' =>[10,15,200,false], 'Adjust' => [0,6],    1 =>[6,6,true], 2 =>[1,4,true], 3 =>[1,4,true], 4 =>[1,4,true], 5 =>[6,4,true],    6 =>[6,4,true], 7 =>[7,2,false], 8 =>[1,4,true], 9 =>[2,4,false], 10 =>[10,4,false],    11 =>[1,4,true], 12 =>[6,2,false], 13 =>[5,2,false], 14 =>[7,2,false], 15 =>[7,2,false]}


The instructions are right above at # CUSTOM GRAPHICS POSES CONFIG


Thanks.. I'll be trying that tommorow since that's a bit too much work..

btw, I get an error during the battle when I lose.. It doesn't happen everytime (Infact, it rarely happens which is weird).. I can't figure out what's going on..

Here's the error..

[Image: 2dqjynr.png]

here's what it says on the line..
return true if target.invisible

which is a section of this..
#--------------------------------------------------------------------------
# * Don't allow action if target invisible
#--------------------------------------------------------------------------
def cant_target_invisible
return false if @action_battlers.empty?
return false if @action_battlers.first.target_battlers.empty?
set_targets(@action_battlers.first)
for target in @action_battlers.first.target_battlers
return true if target.invisible
end
return false
end
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 838 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 82,781 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,616 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,003 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,908 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,216 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 11,999 01-04-2020, 12:37 AM
Last Post: Pelip
   ZLSL's Battle Portraits DerVVulfman 4 6,437 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 3,974 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,946 08-08-2019, 02:53 PM
Last Post: aeliath



Users browsing this thread: