Colored Lighting Usage?

Archive of the old editing forum
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.
Locked
User avatar
Mav3r1ck
Posts: 262
Joined: Thu Jul 16, 2015 11:09 pm

Colored Lighting Usage?

Post by Mav3r1ck »

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.
User avatar
Rachael
Posts: 13946
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Colored Lighting Usage?

Post by Rachael »

If you're using UDMF it's far FAR better to set the sector colors directly in GZDB.
User avatar
Mav3r1ck
Posts: 262
Joined: Thu Jul 16, 2015 11:09 pm

Re: Colored Lighting Usage?

Post by Mav3r1ck »

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.
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: Colored Lighting Usage?

Post by Nevander »

Rachael wrote:it's far FAR better to set the sector colors directly in GZDB.
Quoted for infinity truth.

I started my project with Hexen format and scripting but quickly switched to UDMF and this was the best thing about the switch.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49230
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Colored Lighting Usage?

Post by Graf Zahl »

Both ends up in the same internal variables anyway so it's merely a question of editing comfort.
User avatar
Mav3r1ck
Posts: 262
Joined: Thu Jul 16, 2015 11:09 pm

Re: Colored Lighting Usage?

Post by Mav3r1ck »

Graf Zahl wrote:Both ends up in the same internal variables anyway so it's merely a question of editing comfort.
Will Doom 64 colored lighting be implemented in GZDoom in the future?
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: Colored Lighting Usage?

Post by Nevander »

Mav3r1ck wrote: Will Doom 64 colored lighting be implemented in GZDoom in the future?
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.

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.
User avatar
Rachael
Posts: 13946
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Colored Lighting Usage?

Post by Rachael »

Nevander wrote:I'd love to see this happen. Surely those color properties are accessible to ACS.
This is what the feature suggestions forum is for. :P
User avatar
Mav3r1ck
Posts: 262
Joined: Thu Jul 16, 2015 11:09 pm

Re: Colored Lighting Usage?

Post by Mav3r1ck »

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.
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: Colored Lighting Usage?

Post by Nevander »

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.
Locked

Return to “Editing (Archive)”