YesNoOk
avatar

May Lee (Read 5773 times)

Started by Koop, May 03, 2009, 09:38:02 am
Share this topic:
Re: May Lee
#21  May 04, 2009, 05:07:05 am
  • ******
  • I'm a fuffy.
    • USA
    • www.trinitymugen.net
He's right... There doesn't appear to be super jump. And there's no super jump from run, either!
Re: May Lee
#22  May 04, 2009, 08:21:07 am
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.
Re: May Lee
#23  May 04, 2009, 11:02:23 am
  • avatar
When I tried to add her, there was no icon.
What should I put?
May lee, K_MayLee or MayLee?
Re: May Lee
#24  May 04, 2009, 11:59:16 am
  • ****
  • Master of the palm and foot.
    • randomselect.piiym-net.com/
K_MayLee
Re: May Lee
#25  May 04, 2009, 05:05:12 pm
  • ******
  • [E]
    • Mexico
she has kof jump system.
Re: May Lee
#26  May 04, 2009, 07:28:19 pm
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
What he said.

Update. should be the last one for now.

Downloads => Characters => KoopaKoot.


Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.
Re: May Lee
#27  May 05, 2009, 04:26:09 pm
  • ***
  • The Extraordinary Spiderman
    • Netherlands
Could you please include an optional C+Z command for Henshin in the next update? My keyboard can't do 3 buttons at a time :P

I've changed the command myself but it'd be annoying to change for every update if you update a lot.

EDIT: Oops just found in the CMD that you can also do Y+C.
Re: May Lee
#28  May 08, 2009, 07:32:44 am
  • ***
You should be able to cancel into May Lee Dynamic from Shining thunder blow (either LK or HK, except you can only land dynamic canceling from the HK version in 2002, not sure if that changed in 02UM).

Oh and her forward Long jump seems kind of short and slow compared to 2002.

I couldn't find any other problems with her, she's an excellent character.

Also any chance of adding a 02 mode with MAX mode and max cancels as an extra in a future update? cause that would be amazingly awesome.

Re: May Lee
#29  May 08, 2009, 08:07:42 am
  • *****
  • DAT SAX
Yeah he's right on those first two things. Dynamic cancels from both Shining Thunder Blows in 2k2 (only HK connects).

Also, in 2k2, I can reach the opponent with long jump and connect a HK from the other side of the screen. Not saying you should implement that, but it could be longer and faster.

                  ~*The Last Quincy*~         ~Sig by [TempesT]
My MUGEN shit:
MvC2 Tron Bonne, MvC Kim Kaphwan, Barns (Destruction Desire),
and Burai Yamamoto (Arranged)
Re: May Lee
#30  May 09, 2009, 10:33:28 am
  • **

Also any chance of adding a 02 mode with MAX mode and max cancels as an extra in a future update? cause that would be amazingly awesome.


100% agree, there is some people that doesnt like max mode, but it can be done  like don drago did (ON/OFF switch)
http://www.mugen-infantry.net/forum/index.php?topic=64575
By Matrimelee
Luis2345 Video thread
AI\'s : Cassandra,Fliz,Angel,Kung fu Man,Ai,Yuri,Adon
Re: May Lee
#31  May 09, 2009, 10:41:29 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Quote
Also, in 2k2, I can reach the opponent with long jump and connect a HK from the other side of the screen. Not saying you should implement that, but it could be longer and faster.
Thats a do you wanna be accurate or make mugen play like KoF does?

Mugen is a wider screen than neogeo. So, lengthening the jump kills numeric accuracy, but as per what you've just said, holds to what gameplay can achieve.


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: May Lee
#32  May 09, 2009, 10:43:35 pm
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
I was gonna say the screen is wider but Cyanide already covered that.

Update:

Has EX mode (based on 2K1 May Lee) available by holding start when selecting her.



Downloads => Characters => KoopaKoot.
Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.
Re: May Lee
#33  May 10, 2009, 02:14:11 am
  • ****
  • Master of the palm and foot.
    • randomselect.piiym-net.com/
It looks like you're going to have to disable the attack button delay system: mugen's only innate delay is causing it to feel laggy. Easy to do:

Look for this:
Code:
[State -1, AtkDetecion1]
type = VarSet
trigger1 = 1
sysvar(3) = Floor(sysfvar(2))
ignorehitpause = 1

[State -1, AtkDetecion1]
type = VarSet
trigger1 = 1
sysfvar(2) = sysfvar(3)
ignorehitpause = 1

