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

Props from Realm667 not appearing?

Question

I've tried the //$Category thing, I've tried inputting the ID directly, I've even tried summoning, which doesn't work. Why doesn't Doombuilder recognize this god forsaken chair?!

 

Actor Chair 3031
//$Category Obstacles
{
  +FloorClip
  +Solid
  Height 30
  Radius 15 
  States
  {
  Spawn:
    CHAI A -1
    Stop
  }
}
 

Share this post


Link to post

8 answers to this question

Recommended Posts

  • 0
3 hours ago, Kek said:

I've tried the //$Category thing, I've tried inputting the ID directly, I've even tried summoning, which doesn't work. Why doesn't Doombuilder recognize this god forsaken chair?!

 

Quote

Actor Chair 3031
//$Category Obstacles
{
  +FloorClip
  etc.

 

 

Using GZDBBF.

The way you have it will display the Chair in User Defined.

 

If you move //$Category Obstacles following the opening brace

 

Quote

 

Actor Chair 3031
{
   //$Category Obstacles

  +FloorClip

etc.

 

 

then the  Chair appears in Obstacles.

Share this post


Link to post
  • 0
1 hour ago, Kappes Buur said:

 

Using GZDBBF.

The way you have it will display the Chair in User Defined.

 

If you move //$Category Obstacles following the opening brace

 

 

then the  Chair appears in Obstacles.

It seems that it doesn't help. :-/

It still doesn't recognize the actor. Any other suggestions?

Share this post


Link to post
  • 0

Well, I tried it again.

Now the location of //$Category Obstacles doesn't seem to matter, I get the same result in either case

 

Spoiler

D128XA8.png

 

Spoiler

6nuc8OC.png

 

Share this post


Link to post
  • 0
10 hours ago, Kappes Buur said:

Well, I tried it again.

Now the location of //$Category Obstacles doesn't seem to matter, I get the same result in either case

 

  Hide contents

D128XA8.png

 

  Hide contents

6nuc8OC.png

 

That's... Mildy infuriating. I guess I'll keep messing with it, something's gotta work eventually.

Share this post


Link to post
  • 0

You can edit DECORATE in GZDoom Builder?  That'e new to me.

 

@Kek: Do you have the sprites in the proper namespace (between SS_START and SS_END in a wad, or in the Sprites folder in a pk3)?

Share this post


Link to post
  • 0
On 1/27/2019 at 3:32 PM, Empyre said:

You can edit DECORATE in GZDoom Builder?  That'e new to me.

 

@Kek: Do you have the sprites in the proper namespace (between SS_START and SS_END in a wad, or in the Sprites folder in a pk3)?

 

 

Yes, as far as I can tell.

 

 

Share this post


Link to post
  • 0
On 1/27/2019 at 3:32 PM, Empyre said:

You can edit DECORATE in GZDoom Builder?  That'e new to me.

 

For example:

 

Spoiler

AMvWII5.png

 

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
×