Doom Builder Tutorials - Colored Lighting

Publié le: 19 mai 2009
sur la chaîne: 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);
}


Sur cette page du site, vous pouvez voir la vidéo en ligne Doom Builder Tutorials - Colored Lighting durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur JaundiceJaun 19 mai 2009, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 5,693 fois et il a aimé 45 téléspectateurs. Bon visionnage!