YesNoOk
avatar

A few Melty blood character creation questions, how do you... (Read 612 times)

Started by interlopher, February 25, 2008, 12:52:39 pm
Share this topic:
A few Melty blood character creation questions, how do you...
#1  February 25, 2008, 12:52:39 pm
  • avatar
  • *
Well I am trying to get back to work on making my character but it is hard because I am about at the limits of my knowledge. I have a few questions that hopefully will help me along.

1) How do you code the melty blood style shielding?

2) How do you code an air dash

3) How do you code Heat/Blood heat mode?

I would be greatful for any help with these questions, Thank you in advance.
Re: A few Melty blood character creation questions, how do you...
#2  February 25, 2008, 04:01:22 pm
  • ****
  • Coming Soon?
2) code an I type move that is a velset and in the cmd have it trigger for when you are in the air

or look at dash code and make it activate only in the air
Latest Yoshi alpha ready for feedback Aug 15th check here for details...
Re: A few Melty blood character creation questions, how do you...
#3  February 25, 2008, 06:25:45 pm
  • ******
  • [E]
    • Mexico

  • Online
an air dash should not be hard, it's like a special move activated by the dashing command.

about the other two things, you need to describe them iin more details as some of us don't play melty blood and while we could code the stuff, we don't even know how is it supossed to work.
Re: A few Melty blood character creation questions, how do you...
#4  February 25, 2008, 08:34:00 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Also there's a limit to how much we should really explain. If you know nothing at all about code, we're certainly not going to write and bugtest a piece of code for you. You'll have to make use of what we say to come up with your own version.


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: A few Melty blood character creation questions, how do you...
#5  February 25, 2008, 08:47:26 pm
  • ******
  • YOMI
    • www.justnopoint.com/lbends
Re: A few Melty blood character creation questions, how do you...
#6  February 25, 2008, 09:54:03 pm
  • ******
  • Complicated.cns
  • No, I've never played a Zelda game before, shut up
    • Argentina
shame on you! you forgot bunker cancels :O
* Rednavi registered on jango's forum just to post about it
pls
Re: A few Melty blood character creation questions, how do you...
#7  February 25, 2008, 11:01:20 pm
  • ******
1) Hitoverride.
3) Go to a given state, set up a variable to a given value (e.g. 120). In statedef -2, make it decrease by 1 every tick as long as it's > 0 (if it started at 120, it'll last 2 seconds). Then have whatever you want (glow, afterimage, Last Arc) triggered by that variable being > 0.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: A few Melty blood character creation questions, how do you...
#8  February 27, 2008, 12:46:52 pm
  • avatar
  • *
I wanted to say thank you to everyone who replied here. I have made some progress on the air dash and shielding thanks to your advice. The blood heat I decided to leave for until I understand variables a bit better, again thank you all.