annoying artifact error

A forum for discussing map making ideas and problems for the Myth series.
Post Reply
User avatar
Nameless
Posts: 69
Joined: Sun Aug 08, 2004 3:28 pm
Location: United States

Post by Nameless »

This probably has some simple solution but I'm trying to make a unit capable of using different spell sets like the pyro in mazz. Problem is, every time I try to load a map with the artifact myth crashes, the log says "couldn't read header for projectile definition" and "artifact definition postprocess failed" How do I fix this?
lank
Posts: 766
Joined: Tue Mar 02, 2004 1:46 am
Location: Sydney, NSW, Australia
Contact:

Post by lank »

it sounds like you need to link the artefact to a projectile (and make sure the projectile is linked to the artefact).
*toot*
User avatar
Nameless
Posts: 69
Joined: Sun Aug 08, 2004 3:28 pm
Location: United States

Post by Nameless »

I checked, my artfact has a projectile tag and the projectile has the correct artifact tag...
lank
Posts: 766
Joined: Tue Mar 02, 2004 1:46 am
Location: Sydney, NSW, Australia
Contact:

Post by lank »

what was the projectile definition it wanted?

it could be that it's trying to link to a file that doesn't exist...
*toot*
Zeph
Posts: 1019
Joined: Wed Apr 13, 2005 4:57 pm
Location: Montreal

Post by Zeph »

did you asign an object tag to your projectile?
User avatar
Nameless
Posts: 69
Joined: Sun Aug 08, 2004 3:28 pm
Location: United States

Post by Nameless »

Starting mesh "Shiver"...
Error: File system Open in .\Myth2Code\definitions.c, line #499: couldn't read header for projectile definition ' '.
Error: File system Open in .\Myth2Code\definitions.c, line #584: artifact definition postprocess failed on '00 avataraC'.
Warning: Unable to find cutscene 'prologue.smk'.
Closing Myth.

This is the error from the log, I do have it linked to an object tag. I simply made a duplicate of the "19 lightning key" proj. renamed it and switched the artifact tag to my artifact. Then I went to the artifact and linked it to the projectile.
Graydon
Posts: 1605
Joined: Sun Mar 21, 2004 5:10 pm

Post by Graydon »

did you place the artifact on the map?
Image
User avatar
Nameless
Posts: 69
Joined: Sun Aug 08, 2004 3:28 pm
Location: United States

Post by Nameless »

Yes, I did. If someone would like to give a list of things to check for I can go through it and indicate what Ive already done.
User avatar
Nameless
Posts: 69
Joined: Sun Aug 08, 2004 3:28 pm
Location: United States

Post by Nameless »

..could really use some help here.

Starting mesh "Shiver"...
Error: File system Open in .\Myth2Code\definitions.c, line #499: couldn't read header for projectile definition ' '.
Error: File system Open in .\Myth2Code\definitions.c, line #584: artifact definition postprocess failed on '00 avataraC'.
Warning: Unable to find cutscene 'prologue.smk'.
Closing Myth.

Everything is properly linked, Artifact is on map, still wont work...
User avatar
ozone
Posts: 744
Joined: Wed Mar 24, 2004 5:05 pm

Post by ozone »

the projectile isnt failing the artifact is...

make sure you set the arts projectile to the right one or make sure it isnt linked at all...

it seems like its linked to a projectile with an empty header.. because of this ' ' in the first error
do it.
Post Reply