Error when converting JSHomer for Mugen 1.0

Miru

Well-known member
I am trying to turn Team S.M.R.T.'s Homer Simpson into a Mugen 1.0 compatible character. I have done all the required steps, but when I try to use him, it gives me an error box. The error box reads

Error detected.

Error in [Statedef 181]
Error in homer.cns:352
Character mugenversion is older than this version of M.U.G.E.N.
Error loading chars/jshomer2.3/jshomer2.3.def
Error loading p1

Clipboard tail:
Entering versus screen.
Unloading match assets
Freeing players
Game loop init
Versus screen init
End of versus screen loop
Game loop deinit
Gameflow 11
Loading match assets...
Loading stage...
  Loading BG...OK
Stage loaded OK
  Allocating helpers...OK
Match RNG seed: 40143224
Reset persist vars team 1
Loading character chars/jshomer2.3/jshomer2.3.def...
  Loading info...OK
  Loading cmd command set homer-brutalAI.cmd...OK
  Loading cns homer.cns...Freeing player RC Homer J Simpson...CMD...CNS...SFF...AIR...SND...Misc...OK
Character jshomer2.3.def failed to load

Even though I've changed the version number, added winquotes, et ecetra. Could someone help me?
 
Here you go.

;***************************************************************************;
;******************* Created in Fighter Factory Ultimate *******************;
;*******************      http://www.virtualltek.com    *******************;
;***************************************************************************;

[Info]
name = "Homer J Simpson"
displayname = "Homer Simpson"
versiondate = 07,28,2003
mugenversion = 1.0
author = "Warner el Tochix"
pal.defaults = 1,2,3,4,5
localcoord= 320x240

[Files]
sprite = Homer.sff
anim = homer.air
sound = homer.snd
cmd = homer-brutalAI.cmd
cns = homer.cns
stcommon = common1.cns
st = homer.cns
st1 = homer-special.cns
st2 = homer-super.cns
st3 = homer-common.cns
pal1 = default.act
pal2 = homer01.act
pal3 = homer02.act
pal4 = homer03.act
pal5 = homer04.act
pal6 = homer05.act
pal7 = homer06.act
pal8 = homer07.act
pal9 = homer08.act

[Pallete Keymap]
a=1
b=2
c=3
x=4
y=5
z=6
a2=7
b2=8
c2=9

[Arcade]
intro.storyboard =
ending.storyboard =
 
O Ilusionista said:
Are you running this char in Mugen 1.0 or Winmugen? this char runs only in Mugen 1.0.
And localcoord should be 320,240 not 320x240

I am running in 1.0, and have finished that step. Now it says "error in statedef 181" when I try to run him. This doesn't happen on the Winmugen version. What's happening here?
 
Ok:

; Victory 1 - Evil Homer
[Statedef 181]
type = S
ctrl = 0
anim = 181
velset = 0,0,0

Also, when I run him in Mugen 1.1, he still has the first error I mentioned happen.
 
Fixed that problem. I've also added compatibility for shock and burn, and will soon add freeze, Midnight Bliss, and fatalities. Will also throw in Pharaoh's Curse, flattened, cut in half, and other effects eventually, as well as a few new moves.
 
Back
Top Bottom