Main
Chat via IRC
Message Board
Guestbook


Downloads
Common Errors
Links
Multimedia
Wanted


Marvel
Capcom
SNK
Other Comics

SM Dev. Team
VirtualParadise

blackheart Common Errors


Error in .DEF filesshuma gorath
  • Common1.cns
    Says: Something about missing file common1.cns
    What to do: This is an easy problem to fix. Whether you like it or not the solution is you have to rename the directory(folder) in which your problem character is in.
    1. Find out the name of the files in your directory(folder).
      EX: rogue2.def rogue2.cmd rogue2.cns etc...
    2. Rename your directory(folder) to the name of the files.
      EX: It was \Rogue\ RENAME to \Rogue2\
  • Error in .CMD filessabretooth
  • Error parsing something in char.cmd
    Says: In state ___,_
    What to do: It is important you note which state and which .cmd file the problem is in.
    1. Use some text editor (notepad) and open up your character's .cmd file.
      EX: \chars\wolverine.cmd
    2. Use the search function to find the state where the problem is.
      EX: [State 100,1]
    3. The ";" semicolon is used as a quote. Try to find where the author forgot to put the ";" semicolon cause thats the only solution for this problem.