YesNoOk
avatar

Character mugenversion is older than this version of M.U.G.E.N. (Read 1237 times)

Started by xXNewerthXx, January 06, 2013, 05:49:12 pm
Share this topic:
Character mugenversion is older than this version of M.U.G.E.N.
#1  January 06, 2013, 05:49:12 pm
  • **

  • Online
Hi im using mugen 1.0 and im trying to figure it out why the character keep crashing when i add specific win quotes.

Let say i got 1-4 win quotes and 4 is the special win quote for Vergil(m-ism patched).

Code:
[State Victory Quote]
type = victoryquote
trigger1 = enemy,p2name != "Dante"
value = 1+(random%4)

[State Victory Quote]
type = victoryquote
trigger1 = enemy,p2name = "Dante"
value = 4

But got this error :???:

Quote
Error message: Controller not valid for mugenversion of character: victoryquote
Error parsing [State Victory Quote]
Error in [Statedef -3]
Error in m-ism/vergil.cns
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/vergil/vergil_AI.def
Error loading p1

Any solution for this please.

Xan

Re: Character mugenversion is older than this version of M.U.G.E.N.
#2  January 06, 2013, 05:57:12 pm
  • ******
  • I am light.
    • Skype - Istillhasnoname
Maybe the version number should be changed to 1.0?
MY YOUTUBE || MY TUMBLR

Xan is always lovable
Is finding MUGEN to be more enjoyable to play when you're not wearing clothes an underrated opinion?
Re: Character mugenversion is older than this version of M.U.G.E.N.
#3  January 06, 2013, 06:03:37 pm
  • **

  • Online
How to do that?

Xan

Re: Character mugenversion is older than this version of M.U.G.E.N.
#4  January 06, 2013, 06:05:13 pm
  • ******
  • I am light.
    • Skype - Istillhasnoname
In the DEF file, there should be a line that says "Mugenversion" or something. Change the numbers next to it to 1.0.
MY YOUTUBE || MY TUMBLR

Xan is always lovable
Is finding MUGEN to be more enjoyable to play when you're not wearing clothes an underrated opinion?
Re: Character mugenversion is older than this version of M.U.G.E.N.
#5  January 06, 2013, 06:14:23 pm
  • **

  • Online
Thanks it works my mugen not crashing but the win quotes is not working. It just use random win quotes,Is my codes wrong?

Xan

Re: Character mugenversion is older than this version of M.U.G.E.N.
#6  January 06, 2013, 06:16:48 pm
  • ******
  • I am light.
    • Skype - Istillhasnoname
I can't help you with that. My coding knowledge is awful.
MY YOUTUBE || MY TUMBLR

Xan is always lovable
Is finding MUGEN to be more enjoyable to play when you're not wearing clothes an underrated opinion?
Re: Character mugenversion is older than this version of M.U.G.E.N.
#7  January 06, 2013, 06:20:08 pm
  • **

  • Online
Well too bad anyway thanks for the help.