Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Another battle system request. o_o;
#8
You won't believe how easy it is.... And this applies to RTAB too...

Look in the beginning of the system and there is the atb_setup method...
Code:
attr_accessor :camera                   # Present camera possession person
  #--------------------------------------------------------------------------
  # * ATB fundamental setup
  #--------------------------------------------------------------------------
  def atb_setup
    # ATB initialization
... variances may be because my copy is an English translation. :cheery:

Now, go to the line that reads:
Code:
@drive        = true    # Turns camera system on/off
and change it to this:
Code:
@drive        = $mydrive # Turns camera system on/off

Now, that makes it so you can make a script call like
$mydrive = true .... to turn the drive/camera system back on, or
$mydrive = nil .... to turn the camera system off.

By default, this change makes the camera system 'off' when the game starts, so you will need to use a script call of mydrive = true to turn it on.

Hope that helps.
Reply }


Messages In This Thread
Another battle system request. o_o; - by Boot - 04-18-2010, 12:19 PM
[Resolved] Another battle system request. o_o; - by DerVVulfman - 04-27-2010, 03:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,864 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 10,739 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,373 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 12,225 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 11,178 08-08-2019, 02:50 PM
Last Post: aeliath
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 3,957 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,534 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,348 08-02-2017, 03:17 AM
Last Post: DerVVulfman
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 32,109 01-05-2017, 08:05 PM
Last Post: Noctis
   RMXP SKill animations too bright (overlaying the battle screen) Starmage 4 9,324 06-13-2016, 03:41 AM
Last Post: Starmage



Users browsing this thread: