YesNoOk
avatar

how to do half circle a (Read 10104 times)

Started by ShadowHiruzen, July 15, 2019, 04:39:56 pm
Share this topic:
how to do half circle a
#1  July 15, 2019, 04:39:56 pm
  • avatar
    • Egypt
i can't do this command:B,DB,D,DF,F,A

i've seen this referred to as "half circle a"

can someone show me the buttons they press for how to do this?

i can never do the moves with commands like this.

and i can do commands like: D,DF,F,a       by just pressing D,F,a

also, what is the difference between D,F and DF?


any help would be appreciated.

thanks in advance!

Last Edit: July 17, 2019, 01:23:59 am by ShadowHiruzen
Re: how to do half circle a
#2  July 15, 2019, 06:52:50 pm
  • ***
  • Magna Power
  • Its Hotdog time. Hot.... Dog...time...
    • neofiresonicmugen.webs.com
the difference between D,F and DF
D,F is literally D=down and F=forward, no other way to put it
DF is the diagonal direction that is input inbetween those two, so you could a quarter circle forward properly

see, DF is that input you see in the middle

now for half circle, its not easy in any form unless you've got magic fingers like those in the community who call themselves pro's
I just BS the input, for doing it you just have to simple do the combination as fast as you can. Btw, since you say buttons, I suppose you mean on a keyboard, which would be your back arrow, down arrow, then forward arrow.
this website is stupid
Re: how to do half circle a
#3  July 15, 2019, 09:01:50 pm
  • avatar
    • Egypt
So the DF is pressing these to arrow keys at the same time?
Ok, thanks!
Last Edit: July 17, 2019, 01:31:48 am by ShadowHiruzen
Re: how to do half circle a
#4  July 16, 2019, 07:05:20 pm
  • avatar
  • **
    • USA
You know what?  Just make a copy of the CMD and change it to be sloppier.  Mugen will require that input above to be pretty accurate, but it has options for making it more like how good fighting games handle it.

Code:
[Command]
name = "hcfa"
command = ~B,DB,D,DF,F,a
time = 30

to

Code:
[Command]
name = "hcfa"
command = ~B,$D,F,a
time = 30

In truth, very few games actually require you to nail the DB and DF both.  In fact, some SNK specifically lack one or the other.  $D means any "D" so you can whiff on the DB or DF and it still works.
Re: how to do half circle a
#5  July 17, 2019, 01:30:24 am
  • avatar
    • Egypt
Thank you for suggesting that.

I was going to try your way, but i realized something, for some reason, when i change the commands in the cmd of the character, it dosent do anything, i even tried changing a special move to x, or D,z (With a character like hagormomo who dosent have any xyz commands)
Changing the time dosent do anything either.


(By the way, should i post this on another thread or keep it?)
Re: how to do half circle a
#6  July 18, 2019, 07:54:49 am
  • avatar
  • **
    • USA
That makes no sense.  It's Mugen.  It is impossible for something to be uneditable.

Just open the character folder and notepad.  Drag the CMD file onto notepad.  Make the change(s).  Hit ctrl+S for save.  Done.
Re: how to do half circle a
#7  July 18, 2019, 08:47:43 am
  • avatar
    • Egypt
I did all of that, i edeted it to D,z and i saved the cmd.
When i try the move by pressing the new commands, it dosent work
Re: how to do half circle a
#8  July 18, 2019, 01:02:10 pm
  • *****
  • Resident Tosspot
  • Pftheh
    • UK
    • plasmoidthunder.neocities.org
It could be the triggers for the ChangeState.

Oh, I want a diagram. I fucking love diagrams.