YesNoOk
avatar

THE ULTIMATE STAGE TUTORIAL (Read 544082 times)

Started by Cybaster, August 29, 2009, 04:26:30 pm
Share this topic:
Re: THE ULTIMATE STAGE TUTORIAL
#41  September 13, 2009, 07:26:56 am
  • avatar
please if anyone can help. How do i code a character in terms of having him or her jump or climb on top of things, and walking on it?
Re: THE ULTIMATE STAGE TUTORIAL
#42  September 13, 2009, 06:45:25 pm
  • ******
  • I am hilarious
  • and you will quote everything I say
    • USA
That's stage interactivity and that takes a whole new set of code and other much more complex things and character patching.
Re: THE ULTIMATE STAGE TUTORIAL
#43  September 13, 2009, 10:43:19 pm
  • avatar
is there a web site in which i could follow a few tutorials in how to do so?
Re: THE ULTIMATE STAGE TUTORIAL
#44  September 13, 2009, 11:00:51 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
You must first learn how to create a character. When you grasp concepts such has helpers, then you can start thinking about stage interactivity.
Re: THE ULTIMATE STAGE TUTORIAL
#45  September 14, 2009, 12:10:55 am
  • ***
  • +1 to whoever added Godzilla to the main index.
is there a web site in which i could follow a few tutorials in how to do so?

In answer to your question, the tips and tutorials section is the first place to look.
Second would be to use the search button; chances are you will come up with users asking similar questions.
i think we should call it an "engine" so we don't look like total idiots because otherwise we'd be arguing about a "game" and that would be somehow "dumber" than arguing about an "engine" on the "internet" for countless hours

Iced said:
I for one, do not enjoy round corners!  :bigcry:
But they hurt much less when we accidentally hit them!  :S
Re: THE ULTIMATE STAGE TUTORIAL
#46  January 30, 2010, 05:01:14 pm
  • avatar
naice TUTORIAL
Re: THE ULTIMATE STAGE TUTORIAL
#47  September 04, 2010, 02:42:46 am
  • **
  • I live, again
    • brazilmugenteam.com
Hello Cybaster,
I'm having trouble running my old stages on mugen 1.0
You know what needs to be modified to work perfectly?

see later boy!
Re: THE ULTIMATE STAGE TUTORIAL
#48  January 21, 2011, 12:34:20 am
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm
Quick noob question concerning the awesome "BlackJack" trick.

Can it somehow be done to overlapping animated objects?

Let say you have some dude watching the fight and every so often his head tilts to look at the gamer. How can I make him blackjack as to not obstruct the match so much?
Spoiler, click to toggle visibilty

I haven't come across any mugen stages that do this yet so I guess...no, it can't?

Anyways, it would be a nice future implementation to the engine.
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Re: THE ULTIMATE STAGE TUTORIAL
#49  January 21, 2011, 12:51:01 am
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
It can be done with no problem I guess.
It's just about using the same trick (no transparency+layerno=0  &&  trans=add1+layerno=1) but for an animation.

I can't remember ATm if anims are affected by the trans parameter, so if this doesn't work, you'll have to use two anims :
- 1 as layerno=0, animation defined normally.
- 1 as layerno=1, animation (same one) defined with ,,ASxxxDyyy at the end of each line (cf. tutorial) for the transparency.
Re: THE ULTIMATE STAGE TUTORIAL
#50  January 21, 2011, 01:40:58 am
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm
Thanks for the prompt reply as always, Cybaster.

This code gave me exactly what I needed.
[BG Schaefer L0]
type = anim
start = 10,0
actionno = 0
layerno = 0

[Begin Action 0]
1,0, 0,0, 350
1,1, 0,0, 6
1,2, 0,0, 6
1,3, 0,0, 100
1,2, 0,0, 6
1,1, 0,0, 6

[BG Schaefer L1]
type = anim
start = 10,0
actionno = 1
layerno = 1

[Begin Action 1]
1,0, 0,0, 350, ,as128d128
1,1, 0,0, 6,   ,as128d128
1,2, 0,0, 6,   ,as128d128
1,3, 0,0, 100, ,as128d128
1,2, 0,0, 6,   ,as128d128
1,1, 0,0, 6,   ,as128d128

Thanks!
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja

RER

Re: THE ULTIMATE STAGE TUTORIAL
#51  May 15, 2011, 07:15:49 pm
  • *
thanks  bro!!!  ;D
Re: THE ULTIMATE STAGE TUTORIAL
#52  October 12, 2011, 04:20:13 am
  • *
  • "Your words are as empty as your soul!"
Awesome exactly what i need  :D

hypercookie

Re: THE ULTIMATE STAGE TUTORIAL
#53  February 18, 2012, 12:31:42 am
if someone could please reply to me and tell me how to earn gold stars under your name it would be just lovely!
Re: THE ULTIMATE STAGE TUTORIAL
#54  February 18, 2012, 12:53:48 am
  • ****
  • I see you.
    • www.mugenfreeforall.com
2012 the year of the necroposters

You'll fix chuchoryu ? Sounds like a plan. How about you code him from scratch instead ?