climbing on platforms without jumping

NED

Well-known member
I would like all my characters to be able to mount on platform when they are very close just by walking on or runing on.

-character have to be close enough (15 pixel or less)
-enemies have this funtion too
-the platform have to be "small" (90 pixel of height or less)
-it can be done by walking in any direction U D F and diags (the result anim is the same)
-it can be done by running F or diags
-characters are invincible during the move itself

Is such a feature possible with openbor without a massive script to do?
Any specific help is welcome!!

Thanks
 
As you certainly see, my referee spend "most of his time" out of the ring looking at the fight :D
because I don't want him to be able to jump, but he must use this "climb on the ring" feature just by walking to it. :-\

progress000.jpg


BTW, he already use the walkoff plateform
anim walkoff
subentity dus
summonframe 3 0

loop 0
offset 96 177
delay 12
bbox 72 86 49 92
frame data/chars/ref/rise3.gif

delay 5
bbox 72 86 49 92
delay 20
frame data/chars/ref/rise2.gif

bbox 72 86 49 92
delay 16
sound data/sounds/land.wav
frame data/chars/ref/pain2.gif
 
Oh I thought you are referring about player's ability to climb walls or platforms.
If this is for referee, you could use simpler approach such as have referee jumps high and lands right in middle of screen when he's left offscreen too long.

Or if you don't mind little magic ;), he could teleport in instead.
 
I say just keep the ref in the ring at all times, spawn him inside the ring, when the action is outside he can still ref from inside.  This is actually how most wrestling games are. 

In a 'real' pro wrestling match the ref doesn't normally leave the ring either, unless it's like falls count anywhere stipulations or something similar.  They are normally already in the ring before the wrestlers come out.


 
Yeah, I can understand it.
But this is not a real wrestling game, with wrestling rules.
(i'll never have the skills and the time to do such a game).
Actually, there will be stages on the street, mototcycle stage, bonus stages...

So if referee can move freely, this is not a real problem to me. ::)
I just wanted all the entities to be able to get in the ring without having to jump.
But I think this might be one more feature I'll have to give up and forget.
One more... :P

This game will be more closer to the regular beat em up, I think.
 
Back
Top Bottom