YAMI SCRIPTS ACE - CHARGE TURN BATTLE

RPG Maker VX Ace

CTB for VX Ace!



Download Link

This script provides you a battle system: CTB. You can customize a lot by using the Lunatic Mode, which are add-on for this script.

Anyway, this script REQUIRE YEA – Ace Battle Engine.

To enable Charge Turn Battle for your game, either change the DEFAULT_BATTLE_SYSTEM constant in Ace Battle Engine to :yctb or make an script call during a game using:
$game_system:set_battle_system(:yctb)
To revert back to DTB mid-game, use the following script call:
$game_system:set_battle_system(:dtb)

Original Page

Posts

Pages: 1
I have a small problem. As you see in your video, the battle order changes his y position when the help-window appears. is it possible to fix it so that the order dont change his position?
I have a problem with the script, whenever I start the game, it says:
Script 'Battle_System' line 329 Name error occurred.
Undefined Method 'set_battle_system' for class 'game_system'

Please help me with this error! Please.....
author=Pewstify
I have a problem with the script, whenever I start the game, it says:
Script 'Battle_System' line 329 Name error occurred.
Undefined Method 'set_battle_system' for class 'game_system'

Please help me with this error! Please.....


i found your problem

just download the YEA – Ace Battle Engine. marked as red,
and that code, copy/paste first
and then, download this code, and copy/paste into new page
Just wanted to make a incompatibility note.
When using Yanfly skill restrictions (aka cool down) this script makes it so it wont count the cool down number. Oddly, the warm-up counter still works however.
My game pretty much requires the cooldowns otherwise bosses spam state moves and the such so i cant use this script so I hope you can fix this bug soon
Pages: 1