LittlePsycho Posted February 8, 2011 I don't know if there are other threads about this topic, but how can I get Heretic monsters in hexen? I am a newbie in editing, but could someone tell me how to do it? I read something about copying heretic sprites to hexen, but I don't really know how this works... I also read that I don't have to do this because with zdoom you are able to just spawn these monsters.... My main idea is to create Heretic and Hexen monsters (with Doom Builder) by just adding them as things, if this is possible... 0 Share this post Link to post
Gez Posted February 9, 2011 You need to provide the sprites and sounds that the monsters use. Then you also need to give them an editor number. For that, the easiest way is to use RandomSpawners with just one item: Actor Gargoyle : RandomSpawner 7001 { DropItem "HereticImp" } Actor FireGargoyle : RandomSpawner 7002 { DropItem "HereticImpLeader" } And so on for all monsters you want to use. Put that in a DECORATE lump. 0 Share this post Link to post