YesNoOk
avatar

A few Mega questions (Read 342 times)

Started by megaman24681012, June 29, 2009, 12:29:51 am
Share this topic:
A few Mega questions
#1  June 29, 2009, 12:29:51 am
  • avatar
  • *
Have a few Mugen questions:

1. say that a hit box of a premade character is correct but the HITSPARK is in the wrong place, how can you reposition it?
2. recall N64Mario's famous "Omega Zero" character? now do you also remember how when he used his super (any of them) the screen that flashes in looks like some poorly made photoshop? I plan to fix it, problem: How can I?
3. how CAN I create a hitspark in a premade character?
4. And how do you change the mugshots of the characters in mugen?
Re: A few Mega questions
#2  June 29, 2009, 12:53:01 am
  • ******
1 : in the code for the hitdef, in the .cns file. You have to identify the statedef your attack is in, find the hitdef of the attack, and change the value of the sparkxy parameter. If you didn't understand any of this, you'll have to look up a bit about Mugen coding.
2 : never saw that char.
3 : create it ? well, draw the sprites and insert them into the .sff file with any Mugen tool designed for that.
4 : change their portrait in the .sff file, same as above.
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 Mega questions
#3  June 29, 2009, 02:30:35 am
  • avatar
  • *
thanks, but what do you open the .ssf file with? (i.e. notebook, etc.)
Re: A few Mega questions
#4  June 29, 2009, 07:16:09 pm
  • **
  • Just a thinker...
    • mugenzxplus.187inc.net
You can open the .sff file with Fighter Factory or MCM(Mugen Character Maker)
Re: A few Mega questions
#5  June 30, 2009, 09:07:26 pm
  • avatar
  • *
No offense but which one's better?
Re: A few Mega questions
#6  July 01, 2009, 12:43:14 am
  • **
  • Just a thinker...
    • mugenzxplus.187inc.net
Is your choice. Both do the same thing at reading the sff and edting it. Good luck.