YesNoOk
avatar

Character error in Mugen 1.0 (Read 26760 times)

Started by frostedone, February 20, 2011, 10:34:58 am
Share this topic:
Character error in Mugen 1.0
#1  February 20, 2011, 10:34:58 am
  • avatar
  • *
I get this error when trying to use certain characters in Mugen 1.0.

"
Character mugenversion is newer than this version of M.U.G.E.N.

"

Mugen 1.0 is the newest version though. Should I edit the CNS file or something? Please help, and thanks a lot.
Re: Character error in Mugen 1.0
#2  February 20, 2011, 11:17:38 am
  • avatar
  • ****
Yeah it mens there is something wrong in the CNS.
Maybe the character is for winmugen or it's not good, or someone has messed with the CNS. Did You try and edit the character.
Re: Character error in Mugen 1.0
#3  February 20, 2011, 05:04:53 pm
  • avatar
  • *
No I did not try to edit it yet. The character is a Sephiroth I found online.
Re: Character error in Mugen 1.0
#4  February 20, 2011, 05:49:15 pm
  • **
  • Enigma
Check .DEF and search parameter "mugeversion"
put
mugenversion = 1.0

Como Hacia Hitler Mijo
Re: Character error in Mugen 1.0
#5  February 20, 2011, 11:54:27 pm
  • avatar
  • *
I did that and I got further but now I have a new error once I start a match with him:

Error message:
Error in [Statedef 170]
Error in seph.cns
Error loading chars/seph/seph.def
Error while precaching
Error in [Statedef 170]
Error in seph.cns
Error loading chars/seph/seph.def
Error while precaching
Error in [Statedef 170]
Error in seph.cns
Error loading chars/seph/seph.def
Error loading p1

The character is Gulthor's Sephiroth.

Using Fighter Factory the 170 statedef is this:

;---------------------------------------------------------------------------
[Statedef 170]
type = S
ctrl = 0
anim = 5300
velset = 0,0,0

[State 170, 1]
type = NotHitBy
trigger1 = Time >= 0
value = SCA
time = 1

;---------------------------------------------------------------------------
Last Edit: February 21, 2011, 12:00:35 am by frostedone

2OS

Re: Character error in Mugen 1.0
#6  February 21, 2011, 12:07:03 am
  • ****
  • 608 Wannabe
  • Ich schicke dich zur HOELLE!! STIRB DU FEIGLING!!
    • Egypt
Check .DEF and search parameter "mugeversion"
put
mugenversion = 1.0
VERY bad idea

You're better off REMOVING this

Gulthor isn't exactly quality, I wouldn't update his shit to 1.0, or......at all really


As for your first error, it should at LEAST specify what statedef is ""newer than this version of mugen"", setting ""1.0"" won't make it go away, it probably just encountered a z axis offset in 170 before reaching your other error [ Code is read from top to bottom, the first error encountered will be displayed first, they display 1 by 1 ]


REPLY TO YOUR EDIT — My above theory was correct, there is a z axis offset in statedef 170, please REMOVE ""mugenversion = 1.0"" from your .DEF

Then reply with more detail about your first error [ what statedef and etc. ( If it tells you that, which, it should ) ]
Last Edit: February 21, 2011, 12:12:23 am by 2OS
Re: Character error in Mugen 1.0
#7  February 21, 2011, 12:23:20 am
  • avatar
  • *
Removing the "Mugen Version" line from the def file solved the problem! Thanks a lot.

I am using his Sephiroth because it is the only one that I know of. Are there alternatives?