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

Hpw dp I find out Thing ID?

Recommended Posts

I am modding and cannot create a monster in doom builder 2 without knowing its thing ID.

I have XWE but don't know how to find thing ID.

How do I find the id?

Share this post


Link to post

Thanks that was helpful but I still do not know how to find the editor number for a custom monster I have made. How do I find it using XWE?

Share this post


Link to post

How do I do that? Is it defined in some kind of lump? Could I extract the text for one of the monsters, and change the name of it that way or would that not work?

Share this post


Link to post

Let's say we have a DECORATE lump inside which an actor named MyActor is defined. We want to give it an editor number (e.g. 1337). All we have to do is put a number next to its name, like this:

actor MyActor 1337
{
   // I need your properties,
   // your flags
   // and your state definitions.
}
Be sure to not use any of the already used numbers.

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
×