Doom Builder Tutorials - Colored Lighting

Published: 19 May 2009
on channel: JaundiceJaun
5,693
45

In this tutorial I explain how to make a basic ZDoom script to implement colored lighting to your sectors.

Here's the script in case you couldn't see it in the video:

#include "zcommon.acs"
script 1 OPEN
{
Sector_SetColor (const:1, 255, 0, 0);
Sector_SetColor (const:2, 0, 255, 0);
Sector_SetColor (const:3, 0, 0, 255);
}


On this page of the site you can watch the video online Doom Builder Tutorials - Colored Lighting with a duration of hours minute second in good quality, which was uploaded by the user JaundiceJaun 19 May 2009, share the link with friends and acquaintances, this video has already been watched 5,693 times on youtube and it was liked by 45 viewers. Enjoy your viewing!