Jump to content
  • 0

How to create thing categories inside Doom builder 2?


hardcore_gamer

Question

By default the stuff I create just appears inside the decorate section but after a while this causes things to become bloated there. Is there some way to create custom categories for my stuff to make it easier to find what I need?

Share this post


Link to post

8 answers to this question

Recommended Posts

  • 1
42 minutes ago, hardcore_gamer said:

Isn't there a much more simple way to do this? I have forgotten the method but I could have sworn that merely adding something to the actor definitions inside their decorate file was enough to create custom categories.

You mean Categories inside the editor itself ?, you can use this :

 

Actor MyActor

{
//$Category EvilMonsters
//$Title dmg_64

.

.

.

.

.

.

 

Category defines the custom category to put your actor in, and Title gives it a custom title different than it's actor name, your actor however must have a DoomEdNum.

Edited by dmg_64

Share this post


Link to post
  • 0

You can do the following for better resource management:

 

1. Create a folder and name it DECORATE

2. Within it, you create your categories of definitions (or individual definitions, if that suits you). Each will be a text file with your definitions.

3. Outside your DECORATE folder you create a text file named DECORATE.txt. In this, you list all the individual file names in your DECORATE folder using the following format:

#include "Decorate/[FileName].txt"

Share this post


Link to post
  • 0

Isn't there a much more simple way to do this? I have forgotten the method but I could have sworn that merely adding something to the actor definitions inside their decorate file was enough to create custom categories.

Share this post


Link to post
  • 0
30 minutes ago, hardcore_gamer said:

Isn't there a much more simple way to do this?

I'm not aware of an alternative method, but perhaps there is one.

Share this post


Link to post
  • 0
2 hours ago, dmg_64 said:

You mean Categories inside the editor itself ?, you can use this :

 

Actor MyActor

{
//$Category EvilMonsters
//$Title dmg_64

.

 

Category defines the custom category to put your actor in, and Title gives it a custom title different than it's actor name, your actor however must have a DoomEdNum.

You can create a single level of subfolder too this way, e.g.:

 

//$Category Monsters/EvilMonsters

 

If you use the names of the already existing folders in Doom Builder they'll show up in there too.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...