What monsters are unaffected by "kill monsters" CCMD?
-
- Posts: 508
- Joined: Sat Aug 19, 2017 11:52 pm
- Graphics Processor: nVidia (Modern GZDoom)
What monsters are unaffected by "kill monsters" CCMD?
I noticed that on some maps in Hexen some monsters are unaffected by this command. Could someone tell me, please, how it is achieved and what for?
-
-
- Posts: 26439
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: What monsters are unaffected by "kill monsters" CCMD?
Are you sure that the monsters are unaffected? Hexen has several maps with scripts that re-stock the map by spawning new monsters.
-
- Posts: 508
- Joined: Sat Aug 19, 2017 11:52 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: What monsters are unaffected by "kill monsters" CCMD?
Yes, quite sure. Actually, I now even know why they are. The first time I looked at them I missed that they have DORMANT flag — even though I examined them with "info" CCMD, I somehow overlooked it. Now I took a look at them again and noticed it. Then that they are unaffected makes sense, since dormant actors don't take damage, and "kill" CCMD just deals a ton of damage.
-
-
- Posts: 26439
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: What monsters are unaffected by "kill monsters" CCMD?
Yeah, I actually just had that thought myself. The dormant flag does indeed prevent "kill monsters" affecting them.