YesNoOk
avatar

How to change the "Level Gauge for the Special Motion" (Read 560 times)

Started by L.Lawliet, September 24, 2007, 07:41:34 am
Share this topic:
How to change the "Level Gauge for the Special Motion"
#1  September 24, 2007, 07:41:34 am
  • *
  • Everything happens for a reason!
How can I change the required level gauge (power), like the shining gou-shock of Akuma, when I perform that move (shining gou-shock) the level gauge only takes 1 power bar. I want it to make like 3 power bars when I do that move. I do not know how to code moves and skills. I really need that thing for the character I am making. Thanks!  :)


this is the link to what I will be doing:

http://mugenguild.com/forumx/index.php?topic=65309.msg539295#msg539295
           KAKASHI-BADGUY
Re: How to change the "Level Gauge for the Special Motion"
#2  September 24, 2007, 06:06:52 pm
  • *****
  • corner push pusher
I'm not up to snuff in coding like P.O.T.S. or Reu but I know enough to make a decent character.  So let me give you some advice:

If you wanna make a character for mugen, you are gonna have to learn to code.  Read the docs repeatedly.  Analyze the KFM code for your answer.  Or other mugen author's fighter's code. 

Not trying to flame you, but you will have to learn to code. 
Last Edit: September 24, 2007, 06:13:18 pm by #Shaun
Re: How to change the "Level Gauge for the Special Motion"
#3  September 24, 2007, 06:13:02 pm
  • ******
  • what a shame
    • Iran
Re: How to change the "Level Gauge for the Special Motion"
#4  September 24, 2007, 06:17:19 pm
  • *****
  • corner push pusher
BTW, this is the answer to your question (if you can understand it):

You said it's a super right?  It's only fitting that you have a SuperPause state:

[mcode][State (whatever your state number is), 1]
type = SuperPause
trigger1 = time = 0
movetime = 6
poweradd = -1000;<-----------------that determines how much to take away from the bar
time = 28
anim = -1[/mcode]
Re: How to change the "Level Gauge for the Special Motion"
#5  September 27, 2007, 02:42:49 pm
  • *
  • Everything happens for a reason!
Thanks for the replies guys! but I think it's ok for the super to take only one bar. I just released Kurow.  :)
           KAKASHI-BADGUY