Is it better to use scripted colored Lighting with excessive sector tags or colored lighting though the little window in GZDB using the colors on the computer?
I'm trying to think of an efficient way of using this feature.
Colored Lighting Usage?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Re: Colored Lighting Usage?
If you're using UDMF it's far FAR better to set the sector colors directly in GZDB.
Re: Colored Lighting Usage?
Yeah, I'm using both GZDB and UDMF.
I thought that method was better, it just seems a bit of a hassle to use scripting versus doing it directly. Then you won't have all those sector tags everywhere.
I thought that method was better, it just seems a bit of a hassle to use scripting versus doing it directly. Then you won't have all those sector tags everywhere.
Re: Colored Lighting Usage?
Quoted for infinity truth.Rachael wrote:it's far FAR better to set the sector colors directly in GZDB.
I started my project with Hexen format and scripting but quickly switched to UDMF and this was the best thing about the switch.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Colored Lighting Usage?
Both ends up in the same internal variables anyway so it's merely a question of editing comfort.
Re: Colored Lighting Usage?
Will Doom 64 colored lighting be implemented in GZDoom in the future?Graf Zahl wrote:Both ends up in the same internal variables anyway so it's merely a question of editing comfort.
Re: Colored Lighting Usage?
It kind of is already but I don't think it's fully complete. As far as I know the colors cannot be changed with ACS once set nor be faded to new colors or the different pegging and flip flags added. That's one thing holding me back from doing them in my TC now.Mav3r1ck wrote: Will Doom 64 colored lighting be implemented in GZDoom in the future?
It would be nice to have specials for changing them independantly. Something like...
SetSectorColor(int field, int red, int green, int blue, bool fade);
Where field is 0 to change all properties at once, 1 is floor, 2 is ceiling, 3 is upper wall, 4 is lower wall, and 5 is things. And of course if fade is 1, it would gradually interpolate between the old and new colors.
I'd love to see this happen. Surely those color properties are accessible to ACS.
Re: Colored Lighting Usage?
This is what the feature suggestions forum is for.Nevander wrote:I'd love to see this happen. Surely those color properties are accessible to ACS.

Re: Colored Lighting Usage?
While this topic is still fresh.
Why is it that the lighting in Doom 64 seems much brighter than Doom? It almost looks as if it's all addictive lighting combined with colored lighting.
Why is it that the lighting in Doom 64 seems much brighter than Doom? It almost looks as if it's all addictive lighting combined with colored lighting.
Re: Colored Lighting Usage?
Doom 64 does use additive lighting and regular together, usually to enhance the effect of the lighting. I don't think GZDoom can do this at all yet, although the GEC Master Edition dudes figured it all out somehow.