YesNoOk
avatar

CNS error (Read 193 times)

Started by shadowmatt1, August 12, 2013, 08:11:21 pm
Share this topic:
CNS error
#1  August 12, 2013, 08:11:21 pm
  • *
    • USA
    • shendamere101@aol.com
Hello!

While testing my character in MUGEN 1.0, i get this error:

And if it helps, i used Fighter factory 3.

Thanks in advance!

     Posted: August 12, 2013, 08:12:11 pm
sorry, i forgot to post image. here it is: http://prntscr.com/1kuqru
Re: CNS error
#2  August 12, 2013, 08:21:40 pm
  • ****
  • Target Acquired.
    • Ukraine
    • mugencoder.com
Check your character's .def file and the path. It should be relative to your character's folder. If that CNS file is the root of your character's folder, then you would just list it as "whatever.cns." If that doesn't work, then post your .def so we can see.

-[Все слова это только слова.]-
Re: CNS error
#3  August 13, 2013, 02:08:19 am
  • *
    • USA
    • shendamere101@aol.com
Sorry for the late reply. I have tried what you said, and it still doesn't work.

This is my .def:
[Info]
name = "schoolman"        ;Name of character
displayname = "schoolman" ;Name of character to display
versiondate = 8,12,2013   ;Version date of character
mugenversion = 1.0  ;Version of M.U.G.E.N character works on
author = "KINGMAN"      ;Character author name
pal.defaults = 1,2,3,4  ;Default palettes in order of preference

; Files for the player
[Files]
cmd     = schoolman.cmd   ;Command set
cns     = schoolman.cns   ;Constants
st      = schoolman.cns   ;States
stcommon = common1.cns ;Common states
sprite  = schoolman.sff   ;Sprite
anim    = schoolman.air   ;Animation
;sound  =   ;Sound
;pal1   = player.act   ;Palettes (can have up to 12)
;pal2   =
;pal3   =
;pal4   =
;pal5   =
;pal6   =
;pal7   =
;pal8   =
;pal9   =
;pal10  =
;pal11  =
;pal12  =

And I have gotten my character in the game before, twice. after I did the punching animations and kicking animations, that is when this error started happening.