Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Sign in to follow this  
Memerz1

How do I make the DECORATE script for a still obstacle?

Question

I'm trying to add an custom object into a wad I'm working on, and I don't know how to go about doing it. And I couldn't find anything online about this specific topic. If you could help, please let me know.

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

Here is the DECORATE code for the tech lamp:

ACTOR TechLamp 85
{
	Game Doom
	Radius 16
	Height 80
	ProjectilePassHeight -16
	+SOLID
	+USESPECIAL
	States
	{
	Spawn:
		TLMP ABCD 4 BRIGHT
		Loop
	}
}

Use it as an example.

Share this post


Link to post
  • 1
1 hour ago, Memerz1 said:

If you don't mind me asking, could you explain what everything means, or give me a link to where I can find out what it means?

https://zdoom.org/wiki/New_User's_Guide_to_editing_with_DECORATE

https://zdoom.org/wiki/Category:DECORATE_guides

 

You'd probably be most specifically looking for the guide on non-interactive decorations.

Share this post


Link to post
  • 0
43 minutes ago, Empyre said:

Here is the DECORATE code for the tech lamp:


ACTOR TechLamp 85
{
	Game Doom
	Radius 16
	Height 80
	ProjectilePassHeight -16
	+SOLID
	+USESPECIAL
	States
	{
	Spawn:
		TLMP ABCD 4 BRIGHT
		Loop
	}
}

Use it as an example.

If you don't mind me asking, could you explain what everything means, or give me a link to where I can find out what it means?

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
Sign in to follow this  
×