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

How do I use colored lightning in Doombuilder?

Recommended Posts

I tried to look for a a way to do it and I found a Youtube tutorial but the music in the background of the video was louder than the guy talking. Also, how do you make textures scroll in-game?

Share this post


Link to post

You have to be either on the ZDoom, Hexen, Heretic, UDMF or Skulltag building mode to do that.

MeetyourUnmaker said:

Also, how do you make textures scroll in-game?

In the Doom/Doom 2 building mode there's a linedef function that's called "Scroll Textures".

Just add that property to the linedef.

Share this post


Link to post
Crasger said:

You have to be either on the ZDoom, Hexen, Heretic, UDMF or Skulltag building mode to do that.

Thou shalt not mix games, engines, and map formats.

Share this post


Link to post
Crasger said:

You have to be either on the ZDoom, Hexen, Heretic, UDMF or Skulltag building mode to do that.


In the Doom/Doom 2 building mode there's a linedef function that's called "Scroll Textures".

Just add that property to the linedef.



I am mapping in Zdoom but I don't really see how I add colored lighting.

Share this post


Link to post

You need to do an ACS script.
I think its

SCRIPT 1 OPEN{

sector_SetColor (Tag, Red, Green, Blue)

}
The last time I mapped in Doom Builder was earlier in 2012, so I THINK this is it

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
×