Jump to content
  • 0

Corrupted Code Of My Downloaded Character


MugenGuy325XXL

Question

Corrupted Code Of My Downloaded Character

*Sorry for my English :)
Heya :) I have a one problem with my downloaded MUGEN character... Everything you need is listed below. Thanks in advance if anyone is interested in this topic and will try to help :)

Character download link to test character and *corrupted* files:
http://mugencharacters.ucoz.com/load/0-0-1-435-20

MUGEN ERROR
####################################################
M.U.G.E.N Error

Error message: Undefined command label: "start"
If not misspelling in CNS, check CMD
Error parsing trigger1, 2
Error parsing [State 130, 2]
Error in [Statedef 151]
Error in chars/Guilmon/common1.cns
Error loading chars/Guilmon/Guilmon.def
Error loading p1

Library error message: Died parsing command = "start"


Try to download the file from the link above, and see what's the problem in files:
1.chars/Guilmon/common1.cns
2.chars/Guilmon/Guilmon.def
and reply only when you see and check all the coding that are in those files. :)

 

So... Any ideas anyone?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

- open the "Guilmon.cmd" MUGEN commands file
- find these lines of MUGEN code:

[Command]
name = "hold_s"
command = /s
time = 1

;-| Hold Dir |--------------------------------------------------------------
[Command]
name = "holdfwd" ;Required (do not remove)
command = /$F
time = 1

- try to add the missing MUGEN command, "start", back to the MUGEN commands file above:

[Command]
name = "hold_s"
command = /s
time = 1

[Command]
name = "start"
command = s
time = 1

;-| Hold Dir |--------------------------------------------------------------
[Command]
name = "holdfwd" ;Required (do not remove)
command = /$F
time = 1

* after this "Guilmon.cmd" MUGEN commands file fix (I use MUGEN 1.0):
   wTR2RBo.png

Link to comment
Share on other sites

  • 0

 

Thank you very much for your help! The problem has been solved :) I do not know much about coding (unless Visual Basic 2010 Express) so I could not do anything about it myself. :) I apologize for the fact that I have not checked for the last few days whether there are any answers in this topic. But well ... Since the problem has been solved, I would like to ask you to close the topic (I do not know if users can close their topics or if the administration has to do) * Google translator was used

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...