Page 1 of 1

Okay, I wanna know something and request some help.

Posted: Thu Mar 31, 2022 9:12 pm
by DeathAngelCiel
On HCM, there are several characters and their combos, and moves and so on are fairly easy to use and implement in battles and whatever. The character Dragon futa on HCM has a very long command, which I try to learn for a couple weeks now, cuz why not. But I do get the impression that breaking my fingers would be easier than doing that command fast enough and perfect it first try and apparently ya gotta press all of those attack buttons. The command is as follows:

[Command]
name = "ÅIˆÅ‹ZE’´—ôÓ—‹–ÅŒ —³–ŽE"
command = ~F, DF, D, DB, B, UB, B, UF, F, B, F, D, DF, UB, UF, DB, D, F, a+b+c+x+y+z
time = 30

I just copied the line or whatever into here. So, as I said, quite long and difficult. I wanted to ask if that command actually works, and if it does, can someone help me shorten that command? I read somewhere that this is possible but I dunno how to do it myself. If explaining that is too much, said kind hearted soul that knows what he/she or whatever is doing could send me a download link with the file per google drive or so where this bs is shortened to a circle and x+y+z at the same time? Maybe shorten it to just 2 button presses? Thanks in advance.

Re: Okay, I wanna know something and request some help.

Posted: Thu Mar 31, 2022 9:46 pm
by UmbreonLover
Having to press all the buttons won't work for most PC/Laptop on people, and even inside mugen itself won't work.
Most of the time when you see "AI" inside the name of Command. Usually, its only made for the CPU/AI, but if you wished
to changed it. I have shorten it for you.

Code: Select all

[Command]
name = "ÅIˆÅ‹ZE’´—ôÓ—‹–ÅŒ —³–ŽE" ;I'm very sexy
command = D, D, B, a+b
time = 40
Down, Down, Back, A+B

For more inform on what I did here, search for:

"Basic information about Commands that you must understand is in this spoiler. "

viewtopic.php?f=19&t=461

Re: Okay, I wanna know something and request some help.

Posted: Fri Apr 01, 2022 2:05 pm
by DeathAngelCiel
Thank you kindly.