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

Extra monsters?

Recommended Posts

Couldnt find anything on the forums about this...Sorry if i missed something

Is there an easy way to add extra monsters to your wad? I have XWE, just not sure how to do it. I wanted to add the bruiser demon from Realm667 and a couple others, but i dont want to screw anything up.

Share this post


Link to post

XWE--

Open your .wad / map, press some tab with "Merge" command, then pick the Bruiser demon file, okay it, there.
To use in Doom Builder, input it's ID (in Decorate Lump in the monster file) in Things and there, it'll may show as a ? but its there in game, just make sure you give it space to do stuff.

Share this post


Link to post

Even easier is using SlumpEd.
Open your map and all the monsters you want to merge, which will all appear in their own tab.
Then copy/paste all the lumps from the monster wad into your wad.
This will give you immediate visual feedback on what is happening.

Once everything is merged properly, then also consider this:

Say you have merged three monsters into your pwad,
HECTEBUS, SLIMEIMP and CRACKODEMON,
then do the following:

rename the DECORATE lump for the HECTEBUS to DEC_HECT
rename the DECORATE lump for the SLIMEIMP to DEC_SLIM
rename the DECORATE lump for the CRACKODEMON to DEC_CRAC

create a new lump called DECORATE
give it the following contents
#include "DEC_HECT"
#include "DEC_SLIM"
#include "DEC_CRAC"

Share this post


Link to post

here's a SUPER easy way:
all you do is take whatever monster in dooms orignal file and put that in a txt file called decorate.
after you got say...the baron in this case , you would take all our sprites and input them into your wad , then you would go to said decrate file and re-name all the orignal parts
like this
SPAWN:
BARON A 1 A_BOSSREADY{NOT THE REAL CODE!!!}
BARON B 1 A_BOSS SET

NOW CHANGE IT TO THIS:{PROVIDED YOU CHARICTOR NAME IS PINKI}
SPAWN:
PINKI A 1 A_BOSSREADY
PINKI A 1 A_BOSS SET

all you do is change the first part. the first title.
theen , having this done , replace the orignal monsters name it should look like this:

BARONOFHELL 8348

something like that.
all you need to do is change it to
MYACIDMAN 1111{or any number}

that is all and that's that.{lol.}

Share this post


Link to post
Guest DILDOMASTER666

Uh how is that easier than the suggestions already posted

Share this post


Link to post

JUST BE sure to use zdoom...
anyway i usually when i add new thing i suggest start with the id 90 because its empty already.

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
×