Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
use abbrevs like K.O? o_O
Reply }
@CeLLeM
I knew that, I was too busy to give you the full solution, eh, eh... ok...

CTB by Charlie - Windows, line 563, change
Code:
draw_actor_state_bordered_2(actor, actor_x + 330, actor_y+1, 40, 14)
into
Code:
draw_actor_state_bordered_2(actor, actor_x + 330, actor_y+1, 80, 14)


line 612, change
Code:
self.contents.fill_rect(actor_x + 330, actor_y, 40, 16, Color.new(0,0,0,0)
into
Code:
self.contents.fill_rect(actor_x + 330, actor_y, 80, 16, Color.new(0,0,0,0))


line 618, change
Code:
draw_actor_state_bordered_2(actor, actor_x + 330, actor_y+1, 40, 14)
into
Code:
draw_actor_state_bordered_2(actor, actor_x + 330, actor_y+1, 80, 14)


lines 854 and 944, change
Code:
cursor_width = 340
into
Code:
cursor_width = 380


These changes give you 40 more pixels, I guess you can figure out the needed changes if you need more space.
Reply }
Hi Charlie im getting a wierd error every time one of my hero dies.
He needs to die within the first turn of monster attack and if he has a status effect called Off guard ( due to being flanked ) for this error to occur. Also wearing an Auto-life ring.

Could you please help me debug?

[Image: ss20090829191658.png]

[Image: ss20090829191644.png]
Reply }
Do you have an existing item configured as AUTO_LIFE_ITEM_ID ?
Reply }
I left it as default on tonic and have it in the database as #9.

Here are my other scripts, could they be causing a collision?
[Image: ss20090829230124.png]
[Image: ss20090829230057.png]
Reply }
Whoa! Those are thousands of lines of code, the problem could be anywhere the Scene_Battle class is involved. You should progress adding scripts one by one and every time test the whole thing. I know that it's a long process, but all those scripts are not guaranteed to work well together. Sometimes you have to renounce to some features in order to keep the project more compact and controllable.
Reply }
See what happens when you remove:
KGC Battle Effects and/or
KGC Remodeled Damage
Reply }
Soo I made a copy of my project, and deleted all the scripts except for the CBS itself. Still crashes.
Looks like I'll have to live without autolife. I tried on the original CBS project itself adding those status changes but it doesnt crash.. that's wierd.
Reply }
If you have the latest demo you have an installation guide chapter in the instructions. Take a look at it and see if you missed something when you imported the CBS into your project, you know you cannot just copy the scripts, there are other steps needed.
Reply }
Hmmm I didn't read that but then again I pasted my project on top of the CBS project, so it should be fine. So maybe it's a config error? :S
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 1,051 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 84,166 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,736 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,090 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 5,062 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,293 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,293 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,641 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,589 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 227,046 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: