YesNoOk
avatar

Floor and platforms (Read 159 times)

Started by Mikelel, June 01, 2012, 06:32:30 pm
Share this topic:
Floor and platforms
#1  June 01, 2012, 06:32:30 pm
  • avatar
  • *
My question is

is it possible to make platforms in addition to the floor without using that trick based on make the platform "like the rival's area"?

Sorry if this question is repeated, I searched and found nothing related.  :-\ Thanks
Re: Floor and platforms
#2  June 01, 2012, 06:37:45 pm
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org

  • Online
You can, but only the player with the coding can see the floor. And it's really complicated. If you're a beginning programmer I wouldn't recommend attempting it until you got some experience under you.
Re: Floor and platforms
#3  June 02, 2012, 01:03:21 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You cannot currently do platforms in mugen without SOME code to apply a hit to force them into a standing state. Even without using helpers in 1.0 with stagevar, you still need to hurt people. That means helpers, and that means hitdefs.

P1 can do as he wishes but to touch P2 it has to be hitdefs.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Floor and platforms
#4  June 02, 2012, 07:41:52 pm
  • avatar
  • *
You can, but only the player with the coding can see the floor. And it's really complicated. If you're a beginning programmer I wouldn't recommend attempting it until you got some experience under you.

Not even a programmer, but I'd try. All I did were small jobs hehe.

P1 can do as he wishes but to touch P2 it has to be hitdefs.

What about something like a "p3" inside the game itself? The same platforms in the same places in all stages, for all the chars.



Re: Floor and platforms
#5  June 03, 2012, 12:47:11 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
P3 belongs to p1's side, you either need to hit p2 OR hit p1.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.