So in my recent messings in NetRadiant, I've been reading the entities' keys and such, and in the process I discovered a way to achieve dynamic lighting without using the in-game rtlight editor by setting _keepLights to 1 on the worldspawn entity, but it resulted in huge performance loss. So I did some more experimenting, and I thought I had figured out a way to have dynamic lighting where I wanted it a static lighting where I didn't want it. According to the "light" entity, setting the "nogridlight" flag stops the light entity from affecting the lightgrid, so it would only function as a dynamic light in-game without affecting the lighting calculations when the map is compiled. I checked this, and it worked. Turning off dynamic lighting caused the light in question to be totally dark. So then I needed a way to get lights that produced NO dynamic lighting but still affected the lightgrid (since a normal light will either affect both or just the lightgrid). The lightJunior entity's description claims that lightJuniors do just that; they affect ONLY the lightgrid, which I would assume to mean that they produce no dynamic lighting in-game. I checked this, and in-game, they functioned in exactly the same way as a normal light with nogridlight turned on. Turning off dynamic lighting meant the light was totally dark, and with dynamic lighting on it worked like a normal dynamic light.
This is either a bug or I'm severely misunderstanding something about how lights work (which is, I guess, possible, since I don't really have much experience in this other than the last few weeks).
Anyone here mind explaining to me what I'm not getting or confirming that there's something wrong going on?
(Also, I know there's the in-game editor for rtlights, but I'm specifically trying to see what I can do just in NetRadiant. Surely there's some way to make a light that only affects lighting when the map is compiled, but then doesn't act like a dynamic light afterward, right?)
This is either a bug or I'm severely misunderstanding something about how lights work (which is, I guess, possible, since I don't really have much experience in this other than the last few weeks).
Anyone here mind explaining to me what I'm not getting or confirming that there's something wrong going on?
(Also, I know there's the in-game editor for rtlights, but I'm specifically trying to see what I can do just in NetRadiant. Surely there's some way to make a light that only affects lighting when the map is compiled, but then doesn't act like a dynamic light afterward, right?)