YesNoOk
avatar

add004 messing up commands (Read 1465 times)

Started by NecusX, January 12, 2020, 08:45:28 pm
Share this topic:
add004 messing up commands
New #1  January 12, 2020, 08:45:28 pm
  • **
  • BOOM!
  • I'm a magen dade who knows how to code somewhat
    • USA
for certain characters, for some reason some commands may end up getting an error for some reason, for example daimon who was acting normal without add004, but then when I patch him ( Note that I did not upgrade him to 1.1) there is a error

Library error message: Died parsing command = "ѱE؂芔•Ԃµ"

Error detected.

Undefined command label: "command".
If not misspelling in CNS, check CMD
Error parsing trigger1, 1
Error parsing [state a]
Error in [Statedef 2152]
Error in Goro_Daimon2.cns:3539
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/daimon-kofa/daimon-kofa.def
Error loading p1

Clipboard tail:
Game loop init
Versus screen init
End of versus screen loop
Game loop deinit
Gameflow 11
Loading match assets...
Loading stage...
Info: stage Deep Sands loading in pre-1.0 compatible mode
  Loading BG...OK
Stage loaded OK
Setting game resolution 850x638...OK
  Allocating helpers...OK
Match RNG seed: 1081764483
Reset persist vars team 0
Reset persist vars team 1
Loading character chars/daimon-kofa/daimon-kofa.def...
  Loading info...OK
  Loading cmd command set Goro_Daimon.cmd...OK
  Loading cns Goro_Daimon.cns...OK
  Loading cns Goro_Daimon2.cns...Character daimon-kofa.def failed to load

any help is very appreciated
That will happen to you if you don't wear your seat belts, so make sure to wear your seat belts.
Last Edit: January 13, 2020, 05:27:23 am by NecusX
Re: add004 messing up commands
#2  January 12, 2020, 09:25:36 pm
  • ***
    • Greece
delete the statedef - 1 code from add004pie.ini so that the patcher will not add that code that breaks the character at cmd file under statedef - 1.Then add the code manually without using add004 patcher under statedef - 1.
Re: add004 messing up commands
#3  January 12, 2020, 10:43:05 pm
  • **
  • BOOM!
  • I'm a magen dade who knows how to code somewhat
    • USA
Thanks, it did fix some characters but some not, for instance yashiro although he worked originally and he also have statedef -1

Library error message: Died parsing command = "?W?F?b?g?J?E?g?^?[1"

Error detected.

Undefined command label: "command".
If not misspelling in CNS, check CMD
Error parsing trigger1, 2
Error parsing [state a]
Error in [Statedef 1000]
Error in Yashiro_Nanakase.cns:3774
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/yashiro-kofa/yashiro-kofa.def
Error loading p1

Clipboard tail:
Game loop init
Versus screen init
End of versus screen loop
Game loop deinit
Gameflow 11
Loading match assets...
Loading stage...
Info: stage Cathedral loading in pre-1.0 compatible mode
  Loading BG...OK
Stage loaded OK
Setting game resolution 850x638...OK
  Allocating helpers...OK
Match RNG seed: 1416546133
Reset persist vars team 0
Reset persist vars team 1
Loading character chars/yashiro-kofa/yashiro-kofa.def...
  Loading info...OK
  Loading cmd command set Yashiro_Nanakase.cmd...OK
  Loading cns Yashiro_Nanakase.cns...Freeing player RC Yashiro
Character yashiro-kofa.def failed to load
That will happen to you if you don't wear your seat belts, so make sure to wear your seat belts.
Re: add004 messing up commands
#4  January 12, 2020, 10:57:43 pm
  • ***
    • Greece
If you have problems with a character the best way to fix them is add the codes manually. Open add004pie.ini copy each code from statedef - 1, statedef - 2 and animation and add them to the original coded character without using the add004 patcher.