Jump to content
  • 0

Problem with this Ryu


Kaze No Ken

Question

8 answers to this question

Recommended Posts

  • 0

If you don't explain the problem no one will help you.

The error message that appears when you try to use the character is this:

Error message: 
Error parsing trigger1, 1
Error parsing [State 3010, HitDef]
Error in [Statedef 3994]
Error in States-EX-1.cns
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/ff3_0/ff3_0.def
Error loading p1

Library error message: Malformed expression encountered: %1) = 0
How can I fix it?

Go to statedef 3994;

search for [state 3010, HitDef];

I searched for something like this:

%1) = 0
and I found this weird trigger:

trigger1 = Time(%1) = 0
change it to this:

trigger1 = Time%1 = 0
or

trigger1 = Time = 0
and then your character should work on Mugen 1.0.
Link to comment
Share on other sites

  • 0

It works after you do that, you're just being lazy. -_-

And I could say the same: is it so difficult to use Fighter Factory (or even Notepad) to delete two parentheses or some letters?

But after all, this character is very old and has a lot of bugs, so I don't know why you're asking for it when there are a lot of better versions out there.

Anyway, if you have another error popping up, tell me the message that appears (in case there is one), otherwise I'll just think you want others to do work for you and thus I won't help you.

Link to comment
Share on other sites

  • 0

It works after you do that, you're just being lazy. -_-

And I could say the same: is it so difficult to use Fighter Factory (or even Notepad) to delete two parentheses?

 

I repeat, does not work! I do not have this line ----> trigger1 = Time(%1) =

 

trigger1 = (Time%3) = 0

trigger1 = Time <= 85                

 
Removing the brackets does not change anything!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...