doom12 Posted June 29, 2015 how do you make custom monsters using existing models but with different skin and health. for some reason the game says unknown spawn class. even when loading it on the editor so i can put the monster in it does not show. how can i fix this? 0 Share this post Link to post
Caffeine Freak Posted June 30, 2015 Are you creating custom .DEF files for the new monster you want? If you want a new monster that uses existing monster assets, the first step would be to create a new .DEF file entry and replace all the old monster name instances with whatever the name is of the new monster. 0 Share this post Link to post
doom12 Posted July 1, 2015 i did create def file for a different color imp that was weaker. the skins and dds was in as well. for some reason it would give me a "unknown spawn class"..... on a different note. do you know what malloc failure 22348952 is? 0 Share this post Link to post
Caffeine Freak Posted July 11, 2015 That is a memory issue---it basically happens when a program tries to allocate new memory for itself that isn't available, or that the system hasn't made available to it. It isn't specific to Doom 3. I would need a step by step breakdown of what you're doing to create the new monster in order to give more in depth advice. 0 Share this post Link to post
doom12 Posted July 11, 2015 what I did was copy the def file for the imp and replace any mention of the name with impling. I did not want to rename the model names as i want to use the existing model. then in the mtr file i did a similar thing where to replace any mention of imp with impling. and changed the skin name it used to give it a green color. back at the def file i also lesson the health of the custom monster. but when i load it into the game. the consol says class name unknown. 0 Share this post Link to post