YesNoOk
avatar

[SOLVED] Cable by Cloudius Error in Mugen 1.0 (Read 2503 times)

Started by XamΣeta, February 20, 2012, 05:14:41 pm
Share this topic:
[SOLVED] Cable by Cloudius Error in Mugen 1.0
#1  February 20, 2012, 05:14:41 pm
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm
So I gave him winquotes which is what was preventing the character from playing but then I got this.

Error message: Invalid format specifier in "hittime:%D,sysv7:%d"
Error parsing [state Debug Display]
Error in [statedef 299]
Error in Coding/Hyper.cns
Error loading chars/MVC2_Cable-byCloudius/MVC2_Cable-byCloudius.def
Error loading p1

Can anyone please tell me what I need to correct for the character to load in mugen 1.0?

Thanks.
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Last Edit: February 23, 2012, 04:27:00 am by MaxBeta
Re: Cable by Cloudius Error in Mugen 1.0
#2  February 21, 2012, 02:37:01 am
  • avatar
  • ****
    • Canada
    • www.mugencoder.com
In statedef 299, there is a problematic coding for the state debug display "hittime:%D, etc" is an example that mugen doesn't read this type of text. Either delete that state debug display all together or attempt to fix the text message.
Re: Cable by Cloudius Error in Mugen 1.0
#3  February 21, 2012, 12:09:13 pm
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm

Thank you.

Does anyone know the fix correction syntax for this line to be Mugen 1.0 compatible?
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Re: Cable by Cloudius Error in Mugen 1.0
#4  February 21, 2012, 04:14:49 pm
  • avatar
  • ****
    • Canada
    • www.mugencoder.com
Re: Cable by Cloudius Error in Mugen 1.0
#5  February 21, 2012, 04:50:16 pm
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm

lol Seriously? I'm totally clueless to char code syntax.

I will try that when I can get to it and report back.

Thanks for the help.
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Re: Cable by Cloudius Error in Mugen 1.0
#6  February 22, 2012, 12:43:07 am
  • ***
    • mugenmultiverse.fanbb.net/
thanx for the topic as i've wondered about getting him working too.

i tried a diff approach and put ; in front of all the statedef 299 stuff. but then the error was statedef 293. i didnt do anything with that one.
Re: Cable by Cloudius Error in Mugen 1.0
#7  February 22, 2012, 01:01:54 am
  • avatar
  • ****
    • Canada
    • www.mugencoder.com
thanx for the topic as i've wondered about getting him working too.

i tried a diff approach and put ; in front of all the statedef 299 stuff. but then the error was statedef 293. i didnt do anything with that one.

What was the error on 293?
Re: Cable by Cloudius Error in Mugen 1.0
#8  February 23, 2012, 04:11:36 am
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm
I got him to work by following SXVector's advise.

Here he is working on 1.0 against Kamekaze's Doom.



@ volzzilla
I'm positive the issue for that error has to be another case of having a uppercase "D" right after "hittime:%" for various states.

Just replace these instances with a lowercase "d" and Cable works fine on 1.0.

Its better to correct the old code rather than to omit code with semicolon.

Thanks again SXVector.

"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Last Edit: February 23, 2012, 04:30:44 am by MaxBeta
Re: [SOLVED] Cable by Cloudius Error in Mugen 1.0
#9  February 23, 2012, 06:26:26 pm
  • ***
    • mugenmultiverse.fanbb.net/
actually, my prob is probably due to the ai patch being even more buggy than original command for mugen 1.0. max, was your version the stock one with no other changes? if so, maybe i'll re-download and then apply that fix.
Re: [SOLVED] Cable by Cloudius Error in Mugen 1.0
#10  February 23, 2012, 06:55:05 pm
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm

Yessir. I'm using the stock version on 6 buttons mode.

I'm interested in that AI patch. Could you send it my way so I can test?
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja
Re: [SOLVED] Cable by Cloudius Error in Mugen 1.0
#11  February 23, 2012, 09:03:43 pm
  • avatar
  • ****
    • Canada
    • www.mugencoder.com
actually, my prob is probably due to the ai patch being even more buggy than original command for mugen 1.0. max, was your version the stock one with no other changes? if so, maybe i'll re-download and then apply that fix.

Hmm, the AI patch should not affect the state command unless it was winmugen coding or the AI patch was a bit problematic o-o
Re: [SOLVED] Cable by Cloudius Error in Mugen 1.0
#12  February 24, 2012, 01:53:07 am
  • ***
    • mugenmultiverse.fanbb.net/
well, apparently i'm doing whatever wrong as can't get the stock version to work either now after the fix. what exact state and where is it i'm editing?
Re: [SOLVED] Cable by Cloudius Error in Mugen 1.0
#13  February 24, 2012, 04:26:23 pm
  • *****
  • IG @tanooki_ninja
    • Puerto Rico
    • maxbeta.webs.com/mugen.htm
Volz,

- Open Hyper.cns with Notepad.
- On Notepad go Edit>Find>Find what:
- Find what:"hittime:%
- for every instance that you find of this simply replace a lowercase letter for any uppercase letter you may find right after the "%" and save your changes.
They should all be "D" letters that you need to switch to "d" letters if memory serves me correctly.

If you've already added winquotes to Cable and also do the above, then he should work in mugen 1.0 no problem.

Now, where can I get that AI for this char?
"We need other people in order to create the circumstances for the learning that we are here to generate" RIP Adam Yauch aka MCA
www.instagram.com/tanooki_ninja