YesNoOk
avatar

add004 messed up a character's commands/states (Read 46187 times)

Started by Azul Crescent, March 27, 2018, 09:33:56 am
Share this topic:
add004 messed up a character's commands/states
#1  March 27, 2018, 09:33:56 am
  • ***
  • ★ Graphical Enthusiast ★
    • Japan
So i recently applied add004 to my mugen and all my characters, so far nothing's gone wrong.

But i just tried playing Yuuki Terumi by Susanoo-no-Mikoto, and i get a command error that i never got before, and the error specifically states add004. Heres the error:

Code:
Can't find file logo.defUndefined command label: "command".
If not misspelling in CNS, check CMD
Error parsing trigger1, 1
Error parsing [State 0, ChangeAnim]
Error in [Statedef 240]
Error in add004basic.reb1:2389
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/Games/BlazBlue/YTerumi/YTerumi.def
Error loading p1

Idk wth logo.def is, but that error randomly appears in ANYTHING that has errors and even can appear by itself, causing a error/crash for unknown reasons.

But anyway, there seems to be alot going on here. Did add004 maybe just mess up patching him and i have to just-repatch him?

Thanks in advanced!

Edit: It messed up another character, Weiss by Michaelarmaros.

Code:
Can't find file logo.defUndefined command label: "command".
If not misspelling in CNS, check CMD
Error parsing trigger1, 1
Error parsing [State ]
Error in [Statedef 1300]
Error in add004basic.reb1:2951
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/Games/Arcana Heart/Weiss/Weiss.def
Error loading p1

It's practically the same error.
Last Edit: March 27, 2018, 10:41:49 am by Chise
Re: add004 messed up a character's commands/states
#2  March 30, 2018, 05:35:50 am
  • ***
  • ★ Graphical Enthusiast ★
    • Japan
9400 views and 3 - 4 days and no response. Does nobody really know anything about add004 and its possible issues with messing up some characters?

Please, i need help with this. I've tried but i cannot fix this on my own.
Re: add004 messed up a character's commands/states
#3  April 02, 2018, 04:23:42 am
  • avatar
  • **
    • USA
Post one of those statedefs.  Like statedef 1300 in add004basic.reb1 for Weiss.

It's looking for an undefined command.  You need to know what command it's looking for and why, and then add the command (or modify the statedef) accordingly.
Re: add004 messed up a character's commands/states
#4  April 04, 2018, 02:52:21 am
  • ***
  • Secrets are just answers to the wrong questions...
  • www.newagemugen.com
    • Greece
    • sakchak322@hotmail.com
    • www.newagemugen.com
There are two things happening here - one is obvious, the 2nd is hmm...
FIRSTLY regarding the char errors - the answer is right there:

Error parsing [State 0, ChangeAnim]
Error in [Statedef 240]
Error in add004basic.reb1:2389
Character mugenversion is older than this version of M.U.G.E.N.

Error in [Statedef 1300]
Error in add004basic.reb1:2951
Character mugenversion is older than this version of M.U.G.E.N.

To fix those:

1) Change the "mugenversion" to 1.0 (if it isnt already) for both chars, or if they are made for 1.1 and already are set to 1.1, do nothing.
2) Download Notepad++, open the files
3)Find the text lines 2951 & 2389 in the two files named below:

add004basic.reb1:2951
add004basic.reb1:2389

Paste the text you find there here so I can confirm i'm right - then ill tell u what to do next.


Regarding that "Logo.def" part of the error:

- What screenpack are you using
- What are your Mugen.cfg settings (paste them if u can)
-Are you using normal, or patched Mugen 1.1
- Are you using a logo/intro
- Is there any text errors linking to a missing file anywhere in your system.def
- Have you tried adding the same character to a vanilla version of add004basic with no modifications.