Tremulous Forum
Media => Mapping Center => Topic started by: Evoc on August 06, 2008, 07:19:34 pm
-
Hey, Evoc again.
For my map, I am borrowing the primary light shader used in Tremor (the one used on all of the walls, in all the light fixtures, etc - take a look around Tremor and you'll see what I mean).
Except, the thing is, when I import the shader into my map, and use it (it's part of the Titan texture set), it doesn't appear as bright as it does in Tremor.
It does emit light, and I know I am using the shader for sure (white line around it in texture browser), but if I compare both maps side by side, for some reason it looks brighter in Tremor, and I confirmed this by adding Tremor's "light flicker" shader, and that emitted the same amount of light as it did in Tremor, yet the non-flickering normal one does not emit as much light as it does in Tremor.
Why does this happen, and how can I fix this?
-
Copy the light shader to your own mymap.shader and make it brighter.
-
Or use -scale for q3map2. This is what was probably used for tremor.
-
-scale is a decrepid solution for a problem that should be solved in the map itself, not via a compile switch.
-
-scale is the same as making your lights brighter manually, since that's what it does for you.
-
-scale is the same as making your lights brighter manually, since that's what it does for you.
Exactly.
-
If I remember correctly, if you look at tremor.map there are point lights placed under each fixture. However, the easier way would be to copy over the shader and edit the surfacelight value.
-
-scale is the same as making your lights brighter manually, since that's what it does for you.
Exactly.
Except you don't have to edit each and every shader light you have or modify each and every point light.
-
-scale is the same as making your lights brighter manually, since that's what it does for you.
Exactly.
Except you don't have to edit each and every shader light you have or modify each and every point light.
If you need -scale it means the lighting on your map is broken. It means you have to fix the lighting on your map, by editing the lighting in your map by hand. Using switches like -scale or -gamma is just a very crude solution that really should be avoided.