Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
trooper077

Help with making a Invasion map

Recommended Posts

I have some questions on making an invasion map

1.How do I put a wave cap on a level( Example wave 1 out of 7)
2.How do I add custom monsters so that they'll summon in waves

Share this post


Link to post

1. you'll need to make a CMPGNINF lump to set what wavelimit you want to each map. like this:

{
mapname = MAP01
gametype = invasion
wavelimit = 5
}

this will set the wavelimit on map01 to 5. obviously.

2. to make a custom monster invasion spawner, you will have to make a new entry in the DECORATE lump. like so:

actor mymonsterspawner : custommonsterspawner 32002
{
dropitem "mymonster"
}

this decorate item should have the same parameters as the other invasion spawners when you add one to the map.

this will also work for custom weapons, items, artifacts, etc.

if you need any extra examples check the Skulltag WAD/PK3.

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
Sign in to follow this  
×