kyonides

Reforged is laughable
Regular
Joined
Nov 17, 2019
Messages
1,764
Reaction score
892
First Language
English
Primarily Uses
RMXP
KBattleFront VX
Version 0.6.0

by Kyonides

Introduction

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.

  1. Status window becomes pretty much static, it doesn't move at all, and does update the data in a timely fashion.
    It includes actors' faces, names and gauges.
  2. 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. Any actor can trigger the escape feature, but it might abort the battle at once. Please don't abuse of that poor feature! :p
The script is almost Plug n Play, except for the 2 Constants I've included there. They're very simple to handle.
Just order the commands the way you like it and pick their icon indexes and that's it, guys! :D

kearthboundvx001.jpg

kearthboundvx002.jpg

Ruby:
# * KBattleFront VX * #
#   Scripter : Kyonides Arkanthes
#   v0.5.3 - 2023-06-06

# This script sought to implement some of the features I have found in other
# EarthBound Battle Systems but not anymore. Now it is just an old fashion
# Front View Battle System with battlers visible on screen.

module KBattleFront
  DISPLAY_FACES = true
  ACTOR_BATTLER_Y = 136
  COMMAND_NAME_FONT_SIZE = 26
  COMMAND_NAME_XY = [432, 20]
  COMMAND_ORDER = [:attack, :skill, :guard, :item, :escape]
  COMMAND_ICONS = {
    :attack => 3,
    :skill  => 21,
    :guard  => 52,
    :item   => 144,
    :escape => 48
  }
# Several lines of code here


Terms & Conditions

Free for use in any game.
Don't ever ask me to port it to any other Maker!
Don't drink coffee for a whole week before using it! :p
That's it!
 
Last edited:

kyonides

Reforged is laughable
Regular
Joined
Nov 17, 2019
Messages
1,764
Reaction score
892
First Language
English
Primarily Uses
RMXP
The Bound Battle System Has Been Updated!

And I've come back to offer you a screenshot of how it actually works. :D

index.php

:rswt: OK, it's crystal clear that they weren't going through their best moment, but they were able to run away! :D
Well, at least they tried once. XD
Even so, you gotta be courageous enough as to turn your back on the enemy in order to escape from such a nefarious predicament. :p

Anyway, there's another screenshot on the main post that shows you how it looks like when they make a stand to fight the enemy at all costs! :o
 

kyonides

Reforged is laughable
Regular
Joined
Nov 17, 2019
Messages
1,764
Reaction score
892
First Language
English
Primarily Uses
RMXP
Thread Update

Besides changing the name of my battle system, I've also discovered that the download link was missing. :o Sadly, the very same situation had happened on the RMXP thread. :S
Don't worry, fellow gamers and developers! :D
It has now been fixed! :wink:
 
Last edited:

Latest Threads

Latest Profile Posts

I'm just gonna remove the Dark Spells from my game. They wouldn't be fighting Gods or Angels. So why have it?
Every day I'm getting rough-outs of another sprite sheet or two. Getting real close to just needing to make new original stuff and editing my tables and chairs to look correct for the taller sprites is among the top of the revisions list.
Eye_Guys.gif
Some eyew guys! One is absent for... reasons of taste
Eeee! X3 Ever since I started doing 3d Art ,my Pixel Art got sooo much better! I cant wait till im done with the tileset!
Crystal Shock Devlog #5 yay!



This week was super fun as I got to work on my favorite thing: Combat! A new boss has been added and some new mechanics on top of that. I also made some improvements to the first town.

Forum statistics

Threads
134,918
Messages
1,251,909
Members
177,755
Latest member
Sprk_3D
Top