Iomai
Apr 19 2012, 04:57 PM
Um, hello. I'm a noob at posting on these forums so please forgive me if I make a mistake.
I would like to request a battle system for a game I am working on, a battle royale system. It's really simple (I hope), all the player has to do is press one button to attack but they have to time it. An example a game using it would be this flash game:
http://www.newgrounds.com/portal/view/458245Would it be possible to get a battle system like this is RPGMaker VX?
Thank you for your help,
~Iomai
MEands
Apr 19 2012, 06:36 PM
I'm not sure if this is what you're asking for, but I did something like this in a game.
I did it with events, basically I did [wait 8 frames] then put conditional branch [if key down is being pressed then show animation 'sword' on enemy] and stuff, so it makes the enemy die.
Is that what you were looking for?
Iomai
Apr 19 2012, 07:01 PM
Do you have an example of it that I could try? I'm not exactly understanding how you did it...
MEands
Apr 19 2012, 07:26 PM
It requires that the player has the assigned button pressed if they want the attack to be successful. It looks like this:
show animation: "Press Left"
Wait 8 Frames
Conditional Branch: If l Left is being pressed then
show animation: "hit" on enemy
if else
show animation: "miss" on enemy
And then you can make the enemy die or just lose health if left is being pressed.
This isn't for battle sequences, unless you make a move do a common event. I've only used this on maps.
Iomai
Apr 19 2012, 07:47 PM
I think I understand but I have someone else who does the programming and such and she doesn't understand and would like a tutorial. Would that be possible or am I asking for too much?
MEands
Apr 19 2012, 07:57 PM
I don't really know how to make a tutorial, I thought thats what my last post was.
Iomai
Apr 19 2012, 08:03 PM
It is to me but I guess not for her. I'll try it and see if I can explain it better to her. Thank you.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.