Can someone please tell me what the dynamic light object 9083 is supposed to do?
According to the documentation it is a "sector light" and accepts the usual parameters of RGB and a final one of "scale". However, after trying all sorts of things, I can't really figure out wht the item is really supposed to do or exactly how the "scale" parameter affects it. It sounds like it should be a really useful thing, but until I can work out exactly how it behaves I can't use it. Everything I've done so far gave me unexpected (from my POV) results. Any clues?
9083 - sector light What does it do?
Moderator: Graf Zahl
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
-
- Posts: 120
- Joined: Wed Aug 31, 2005 6:23
- Location: Somewhere
- Contact:
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
Well, I gave Timmie a link to this thread so either he will post an explanation or I will. However...Nash wrote:Hope you can post it here, Enjay. =)
Hmm... that does perhaps seem to fit with what I have experienced. Seems kind of pointless and disappointing too. Surely the same effect could be achieved with the other objects just as easily.SlayeR wrote:I think it's meant to be a light that gets it's size from the sectors light level (with 'scale' being a scaling factor of some sort).

-
- Posts: 130
- Joined: Sat Oct 08, 2005 19:22
Sounds like something similar to the way that in Doomsday, individual lights can be configured so that their brightness, scale and color changes depending on the RGB color of the sector they are in.
For example, a light decoration attached to a flat eg CEIL1_2 can be setup so that the amount of light increases with sector light. Obviously this means the light would appear to dim as the sector light level reduces, without scripting or anything else.
I would imagine timmie did it like this so that none of; ACS, DECORATE or Hexen map format is a requirement.
For example, a light decoration attached to a flat eg CEIL1_2 can be setup so that the amount of light increases with sector light. Obviously this means the light would appear to dim as the sector light level reduces, without scripting or anything else.
I would imagine timmie did it like this so that none of; ACS, DECORATE or Hexen map format is a requirement.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
-
- Posts: 15
- Joined: Tue Sep 27, 2005 9:26
- Location: Vancouver, BC
- Contact:
This is exactly what it's for, although it doesn't take the color from the sector, only the light level. The scale parameter is to scale the light level taken from the sector. Basically, it's supposed to be an easy way to add highlights to a sector without having to script the intensity of a light. They weren't really intended as a primary light source.DaniJ wrote:Sounds like something similar to the way that in Doomsday, individual lights can be configured so that their brightness, scale and color changes depending on the RGB color of the sector they are in.
For example, a light decoration attached to a flat eg CEIL1_2 can be setup so that the amount of light increases with sector light. Obviously this means the light would appear to dim as the sector light level reduces, without scripting or anything else.
I would imagine timmie did it like this so that none of; ACS, DECORATE or Hexen map format is a requirement.