[State -1, AtkDetecion1]
type = VarSet
trigger1 = 1
sysfvar(3) = sysfvar(4)
ignorehitpause = 1

[State -1, AtkDetecion2]
type = VarSet
trigger1 = 1
sysfvar(4) = 1*(command = "a") + 10*(command = "b") + 100*(command = "c") + 1000*(command = "x") + 10000*(command = "y") + 100000*(command = "z")
ignorehitpause = 1

Delete the first 3 blocks there, and change sysfvar(4) in the last to sysvar(3). That'll get it working instantly.

Also you apparently broke the F+LP/HK move for her super mode? Pressing LP or HK in that mode now has her take that counter stance.
Re: May Lee
#34  May 10, 2009, 02:17:55 am
  • *****
  • DAT SAX
Or CD. And is it me or does her Hero mode blowback take forever to come out?

Why does P2 move around so much before the explosion of her normal mode SDM in the corner?

The UF + K followup for QCF + K doesn't hit KFM. Who the hell do you test on?

Also, her F+LP counter is misaligned like fuck.

And why did you remove the j. HK -> Dynamic cancel? Either you removed it or made it impossible to do. And still no LIGHTENINGU -> Dynamic cancel?

                  ~*The Last Quincy*~         ~Sig by [TempesT]
My MUGEN shit:
MvC2 Tron Bonne, MvC Kim Kaphwan, Barns (Destruction Desire),
and Burai Yamamoto (Arranged)
Re: May Lee
#35  May 10, 2009, 09:15:59 am
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
It looks like you're going to have to disable the attack button delay system: mugen's only innate delay is causing it to feel laggy. Easy to do:

That change removes her basics.  :(
I think I'll remove your fixes for now. Next time maybe?  :ninja:

Or CD. And is it me or does her Hero mode blowback take forever to come out? LOL unblockable

Why does P2 move around so much before the explosion of her normal mode SDM in the corner? I dunno that's how it is in 2K2

The UF + K followup for QCF + K doesn't hit KFM. Who the hell do you test on? she can't hit anyone smaller than herself

Also, her F+LP counter is misaligned like fuck. fixed

And why did you remove the j. HK -> Dynamic cancel? Either you removed it or made it impossible to do. And still no LIGHTENINGU -> Dynamic cancel? It's j.HP. that cancel sounds no good, cause you would pass through a non cornered opponent.

Update. All fixes have been done. I hope.  --;




Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.
Re: May Lee
#36  May 10, 2009, 09:47:20 am
  • *****
  • DAT SAX
I tried it in 2k2, you cancel as SOON as the lightning hits the opponent.

                  ~*The Last Quincy*~         ~Sig by [TempesT]
My MUGEN shit:
MvC2 Tron Bonne, MvC Kim Kaphwan, Barns (Destruction Desire),
and Burai Yamamoto (Arranged)
Re: May Lee
#37  May 10, 2009, 01:08:28 pm
  • ****
  • Master of the palm and foot.
    • randomselect.piiym-net.com/
Quote
That change removes her basics.
I think I'll remove your fixes for now. Next time maybe?

Not if you do it right...the rest of the stuff works like the 2-tick for direction and jump cancel should still be in there. :-\
Aw screw it.
Re: May Lee
#38  May 14, 2009, 12:58:58 pm
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
Quick update. Fixes a super cancel issue. Please redownload.
Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.
Re: May Lee
#39  May 15, 2009, 04:17:41 pm
  • avatar
  • *
I like the overall character and look :) nicely done. I like the damage/speed balance for a player, I think if she was any faster her moves would have to be reduced in damage but as is, it's a nice balance and good to see a solid female character that isn't lightning quick for once.

Yet when the AI plays as her, I don't think she blocks enough. I don't know if that is configurable but if not, can she jump or roll more often? Again if not, then I guess a small speed boost might be in order, even though I like her speed as is :).

Just an opinion, I like playing as the character and I like her even more as she isn't overbalanced (which means I will keep her definitely!), she just maybe needs a slight buff to make her more survivable.
Re: May Lee
#40  May 16, 2009, 09:30:16 pm
  • *****
  • Christmas? /人◕ ‿‿ ◕人\
    • UK
I've never done AI before and if I did, I feel it would either be too easy or too hard.  :ninja:

Update, fixes a cornerpush bug and some other stuff (check readme).

This should be it for now.  ;)
Is a mess. :gonk: Needs sexy new coding to go with sexy sprites.