The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: &&&&&&&&&&&&& on January 12, 2015, 10:43:43 PM

Title: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: &&&&&&&&&&&&& on January 12, 2015, 10:43:43 PM
Yeah, like the title is asking, what is the easiest and the lightest.

Q.Why bother making a game if you just want to do as little work as possible?
A.Because I'm not trying to make devil may cry here.

All I want from the script is an attack, and an HP display.
Every ATB I've tried has far more features then I need and they all just get in the way. On top of that, I still haven't found one that I could get to work properly.

90% of my GIAW game creation was trying to find a damn ATB script. When I did find one I could get working that was after hours of hitting it until it kinda worked. It left me no time to actually make my damn game.  :mad:

I don't want to go through that again. Please help me. ;-;
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: pacdiggity on January 13, 2015, 08:39:08 AM
So you just want a timed battle system that works and that's it?

If you want you can give me the one you found that worked and I'll remove all the stuff you don't want.
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: &&&&&&&&&&&&& on January 13, 2015, 10:19:28 AM
I don't remember which one it was. :(
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: pacdiggity on January 13, 2015, 12:12:25 PM
:(

In that case, if you want and I'm not doing anything tomorrow, you can give me more details on what you want and I'll dust off my scripting kit and give it a crack.
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: &&&&&&&&&&&&& on January 13, 2015, 04:00:23 PM
Zelda combat
Melee and ranged weapons
Text in the top right (or left) that tells HP and MP
A - attacks
X - uses healing item

(not as important but would be cool)
change mp to stamina
stamina for attacking and sprinting
boss health bars
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: pacdiggity on January 14, 2015, 06:00:11 AM
That's a lot of things. I don't know how to do these things (really I've never been too excited by ATBs in RPG maker).
Do you think you could somehow remember or find the script you were using and I can build an original system using it as a framework?
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: Wiimeiser on January 14, 2015, 07:05:58 AM
Are you looking for a Zelda-style system?

If you're using RMXP there's one available IIRC. But they haven't planned porting it to VXA.
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: pacdiggity on January 14, 2015, 10:45:10 AM
There are several available for all systems. The search here is for one that works easily and only has the simplest functionality. For boe's purposes, a custom-tailored system is probably the best option.
Title: Re: Easiest, lightest Real Time Action Battle System? (For RPG Maker VX Ace)
Post by: &&&&&&&&&&&&& on January 14, 2015, 10:30:32 PM
I think I found a good one. So far it seems to be working.
I just have to tweak a thing things and I think I'm set (I'm using tall sprites, but the script was made for the default size, so the weapons swing by the feet.)