!!

Welcome to Save Point!

Formerly known as RMVXP, Save-Point is a game creational forum that aids users in creating games using software like RPG Maker or Game Maker. Support is also available today for members and members can also upload and download resources and scripts to use in their games. If you are new or experienced we welcome you to register.

Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[XP Script] ACBS - Atoa Custom Battle System 3.2
Victor Sant Offline
Member

***
Posts: 192
Joined: Jul 2009
View My Download Submissions
Thanks: 0
Given 5 thank(s) in 9 post(s)

Save Points: 2,960sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #1
ACBS - Atoa Custom Battle System 3.2

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


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)
07-23-2009 05:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Sant Offline
Member

***
Posts: 192
Joined: Jul 2009
View My Download Submissions
Thanks: 0
Given 5 thank(s) in 9 post(s)

Save Points: 2,960sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #2
ACBS - Atoa Custom Battle System 2.0 Final

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
01-21-2010 03:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ace Offline
~Requiescat In Pace~

*****
Posts: 856
Joined: Nov 2009
View My Download Submissions
Thanks: 14
Given 1 thank(s) in 8 post(s)

Save Points: 430sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #3
ACBS - Atoa Custom Battle System 2.0 Final

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)^^

01-21-2010 02:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Sant Offline
Member

***
Posts: 192
Joined: Jul 2009
View My Download Submissions
Thanks: 0
Given 5 thank(s) in 9 post(s)

Save Points: 2,960sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #4
ACBS - Atoa Custom Battle System 2.0 Final

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.
01-21-2010 11:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Ace Offline
~Requiescat In Pace~

*****
Posts: 856
Joined: Nov 2009
View My Download Submissions
Thanks: 14
Given 1 thank(s) in 8 post(s)

Save Points: 430sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #5
ACBS - Atoa Custom Battle System 2.0 Final

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

01-22-2010 11:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Sant Offline
Member

***
Posts: 192
Joined: Jul 2009
View My Download Submissions
Thanks: 0
Given 5 thank(s) in 9 post(s)

Save Points: 2,960sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #6
ACBS - Atoa Custom Battle System 2.0 Final

@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.
01-23-2010 02:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RuneMan13 Offline
Junior Member

**
Posts: 5
Joined: Feb 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #7
ACBS - Atoa Custom Battle System 2.0 Final

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.
02-22-2010 05:06 AM
Find all posts by this user Quote this message in a reply
Villain Offline
Member

***
Posts: 110
Joined: Feb 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #8
ACBS - Atoa Custom Battle System 2.0 Final

Wow battle system Phatasy star like?
And may it be to do battlers at left part of the screen, and not at bottom?
02-22-2010 07:45 AM
Find all posts by this user Quote this message in a reply
Victor Sant Offline
Member

***
Posts: 192
Joined: Jul 2009
View My Download Submissions
Thanks: 0
Given 5 thank(s) in 9 post(s)

Save Points: 2,960sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #9
ACBS - Atoa Custom Battle System 2.0 Final

@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)
02-22-2010 04:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RuneMan13 Offline
Junior Member

**
Posts: 5
Joined: Feb 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #10
ACBS - Atoa Custom Battle System 2.0 Final

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.
02-23-2010 09:08 AM
Find all posts by this user Quote this message in a reply
Post Reply 


User(s) browsing this thread:
1 Guest(s)


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
   Equipment Upgrade System by Charlie Fleed, Version 1.2 Charlie Fleed 137 20,346 05-12-2013 07:07 PM
Last Post: Charlie Fleed
   Romancing SaGa Battle System orochii 0 112 05-09-2013 05:55 AM
Last Post: orochii
   Yanfly Battle Status Helladen 3 483 04-20-2013 04:40 AM
Last Post: Helladen
   Super Simple Vehicle System - Enhanced DerVVulfman 29 4,591 04-07-2013 03:27 AM
Last Post: yamina-chan
   Battle Report Script Window style mageone 4 1,836 03-20-2013 10:51 PM
Last Post: KasperKalamity
   Sideview Battle System Tankentai XP - Version 2.2xp Victor Sant 22 6,673 03-03-2013 05:37 PM
Last Post: DerVVulfman
   Ar Tonelico CBS Add-On : Atelier Series Battle Camera MGC 13 4,617 02-03-2013 03:26 AM
Last Post: penguwin
   GTBS - v1.5.2 (A FFT styled tactical battle system) updated 5/30/2012 GubiD 44 9,395 01-25-2013 02:33 AM
Last Post: cheos
   Victor Engine - Active Time Battle Victor Sant 0 308 12-16-2012 08:17 PM
Last Post: Victor Sant
   Hunger/Thirst/Sleep System Bravo2Kilo 0 413 11-19-2012 05:56 AM
Last Post: Bravo2Kilo



 Quick Theme: