Jump to content

Anything that will mass-delete monsters?


Recommended Posts

I have a slaughterfest/invasion wad that I really like (invasion uac, the french one) and even with the fast weapons and unlimited ammo you get in single player, the maps are a chore. Can I somehow delete 90% of the monsters in a map without having to be able to do it by hand? Or can I kill all monsters of a single type with the kill command in zdoom? Or somehow just some kill command that doesn't kill every single thing?

Share this post


Link to post
invictius said:

Can I somehow delete 90% of the monsters in a map without having to be able to do it by hand?

Yes. You can write a monster randomizer in DECORATE for each monster type, that will spawn the respective monster only X % of the time, otherwise do nothing and disappear.

invictius said:

Or can I kill all monsters of a single type with the kill command in zdoom?

Yes. Type "kill <classname>" into the console, where <classname> is a monster type. See here for monster classnames in Doom.

Share this post


Link to post
scifista42 said:

Yes. You can write a monster randomizer in DECORATE for each monster type, that will spawn the respective monster only X % of the time, otherwise do nothing and disappear.


DropItem "BaronOfHell", 64, 1

Is a 1 in 64 chance of spawning a baron?

Share this post


Link to post

No, it's a 64 in 256 chance of spawning a baron. And beware that this only works if the spawner inherits from RandomSpawner class.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...