This is an Animated Front View & Side View Battle System!
After reading a couple of threads where people complained about fellow scripter's battle system, I decided that I could give it a chance. The GUI is almost done based on my first impression of those scripts' interface.
Status window remains pretty much as static as always, but it includes faces if enabled.
States might be displayed as icons, too.
New actor menu on the top of the screen.
It uses icons and a label to tell you what's the command currently in display.
The escape feature is still a WIP.
The script is almost Plug n Play, except for a couple of Constants I've included there.
For instance, order the commands the way you like it and pick their icon indexes and that's it, guys!
It also includes a single script call and that's it!
List of Included Scripts
KWeaponDamage
Skill Roulette
Ruby:
# * KBattleFront XP * #
# Scripter : Kyonides Arkanthes
# This script sought to implement some of the features I have found in other
# EarthBound Battle Systems but not anymore.
# It is BOTH an Front View and a Side View Battle System.
# And it swiftly displays movable characters as battlers on screen!
# * KBattleFront Script Calls * #
# - Change the way the Actors will place on screen
# Options: 0 - Above their Status Windows, 1 - Centered, 2 - Sideview
# $game_system.formation_type = Option
# - Alter a given Skill's SP Cost for a specific Actor
# = equal assigns a Number
# += or -= will increase or decrease its value by that Number.
# $game_actors[Actor_ID].alter_sp_cost = Number
# $game_party.actors[ActorIndex].alter_sp_cost = Number