FFX Battle system by Charlie Fleed
#1
I actually have two of his scripts his FFX battle script with summons,Superpowers and the like.Also using his enhanced weapon system that allows some customization.
so heres what Im confused about.

I have no clue how to use superarts.I figured out the summoning and sequencing of battles,but Im totaly left in the dark about Super arts/Overdrives.
I dont have a clue how to make the bar show up or how to add points.
I set it to 0 =Gains while damage is suffered. Or atleast it says.

But I cant see a bar or anything.
Could you help.
Reply }
#2
Hey. This comes directly from the manual.

Quote:Configuration of SuperArts.

In order to use superarts you need two things: an element "Superart" and a second element "CMD Superarts".

Every skill that has to be a superart needs to be "tagged" with these two elements. It will appear under the Superart command and will be available only when the superart bar is filled.
So far, the following fill modes have been implemented.

Rage: gain Superart points by inflicting damage.
Pain: gain Superart points by suffering damage.
Emphaty: gain Superart points by damage inflicted to allies.
Category: gain Superart points when skills of determined categories are used.
Critical: gain Superart points when with low HP.
Damage: a mix between Rage and Pain.

You can switch between the modes from the Status Scene, by pressing SHIFT, but in order to see that, you need a custom Status Scene script.
The speed at which the bar will fill depends on adjustable rates, one for each fill mode. You can set the default values in the configuration:

TYPE_0_RATE=2
TYPE_1_RATE=0.75
TYPE_2_RATE=1
TYPE_3_RATE=0.25
TYPE_4_RATE=0.1
TYPE_5a_RATE=0.5
TYPE_5b_RATE=0.5

During the game, you will be able to change them by using a Call Script command with, for example, the code:

$game_system.type_0_rate = 3

I should add that you see the superart bar only if a character actually has a superart skill.
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }
#3
yeah I cant open PDF files so I couldnt read the manual.do you have a normal version in text format?
Reply }
#4
Version 3.2 has a .html version of the manual.
And this is a .rtf version of version 3.1 manual.

mhm... too many "version" in this post :)
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }
#5
To top that off I cant seem to equip enhanced weapons either.
they literally dont show up in the equip menu.
Reply }
#6
There could be several causes at the origin of that... A demo would be the fastest way for me to understand what is the problem.
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }
#7
Charlie Fleed Wrote:There could be several causes at the origin of that... A demo would be the fastest way for me to understand what is the problem.

Edit:I found the problem,I was using a custom menu.
Well now the unpated battle script has a problem and I know whats wrong

Quote: # executed at the beginning of the battle
def battle_data_reset(initial_reset = true)
@cf_casting = false if initial_reset
@casting_action.clear if initial_reset
@after_cast = false
if state?($priority_state_id)
@next_action_time = 0
else
@next_action_time = ATTACK_DELAY * 10000 / agi * (rand(100) / 100.0)
end
@last_agi = agi
update_delays
reset_order_data
@action_delay = 0
if self.is_a?(Game_Actor)
refresh_commands
end
end

It says this doesnt have a method for the nil class.
I likethe updates on the battle script howver.
Reply }
#8
I don't understand, do you need help?
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }
#9
yeah this codes like martian to me.
I cant get into battle without your help...
Reply }
#10
Then make a demo. I need to personally see what's happening.
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   GW Animated Battle backs Patch for Atoa ACBS Solitaire 21 1,215 10-17-2024, 06:37 AM
Last Post: Solitaire
   ACBS - Atoa Custom Battle System and TP System zlsl 2 4,515 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 12,489 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 15,591 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 13,747 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 12,598 08-08-2019, 02:50 PM
Last Post: aeliath
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 4,222 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,882 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,915 08-02-2017, 03:17 AM
Last Post: DerVVulfman
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 35,190 01-05-2017, 08:05 PM
Last Post: Noctis



Users browsing this thread: 1 Guest(s)