Hi everyone, Just a couple of questions:1. Is it possible to make two floors in a stage (like contra bonus stage)?. If that's possible, How to code it?.Thanks
You mean platforms? It's not, must be coded in the characters.What you can do, though, is make chars start on a platform and then move to a lower one when they jump/fall. To do that just set p1starty and p2starty to the higher platform's position, and place the lower platform where the floor would be. The problem with this... trick is that chars can only move once to a platform below them.
Thx for the info, I've checked the cns of the contra bonus stage and its exactly what you are saying. I guess that I have to follow that example to make the rest of the contra stages and another plataform games to MUGEN. Anyway, thx again.Almost forgot, P.O.T.S... do you know why the characters on your "strenght training" are not affected by some specials attacks (especially those ones that need to grab the oponent) of certain characters like Melty blood characters?. Thanks.P.D: My apologies for my bad english.
I can answer that one. Throws and etc make use of p2stateno in the hitdef. Any hitdef with p2stateno, will not hit something with a hitoverride on it. Helpers make use of hitoverride to get hurt. POTS' strength training will be making use of hitoverride on the helpers.
Thanks a lot Cyanide. . Well I guess that I should start now with those stages. One more thing, I would like to rip some background music from the Contra game (the NES game). I have the ROM but, What tools (I mean emulators, programs, etc) are neccesary to rip it correctly without the Fx sounds? (I just want to extract properly the Bg music of that game and anothers) ??? . Thanks again.