11-01-2012, 02:44 PM
You have to open the Game.rxproj with notepad or something simillar and edit the version info to 1.02 for example
ACBS - Atoa Custom Battle System 3.2
|
11-01-2012, 02:44 PM
You have to open the Game.rxproj with notepad or something simillar and edit the version info to 1.02 for example
11-01-2012, 02:53 PM
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
11-02-2012, 03:44 AM
Sending a PM to ya. Not hijacking this thread and accidentally derail with talk of a transformation script.
11-03-2012, 11:17 PM
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.
02-13-2013, 04:57 PM
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?
08-15-2013, 08:02 PM
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!
(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 errorHaven'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...
08-15-2013, 09:19 PM
(08-15-2013, 08:14 PM)penguwin Wrote: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)(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
08-15-2013, 09:55 PM
(08-15-2013, 09:19 PM)gerronix12 Wrote: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.(08-15-2013, 08:14 PM)penguwin Wrote: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)(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 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
08-15-2013, 10:17 PM
(08-15-2013, 09:55 PM)penguwin Wrote:(08-15-2013, 09:19 PM)gerronix12 Wrote: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.(08-15-2013, 08:14 PM)penguwin Wrote: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)(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 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.. 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 |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
ATOA CBS Equipment Set Variables Patch | kyonides | 0 | 166 |
10-14-2024, 12:47 AM Last Post: kyonides |
|
The Wanderers: The Customizable Encounters System | DerVVulfman | 0 | 234 |
08-24-2024, 07:12 PM Last Post: DerVVulfman |
|
Battle Item Count | kyonides | 4 | 2,122 |
02-04-2024, 05:49 AM Last Post: kyonides |
|
Super Simple Vehicle System - Enhanced | DerVVulfman | 65 | 93,603 |
06-02-2023, 06:16 PM Last Post: Sujabes467 |
|
Dalissa's Battle Cry | DerVVulfman | 2 | 7,380 |
05-09-2023, 03:07 AM Last Post: DerVVulfman |
|
Zenith Tactical Battle System Plus (ZTBS+) | DerVVulfman | 0 | 2,794 |
05-10-2022, 10:42 PM Last Post: DerVVulfman |
|
Actor Battle Items | DerVVulfman | 4 | 6,014 |
11-08-2020, 12:36 PM Last Post: Mel |
|
Battle Report | Raziel | 1 | 6,921 |
05-29-2020, 02:27 AM Last Post: Whisper |
|
Commercial System Package | DerVVulfman | 11 | 14,195 |
01-04-2020, 12:37 AM Last Post: Pelip |
|
ZLSL's Battle Portraits | DerVVulfman | 4 | 7,447 |
11-12-2019, 04:10 AM Last Post: DerVVulfman |