Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 ACBS - Atoa Custom Battle System 3.2
#1
ACBS - Atoa Custom Battle System
by Atoa

Please don't post this script in other sites or comunity without autorization.

Last Update: 19 - February - 2011

Introduction

Finally my script is done.
This is the ACBS, an 100% animated battle system that allows you to create battles of different styles
Having a very high level of customization.
With this system you can make side view, front view or isometric battles.
And all of it without changing one line in the core script.

Features
- 100% Animated Battle
- Compatible with battlers of different styles
- Allows the use of different styles battlers at the same time
- Very high level of customization
- A lot of useful built-in systems
- A lot of add-ons to change the battle.
- When using an skill withou an assigned animation, it will use the weaponanimation automatically

Screenshots

[Image: th_Img12-7.png]

[Image: th_Img13-19.png]

[Image: th_Img15-12.png]
Belive or not, this is the same battle system with different configuration.

Video



How to Use

The most recomended is to use the demo as base of you projetc

If that isn't possible, copy the scripts between the script Scene_Debug and the script Main on the demo, paste them in the same order as they were on the demo

ADD-ONS

Theres a lot of optional script within the demo.
All of them are bellow the script Main, so they have no effect;

To activate them, just move them to above the script main, placing them bellow the battle main code


Configuring custom battlers

This is one of the better funcions of this script, allowing you to configure different patterns for the animations frames according to the battler graphic file name.

In the Advanved Configurations, you will find a place named "CUSTOM GRAPHICS POSES CONFIG"
In that place you can configure the poses individually for each graphic
[Image: img1-21.png]

In red: This is the battler graphic file name.
[Image: Img10-13.png]

In green: These are the basic configuration.
'Base' => [X, Y, SPD, Mirror]
'Base' = this is the value that sets the base settings, don't change.
X = number of horizontal frames. Numeric value higher than zero. Default 4.
Y = number of vertical frames. Numeric value higher than zero. Default 11.
SDP = Movement Speed. Numeric value higher than zero. Default 200.
Mirror = invert graphic. true or false. Default false.

E.g.:
'Base' => [4, 11, 200, false]

In blue: The blue values are the configuration of each pose.
Pose_ID => [Frames, Time, Loop]
Pose_ID = The Pose ID. Numeric value higher than zero.
Frames = Number of animation frames. Numeric value higher than zero.
Time = Duration of each frame pose.Numeric value higher than zero.
Loop = Animation Loop. true or false.

E.g.:
5 => [4, 4, true]
[Image: th_Img11-9.png]

Important

The script have hundreds of configurable values, all of them with their explanation.
So, *READ ALL INSTRUCTIONS*
I won't give support to lasy people who doesn't read them.


Study the demo so you can see how everything was done.

Demo

Version 3.22 Demo
Atoa Custom Battle System 3

or
.rar   atoa custom battle system 3 - eng.rar (Size: 2.51 MB / Downloads: 50) for Version 3.2.1 March 9, 2011

If you having problems in opening the projetc, copy the data, graphics and audio folders, create an new project, and paste it on the new project

FAQ

Quote:Q:Work on VX? You can do one for VX?
A:No and No.

Q:How do I use charset instead of sprites?
A:If you want to use charsets, it's better to use the SBS Tankentai XP. This script isn't good for using charsets.

Q:It's possible to do [insert here you function of choice]?
A:Like i said abov, I won't give support to lasy people. So explore the script configuration before asking.

Q:Can you add a system that do [insert here you function of choice]?
A:It's depends on the system, if i think it would be good i can add in an future update.

Q:The battlers are screwed, what happened?
[Image: Img5-13.png]
A:If you're not using custom battlers, it's because the battler pattern is different from the default
So you must make an custom configuration for it.

Now, if it's already have an custom configuration, it's beacause the config is wrong.
Check the values like the ones indicated on the image bellow and see if they're right

[Image: img2-20.png]

Credits and thanks
•Created by Atoa

- To the scripters that had some of yours scripts used as study material or as base of some functions of the battle system
SephirotSpawn - (hbgames.org)
SleepingLionheart - (hbgames.org)
CCOA - (rpgrevolution.com)
Charlie Fleed - (rpgrevolution.com)
Farenheight - (reinorpg.com)
RTH - (?)
XRXS - (?)
KGC - (?)
Cogwheel - (?)

- For helping with the system debug
XeloX - (hbgames.org)
Apocrifis - (hbgames.org)
Neoz Kaho - (hbgames.org)
No ID/dpoteat - (hbgames.org)
MayorAnime - (hbgames.org)
Linkei - (santuariorpgmaker.com)
NicholasRg - (santuariorpgmaker.com)
Darknan - (santuariorpgmaker.com)
Reply }
#2
Bump for update

