]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Diasable Realtime world lighting on maps that have problems with it as workaround...
authorMirio <opivy@hotmail.de>
Fri, 27 Feb 2015 15:53:57 +0000 (16:53 +0100)
committerMirio <opivy@hotmail.de>
Fri, 27 Feb 2015 15:53:57 +0000 (16:53 +0100)
maps/courtfun.mapinfo
maps/dance.mapinfo
maps/darkzone.mapinfo
maps/lightspeed.mapinfo
maps/oilrig.mapinfo
maps/runningmanctf.mapinfo
maps/xoylent.mapinfo

index 7c30c44dec97734bc9ad16237786b023508696f5..5ffb6458a9e4ea1f348176ceb09310363c085f35 100644 (file)
@@ -35,4 +35,6 @@ settemp_for_type cts g_cts_finish_kill_delay 0
 settemp_for_type ons g_powerups 0
 
 clientsettemp_for_type all r_water 1
-clientsettemp_for_type all r_water_resolutionmultiplier 1
\ No newline at end of file
+clientsettemp_for_type all r_water_resolutionmultiplier 1
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file
index 2be91cce674e918bf18b592a2751eb084d251e84..0c74e8a9a0e871ff2184652ae245a6c57c016a3d 100644 (file)
@@ -8,4 +8,6 @@ gametype lms
 gametype kh
 gametype ft
 gametype ca
-gametype ka
\ No newline at end of file
+gametype ka
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file
index 01878f17e47e7f74abc723d0a22973c84cc70004..c23d50a334e0cd26fe0ce034f0286562049f09a9 100644 (file)
@@ -15,4 +15,6 @@ gametype ft
 // optional: settemp_for_type (all|gametypename) cvarname value
 // optional: clientsettemp_for_type (all|gametypename) cvarname value
 // optional: size mins_x mins_y mins_z maxs_x maxs_y maxs_z
-// optional: hidden
\ No newline at end of file
+// optional: hidden
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file
index 94c4d96dbd66af88feb3eb7a5b38bcb927f4b989..b3b17bdba91d6beb721c9efa11ea0e1a260a8939 100644 (file)
@@ -5,4 +5,6 @@ cdtrack 10
 has weapons
 gametype ctf
 settemp_for_type all g_start_ammo_shells 20 
-hidden
\ No newline at end of file
+hidden
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file
index 058b016d5fff977de050466a6e60aa1a3864efa4..4405b2fb60998d768174300219c33604ac7e5f73 100644 (file)
@@ -9,4 +9,6 @@ gametype tdm
 gametype ca
 gametype kh
 gametype ft
-gametype ka
\ No newline at end of file
+gametype ka
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Disabled, because the performance drops significantly
\ No newline at end of file
index 03f73f375ca1127bfa6bdf435b9e6493998b3c22..495293c00e16b46725539cfb9e83f0b39fe0d62c 100644 (file)
@@ -10,4 +10,6 @@ gametype ons
 gametype dom
 gametype ft
 gametype kh
-clientsettemp_for_type all r_water 1
\ No newline at end of file
+clientsettemp_for_type all r_water 1
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file
index d515a80b675935df98ab22c3a2f2ed3e5e20912d..91de32f6aea05e76bc2cb9a9cc10a60b3cccbd89 100644 (file)
@@ -8,4 +8,6 @@ gametype lms
 gametype tdm
 gametype ca
 gametype ft
-gametype ka
\ No newline at end of file
+gametype ka
+
+clientsettemp_for_type all r_shadow_realtime_world 0 // Workaround to fix problem with Realtime world lighting
\ No newline at end of file