]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix some overbright maps when realtime world lights are enabled.
authorRudolf Polzer <divVerent@xonotic.org>
Sat, 21 Mar 2015 22:13:35 +0000 (23:13 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Sat, 21 Mar 2015 22:14:08 +0000 (23:14 +0100)
defaultXonotic.cfg

index f66dc0128bdb87059cb2a4433fb81f8f7365c75a..4f02d145e0276f7d66ae0a9036c3b9d9d6191cd2 100644 (file)
@@ -545,6 +545,7 @@ gl_picmip_other 1 // so, picmip -1 is best possible quality
 r_mipsprites 1
 r_mipskins 1
 r_shadow_realtime_world_lightmaps 1
+r_shadow_realtime_world_importlightentitiesfrommap 0 // Whether build process uses keepLights is nontransparent and may change, so better make keepLights not matter.
 cl_decals_fadetime 5
 cl_decals_time 1
 seta cl_gunalign 3 "Gun alignment; 1 = center (if allowed by g_shootfromclient) or right, 2 = center (if allowed by g_shootfromclient) or left, 3 = right only, 4 = left only"