[Atoa SBS] Changing the command window font
#4
Well someone asked for charset support on the ACBS, using directly the charset graphic isn't possible, but with small effort you can make battlers using character sprites.

Atoa Wrote:No you CAN'T use charsets. What you can do is make an battler graphic using the charset.

Something like this:
[Image: Ash_Battler.PNG] - [Image: Ash_Battler_Sword.PNG]
And then make the settings on the script:
Quote: Idle_Pose = 1 # Wait pose (Recomended never change, because it can cause funtion losses)
Hurt_Pose = 1 # Pose when Taking Damage(Recomended never change, because it can cause funtion losses)
Danger_Pose = 1 # Idle pose when HP is low
Defense_Pose = 6 # Idle pose when guarding
Advance_Pose = 2 # Moving foward
Return_Pose = 3 # Return move pose
Attack_Pose = 4 # Pose when attacking
Skill_Pose = 4 # Pose when using Physical Skills
Magic_Pose = 5 # Pose when using Magical Skills
Item_Pose = 5 # Pose when using Items
Dead_Pose = 8 # Dead Idle pose

# Extra poses
# These poses aren't 100% vital for the system. if you wish to not use some
# of them, leave the value = nil
Intro_Pose = nil # Pose used in the begin of battle
Victory_Pose = 7 # Battle Victory pose
Evade_Pose = 6 # Pose when evade an attack
Escape_Pose = 3 # Pose when escaping from battle

then make the individual setting for the graphic:
Quote: Pose_Sprite['Ash_Battler'] = {'Base' => [4,8,100,false],
1 => [1,4,false], 2 => [4,4,true], 3 => [4,4,true], 4 => [2,8,false],
5 => [2,8,false], 6 => [1,4,false], 7 => [1,4,false], 8 => [1,4,false]}


OR if most battlers follows the same pattern, change the default setting to:
Quote:Base_Sprite_Settings = {'Base' => [4,8,200,false],
1 => [1,4,false], 2 => [4,4,true], 3 => [4,4,true], 4 => [2,8,false],
5 => [2,8,false], 6 => [1,4,false], 7 => [1,4,false], 8 => [1,4,false]}


Also i added the "sword" sprite to the Bronze Sword with the Equipment Sprite.
Quote: Equipment_Sprite['Weapon'][1] = ['_Sword', false]


I did this in about 15 minutes (including the settings, that should be done only once), i only edited the first attack and casting (removed the arm so simulate an animation like the old FFs) and fliping the dead pose and changing the eye pose so it's not that hard.

Here an image of the ACBS using the "char battler". It will need some work, but well, the ACBS isn't for people who don't want to do some hard work.
[Image: ACBS_Char.PNG]

Reply


Messages In This Thread
RE: [Atoa SBS] Changing the command window font - by Victor Sant - 04-12-2011, 10:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   GW Animated Battle backs Patch for Atoa ACBS Solitaire 21 7,023 10-17-2024, 06:37 AM
Last Post: Solitaire
   Atoa ACBS, Equipment Set Add-on Error Solitaire 10 3,467 10-13-2024, 11:41 PM
Last Post: Solitaire
   ACBS - Atoa Custom Battle System and TP System zlsl 2 5,747 10-20-2021, 05:09 AM
Last Post: zlsl
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 16,901 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 15,422 08-08-2019, 02:50 PM
Last Post: aeliath
   Sorting Items in Shop Window Mel 13 20,730 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Atoa Individual Battle Commands Geminil 3 8,007 08-02-2017, 03:17 AM
Last Post: DerVVulfman
  Expiration States with Atoa acbs: error Noctis 5 10,681 02-18-2017, 01:10 AM
Last Post: DerVVulfman
Shocked  Help needed with Atoa's CBS jreagan406 2 6,707 02-16-2017, 12:36 PM
Last Post: jreagan406
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 40,245 01-05-2017, 08:05 PM
Last Post: Noctis



Users browsing this thread: 2 Guest(s)