Xaechireon
Mini-Member

Posts: 94
Registered: 02-07 |
You copy the DECORATE lump (If its zDoom, which the Monster Resource wad is), or the DEHACKED lump, or whatever neccessary lump.
Sometimes certain authors create seperate DECORATE lumps, because they can all stack and not overwrite each other like DEHACKED, so you don't have to open the DECORATE lump and erase a whole bunch of text you don't need.
You can take a look at the DECORATE lump to be sure which part of it you want to keep, so if there's a like a shiny green monster, and you see this "Actor Shinygreenthing" you can try typing "Summon Shinygreenthing" (Or basically "summon <whatever you want> in the console, in ZDoom, to be sure if its the monster you want. The code works such like
code: Actor <name> : <Some shit you don't want to care about now>
{
Contents
{
More contents
}
}
Anything beyond that "}" is good for removal. However, remember, if it shoots missiles at you, make sure to keep the missile code too.
Then you can go select all the sprites you want and copy and paste them into your wad, or save them and load them.
|