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

multible custom enemies using slade

Question

So ive been experimenting with custom enemies but i can only get one working how do i make multible?

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

Most of the actors from Realm667 do not have a DoomED number. You have to supply a unique number, right on top in the actor definition. The range from 15000 to 30000 is usually safe, but doublecheck.

 

If using a few actors, just append the DECORATE lumps to the bottom of your map with Slade3.

If using a lot of actors, rename the DECORATE lumps to the actor name and #include <filename> them in a new DECORATE lump. For example:

 

Quote

//Enemies
#include "actors/enemies/GT01.txt"
|:
#include "actors/enemies/Worker.txt"

from the below pwad, where actors are further split up into folders.

 

Or, use a pk3 file structure with the various namespaces and split up the Realm667 actors. For something like this, check out Enjay's Gene-TECH.

Edited by Kappes Buur : added a few links

Share this post


Link to post
  • 0

format:gzdoom UMDF

Kind of custom monsters: Mostly from realm 667

The single one that is working is the kamikaze guy and the ones that im trying to get working is ArachnorbQueen,zombiemissiletank,timeimp and blot

 

Hope this helps

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
×