YesNoOk
avatar

Character repeating same moves over and over. [Solved] (Read 373 times)

Started by Nny, August 16, 2013, 07:12:24 am
Share this topic:

Nny

Character repeating same moves over and over. [Solved]
New #1  August 16, 2013, 07:12:24 am
  • **
  • Fail Hill Zone, Act 1
    • USA
    • virtualicon@hotmail.com
    • http://www.facebook.com/FantasyVault
So I've stayed up all night working on a character, I have the basic animations down like stance, crouching, jumping. All of the hits. Oh, and I was working off of Kfm. Then I decided to change the file names. For ex my character name is Psycho so i changed  from "Kfm.def" to "Psycho.def"
After that I go back into fighter factory 3 and launch mugen in there to test my character, and now for some reason his intro doesnt work, he cant move and when i press the attack buttons he keeps repeating them, not allowing me to do anything but attack. Can someone help? I'll post a video if needed. I'm depressed because of this, seriously q__q
Last Edit: August 17, 2013, 08:00:46 am by Bonehouse
Re: Character repeating same moves over and over.
#2  August 16, 2013, 08:07:06 am
  • *****
  • Video Game Veteran
    • USA
    • gcnmario.free.fr
It's most likely trying to go into an invalid state. Though if the anim keeps repeating and the htidef keeps working, then it must mean there is a changestate somewhere that is always being sent to Maybe perhaps the state doesn't have a changestate back to state 0.

When you're running Mugen, Press Ctrl + D to see if any error messages appear on the display at the top. If not, then check the state numbers when the animation is keep repeating. Then go back and search for those numbers and see where the problem lies. :)

"You must defeat my flaming
dragon punch to stand a chance."

Nny

Re: Character repeating same moves over and over.
#3  August 16, 2013, 08:28:29 am
  • **
  • Fail Hill Zone, Act 1
    • USA
    • virtualicon@hotmail.com
    • http://www.facebook.com/FantasyVault
Last Edit: August 16, 2013, 08:32:06 am by Bonehouse
Re: Character repeating same moves over and over.
#4  August 16, 2013, 07:18:21 pm
  • *****
  • Video Game Veteran
    • USA
    • gcnmario.free.fr
check your character's .def file to see if there is a stcommon = common1.cns file. This is a requirement, and is probably most likely what's giving you the errors.

In your errors image you are showing, State 20 is walking, State 10 is stand to crouching down. If your character is giving invalid state 20 from these, it means the common1.cns line is most likely missing from your .def file, if anything.

"You must defeat my flaming
dragon punch to stand a chance."

Nny

Re: Character repeating same moves over and over.
#5  August 16, 2013, 08:59:32 pm
  • **
  • Fail Hill Zone, Act 1
    • USA
    • virtualicon@hotmail.com
    • http://www.facebook.com/FantasyVault
The line is in there. Could I like.. Send you my char? xD..
Re: Character repeating same moves over and over.
#6  August 16, 2013, 09:04:50 pm
  • *****
  • United Sweg of America
    • Bosnia and Herzegovina
    • lukijan1@hotmail.com
Did you rename the common file by accident?

Nny

Re: Character repeating same moves over and over.
#7  August 16, 2013, 09:18:01 pm
  • **
  • Fail Hill Zone, Act 1
    • USA
    • virtualicon@hotmail.com
    • http://www.facebook.com/FantasyVault
I did o3o

     Posted: August 17, 2013, 07:59:45 am
Tch, I got it. I renamed the common file back to common1. Thank you anyways, guys :D