YesNoOk
avatar

FIXED Character error  (Read 433 times)

Started by LTU_M.U.G.E.N, October 30, 2011, 02:31:53 pm
Share this topic:
FIXED Character error
New #1  October 30, 2011, 02:31:53 pm
  • **
Hi everyone i got HR Knuckles and i tried to play with it after the vs screen this error comes up anyone know how to fix this i know its got something to do with CNS or CMD but i don't have a clue what to do

Error message: Undefined command label: "back".
If not misspelling in CNS, check CMD
Error parsing trigger1, 1
Error parsing [State 0, 1]
Error in [Statedef 0]
Error in chars/Knuckles/common1.cns
Error loading chars/Knuckles/Knuckles.def
Error loading p1

Library error message: Died parsing abs(Vel X) >= .6 && command = "back"

Any helpfull answer will be very appreciated  :)
Re: Character error
#2  October 30, 2011, 03:00:15 pm
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
The code in the common1.cns is referring to the "back" command but it doesn't exist.
-Either define one in the cmd, or
-Look at your cmd for the correctly defined command (it might be "holdback" or "Back" instead) and fix the reference in common1.cns to match it.
Re: Character error
#3  October 30, 2011, 03:34:28 pm
  • **
Seravy i think its holdback but i don't know where to change i can't find word back in the common1 do you know where to change it please help me im trying to make HR chars roster  :'( and i want Knuckles in it
Re: Character error
#4  October 30, 2011, 03:47:05 pm
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
There is a line containing
Quote
abs(Vel X) >= .6 && command = "back"
in State 0, that is the one resposible for the error message.
I'd suggest using the search function of your text editor for the word "back", it should find them even if there is more.
Re: Character error
#5  October 30, 2011, 04:31:26 pm
  • **
i changed it and it came up with error i really going tomy computer like this   :furious3:

Error message: Undefined command label: "back".
If not misspelling in CNS, check CMD
Error parsing [State 20, 1]
Error in [Statedef 20]
Error in chars/Knuckles/common1.cns
Error loading chars/Knuckles/Knuckles.def
Error loading p1

Library error message: Died parsing command = "holdback" || command = "back")*-.5 + (Vel X<0)*.5

what to do with this one can you solve like this or add a code in cmd insert this cuz really angry could you fix it for me there is the char link
Spoiler, click to toggle visibilty
please i really need it
Re: Character error
#6  October 30, 2011, 05:03:41 pm
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
Seems like there is both a holdback and a back in that expression. This implies that back doesn't stand for holdback but is intended to be a different command.
There is just one thing I don't understand. Why isn't the author of the character fixing this? More like, how did it even get there in the first place? With a bug like this, the character wasn't working, how did he even test it?

Well, I downloaded it and fixed the bug but...there were 4 more of this bug...I fixed them all but...it's not working. I mean there are missing animations, his run back is failing to work etc...
I'm pretty sure that common1.cns file belongs to ANOTHER character. Delete it and everything will work.
Re: Character error
#7  October 30, 2011, 05:23:03 pm
  • **
Seravy your da best  :nutrox: it works now a Huge thanks