Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Juiche

Adding custom monsters to invasion map

Recommended Posts

I have downloaded monsters from realm 667. And I add them to my wad writing thing number. But now I'm making invasion map. How I can add custom monsters invasion spawner?

Share this post


Link to post

you will need to make a new thing using DECORATE.

in your DECORATE lump (if you dont have one, make one), make an actor like this:

ACTOR <<<insert spawner name here>>> : custommonsterinvasionspot <<<any DOOMED number here>>>
{
game DOOM
dropitem "<<<custom monster name here>>>"
}

you can add several different monsters to one custom invasion spawner, just add as many dropitem fields as you want then it will randomly pick one of them whenever it spawns something.

make sure the DOOMED number is a number that has not yet been used.
then, when you ope your map in doom builder or doom builder 2, add a thing, when finding the thing you want to add, it should be found under the DECORATE "folder". then just place it like you would any other monster invasion spot.

Share this post


Link to post

it usually isnt nessecary, but i believe it stops the thing (basically "deletes" it) if the wad is loaded in, say, hexen. the thing will only work when it loads with doom, doom 2 or either final doom.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×