07-23-2009, 05:12 PM
ACBS - Atoa Custom Battle System
by Atoa
Please don't post this script in other sites or comunity without autorization.
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
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
In red: This is the battler graphic file name.
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]
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
atoa custom battle system 3 - eng.rar (Size: 2.51 MB / Downloads: 54) 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?
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
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)