Updates:
Code:
# V2.0 Final | 20 - 01 - 2010
#  â€¢ Major Bug fixes
#  â€¢ New Settings for 'Individual Battle Commands' and 'Skill Reflect'
#  â€¢ Removed some features of the Chrno Trigger Battle caterpillar system (they
#    will be added as separated scripts).
#  â€¢ You can use both CT Battle and Normal Battles.
#  â€¢ Changes on Basic Config
#    Replaced Constant 'Fast_Battle' with 'Battle_Speed'
#    Added Name window edit constants: 'Name_Window_Position' and 'Name_Window_Custom_Position'
#  
#  â€¢ New System added (Advanced Settings):
#    - Hide battlers system
#
#  â€¢ New Add-Ons
#    - Custom Windows Settings
#
#  â€¢ Scripts Updated:
#    - All
Reply }
#3
just wanted to try out the base demo but i got an error if I start it:

Impossivel ler script, o script nao existe.

what does this mean?^^

Edit:
Ok now I have an error in this line:

http://img59.imageshack.us/img59/53/errorlw.png

does something with the addons interfere? Oo
Also there is an error with the Bestiary (unintialised constant) and the Individual Battlecommands (command_color)^^
[Image: 76561198077561206.png]
Reply }
#4
Quite strange, no one else get the error on these lines.

The only error
on Individual Battle Commands was really an mistake, and i fixed it.

In any case, i updated the download link, try downloading again the demo and tell me if the errors still occurs.
Reply }
#5
hm there is a problem with the download, doesn't work for me^^ but the frontal sample download works

Edit: After waiting for about 10 minutes the download finaly worked^^ But I got a few errors (of course temporarily I just use your scripts and addons):

1. The same as above: Advanced Enemy Status line 329 syntax error
2. With almost every addon (except a few like ctb because I use the atb, 2 Victory Windows or the Battle Animated Faces) I got an error after a battle with the Chrono Trigger Battlesystem. Maybe it was because I lvled up but not sure... (line 1238, undefined method 'dead?')
3. If I want to open the status screen I got an error in ACBS | Battle Main Code line 567
4. When I am speaking with the Monsterbook guy an error occures in line 536 (name error)

If I find more I will Edit this post again or make a new one, I hope I can help you optimizing your battlesystem^^

EDIT2:
5.Just wanted to summon Tarma and got an name error in line 730 - 'reset bars'
6.If I change the escape thing to escape with bar an error occures as soon as I press A in Battle: line 1473, type error
[Image: 76561198077561206.png]
Reply }
#6
@Zarox
All errors fixed, except by the error:
Quote:3. If I want to open the status screen I got an error in ACBS | Battle Main Code line 567

I couldn't replicate this error here.
Reply }
#7
First off let me say great script,
I have no idea how to edit scripts and tend to screw them up,
With that said,

How would I have to edit the script to get 5 party members to be visible on the screen at once
& have the HP and MP shown the same way as in example pic?

Example:
[Image: 344401-battle_super.gif]

Another question,
How would/or do I have to edit the script to get animated boss monsters that fill up the whole screen?

Example:
[Image: drkfrce1.gif]

One last question.
Is there anyway for this script to add custom Icons for Atk, Skill, Item, & Def,
Not to mention add a Technique option as well for special skills?

I am using Dargor's Large party script.
My current Project is being made in RPG Maker XP.

Thank you for your time.
Reply }
#8
Wow battle system Phatasy star like?
And may it be to do battlers at left part of the screen, and not at bottom?
Reply }
#9
@RuneMan13
The first step to set the battle front view is go to the "ACBS | Config 1 - Basic" script and go to line 49 and chaging the "Battle_Style" to "2", also make sure to set the "Auto_Set_Postions" on line 56 true.
You can also adjust de battlers position to fit your status screen in the lines 68 and 69
Actor_Position_AdjustX = 0
Actor_Position_AdjustY = 0

To set more than 4 members, just go to line 61 and set the "Max_Party" value equal the number of member you want (in your case 5). And it's compatible with most large party scripts.

You can also edit the battle status do look *almost* equal the one of the image, except by the icon that shows the current action. (i'm planning to make an add-on for that later).

About the enemy sprite it's a bit more complicated.
I suggest you posting the scripte you're going to use with all frames you need(iddle, attacking, skil and such). So i can explain how you can set it.

About the command icons you would need an external script to edit the battle command window.

@Villain
As the screen shots shows, you can set the battlers position/directions as you want.

You can made it side view, (from both sides, with actor's on left and enemies on right, or enemies on left and actors on right), front view (Phantasy star like), Isometric (Breath of Fire Like), or 4 directions (i don't remember any game that use this xD), and 4 directions on map battle (Chrono Trigger like)
Reply }
#10
I will post the frames I'll be using as soon as I finish all my sprite and graphic work,
I have a lot of larger enemies that don't fit in the normal animated monster battle template,

While working on my graphics I noticed your one for chaz only has his dagger atk graphics and I have both his Dagger and Sword graphic which I want to implement into my game, But being a script tard I have no clue how to edit script at all.

I did change the max party number to 5 but it still isn't right,

Examples:
[Image: 264hpo1.png]

Plus I would like to remove the HP & TP bars from the battle as well.
Sorry to be such a P.I.t.B.
Reply }


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



Users browsing this thread: