YesNoOk
avatar

Why does char not read the CMD?  (Read 9634 times)

Started by TheDragon, July 26, 2021, 03:21:46 pm
Share this topic:
Why does char not read the CMD?
#1  July 26, 2021, 03:21:46 pm
  • **
Hello colleagues, I'm here again with a question, and now it's this, why the char does not read the CMD, I explain, I wanted to change the commands to a Char so I went to his CMD, and I changed the controls to his hypers, but when I played with this char, the movements did not work as I had changed them , and checked if the CMD was well written in the Def to read it well, and if it was accurate, so I updated the CMD again to read it but it still doesn't work.

Does anyone know how to fix this?
Re: Why does char not read the CMD?
#2  July 28, 2021, 06:07:59 pm
  • **
Could anyone help me?
Re: Why does char not read the CMD?
#3  July 28, 2021, 06:12:31 pm
  • ****
  • Self-Sufficient Subhuman
  • "I hope you're ready for a beating!"
    • USA
Gonna need some pictures of how you have the commands setup. They could be written improperly. Or it could be something else. I wouldn’t know what the solution is based on your description alone.
Re: Why does char not read the CMD?
#4  July 29, 2021, 03:56:19 am
  • **
Gonna need some pictures of how you have the commands setup. They could be written improperly. Or it could be something else. I wouldn’t know what the solution is based on your description alone.

Well, I don't think it's because it's misspelled, because if it had been, I wouldn't recognize the previous command of the hyper, because it still receives the previous command.
Re: Why does char not read the CMD?
#5  July 29, 2021, 04:16:47 am
  • ****
  • Self-Sufficient Subhuman
  • "I hope you're ready for a beating!"
    • USA
Like I said I’m gonna need some kind of… image or something of your commands or of the trigger for the moves. Cause I can’t really come up with a solution based on what you’ve said. I need some visual aid to brainstorm. Maybe see what’s wrong if it’s something you’re missing.
Re: Why does char not read the CMD?
#6  July 29, 2021, 09:38:41 pm
  • **
Like I said I’m gonna need some kind of… image or something of your commands or of the trigger for the moves. Cause I can’t really come up with a solution based on what you’ve said. I need some visual aid to brainstorm. Maybe see what’s wrong if it’s something you’re missing.

Well, it would be this character CMD:.

https://www.mediafire.com/file/y99chtycpypstvt/638166/file

PS: I uploaded it to mediafire so you can read it better.
Re: Why does char not read the CMD?
#7  July 29, 2021, 10:44:54 pm
  • ****
  • Self-Sufficient Subhuman
  • "I hope you're ready for a beating!"
    • USA
Yeah I can't... open it. It came in as an unknown file type and refused to open.

Like I said, just put up a picture or something, or use the insert code thing and

Code:
Paste it in like this.
Re: Why does char not read the CMD?
#8  July 30, 2021, 12:28:19 am
  • **
Code:
;-| Super Motions |--------------------------------------------------------
[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, x
time = 32

[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, x
time = 32

[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, y
time = 32

[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, ~y
time = 32

[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, z
time = 32

[Command]
name = "Ultra Argentine Backbreaker"
command = ~F, D, F, F, D, F, ~z
time = 32

[Command]
name = "Ultra Argentine Backbreaker MAX"
command = ~F, D, F, F, D, F, x+y
time = 32

[Command]
name = "Ultra Argentine Backbreaker MAX"
command = ~F, D, F, F, D, F, y+z
time = 32

[Command]
name = "Ultra Argentine Backbreaker MAX"
command = ~F, D, F, F, D, F, x+z
time = 32

name = "Napalm Strike"
command = ~B, D, B, B, D, B, a
time = 32

[Command]
name = "Napalm Strike"
command = ~B, D, B, B, D, B, ~a
time = 32

[Command]
name = "Napalm Strike"
command = ~B, D, B, B, D, B, b
time = 32

[Command]
name = "Napalm Strike"
command = ~B, D, B, B, D, B, ~b
time = 32

[Command]
name = "Napalm Strike"
command = ~B, D, B, B, D, B, c
time = 32

[Command]
name = "Napalm Strike"
command = ~B, D, B, B, D, B, ~c
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, a
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, ~a
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, b
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, ~b
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, c
time = 32

[Command]
name = "Running Three"
command = ~F, D, F, F, D, F, ~c
time = 32

[Command]
name = "Running Three MAX"
command = ~F, D, F, F, D, F, a+b
time = 32

[Command]
name = "Running Three MAX"
command = ~F, D, F, F, D, F, b+c
time = 32

[Command]
name = "Running Three MAX"
command = ~F, D, F, F, D, F, a+c
time = 32

[Command]
name = "Rolling Sphere"
command = ~F, D, F, F, D, F, y+b
time = 32

[Command]
name = "Rolling Sphere"
command = ~F, D, F, F, D, F, y+b
time = 32

[Command]
name = "Rolling Sphere"
command = ~F, D, F, F, D, F, y+b
time = 32

[Command]
name = "Ultra Clark Buster"
command = ~F, D, F, F, D, F, z+c
time = 16

[Command]
name = "Rolling Death Cradle"
command = B, D, B, B, D, B, y+b
time = 48
Re: Why does char not read the CMD?
New #9  July 30, 2021, 12:29:41 am
  • **
That would be the Super Motions section in the CMD, change the controls but it didn't work in the char, and rectify in the Def if you had the CMD set and yes, but it doesn't work
Last Edit: August 02, 2021, 09:04:08 pm by TheDragon