HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Model Crashes WE?

11-22-2004, 10:24 PM#1
DarkBasilisk
I can't figure it out, it runs perfectly in wc3 viewer but crashes the second I try to use it in the editor :\ Like my other problem putting the mdl up incase one of you guys can figure it out.
11-22-2004, 11:38 PM#2
Oinkerwinkle
Remove the GlobalSeqId 0 lines. That is for a global sequence, which you do not have defined. If you were trying to make one, then I can explain what you did wrong.
Here is the MDX I edited and tested in game.
11-22-2004, 11:49 PM#3
DarkBasilisk
Quote:
Originally Posted by Oinkerwinkle
Remove the GlobalSeqId 0 lines. That is for a global sequence, which you do not have defined. If you were trying to make one, then I can explain what you did wrong.
Here is the MDX I edited and tested in game.

Thanks that worked, guess thats what i get for trying to cut and paste things from other models.