YesNoOk
avatar

Imput snag (Read 225 times)

Started by Roman55, July 11, 2013, 10:24:35 pm
Share this topic:
Imput snag
#1  July 11, 2013, 10:24:35 pm
  • *****
  • haven't got a clue
    • USA
    • Skype - hector.roman98
I've hit a bit of a wall as I'm editing Ahuron's Lin.

I changed the command of his HSDM (D, D, D, a+b) to the way it is in 02 UM (F, D, B, F, D, B, x+y) (yeah I copied from the CMD, can't you tell?). However, when I changed the command input.....the move doesn't come out.

I thought it was my arcade stick and then my 360 controller at first, but I've checked using my keyboard and the problem is still there.
Re: Imput snag
#2  July 11, 2013, 10:48:54 pm
  • ****
  • [MUFFLED ROCK MUSIC PLAYING IN THE DISTANCE]
    • Chile
    • koakoa@jabber.org
I've hit a bit of a wall as I'm editing Ahuron's Lin.

I changed the command of his HSDM (D, D, D, a+b) to the way it is in 02 UM (F, D, B, F, D, B, x+y) (yeah I copied from the CMD, can't you tell?). However, when I changed the command input.....the move doesn't come out.

I thought it was my arcade stick and then my 360 controller at first, but I've checked using my keyboard and the problem is still there.

first thing's first, the command should start with a tilde (~) so the command detection starts as soon as you release F.

Next thing, F, D, B is a bit hard to register properly. Perhaps F,$D,B would help? As $D means DB, D, or DF would count (4-way detection).
Another thing could be adding the full command as well, F,DF,D,DB,B,F,DF,D,DB,B.

And next, make sure you added a good time= parameter for this move.
Last Edit: July 11, 2013, 10:54:09 pm by Sanae63
Re: Imput snag
#3  July 11, 2013, 10:54:55 pm
  • *****
  • haven't got a clue
    • USA
    • Skype - hector.roman98

first thing's first, the command should start with a tilde (~) so the command detection starts as soon as you release F.
They all do. I just copied the commands lol

Next thing, F, D, B is a bit hard to register properly. Perhaps F,$D,B would help? As $ means DB, D, or DF would count.
Another thing could be adding the full command as well, F,DF,D,DB,B,F,DF,D,DB,B.
I tried the latter and it didn't work. Haven't tried the former yet. EDIT: Tried it, same deal.

And next, make sure you added a good time= parameter for this move.
I'll take a look into that as well.
Last Edit: July 12, 2013, 03:28:47 am by Roman55
Re: Imput snag
#4  July 12, 2013, 03:14:43 am
  • ****
  • THE Atomic Runner
    • Guyana
    • Skype - ryon_persaud
    • www.mugenfreeforall.com
your command may be a bit on the difficult side.

increase the time for the command to 100, and try the command 1 key at a time, instead of fast.

if it works, then its because your command is a bit to drastic.
|
Re: Imput snag
#5  July 12, 2013, 05:13:11 am
  • *****
  • haven't got a clue
    • USA
    • Skype - hector.roman98
Yep it did.

Thing is, I'm not sure how to fix the drasticness of the command. Any pointers for someone who's basically learning as he goes?
Re: Imput snag
#6  July 12, 2013, 11:34:26 pm
  • ****
  • THE Atomic Runner
    • Guyana
    • Skype - ryon_persaud
    • www.mugenfreeforall.com

command = ~F, DF, D, DB, B, F, DF, D, DB, B, x+y

command = ~F, D, B, F, D, B, x+y

command = ~F, $D, B, F, $D, B, x+y

You know you could literally add all 3 of them, to give the move alot more leeway, and ease of using.

Code:
[Command]
name = "HSDM"
command = ~F, DF, D, DB, B, F, DF, D, DB, B, x+y
time = 20
[Command]
name = "HSDM"
command = ~F, D, B, F, D, B, x+y
time = 20
[Command]
name = "HSDM"
command = ~F, $D, B, F, $D, B, x+y
time = 20
|
Re: Imput snag
#7  July 13, 2013, 01:28:58 am
  • *****
  • haven't got a clue
    • USA
    • Skype - hector.roman98
You know you could literally add all 3 of them, to give the move alot more leeway, and ease of using.
well I'm a dumb shit

I actually considered doing that, but thought it wouldn't work....and it turns out it did.

Thanks for the help guys.  I really needed it.