From: Mirio Date: Fri, 27 Feb 2015 15:53:57 +0000 (+0100) Subject: Diasable Realtime world lighting on maps that have problems with it as workaround... X-Git-Tag: xonotic-v0.8.1~20 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9ead2b98c5ba41d795ffe6ab33a9b3aa63208343;p=xonotic%2Fxonotic-maps.pk3dir.git Diasable Realtime world lighting on maps that have problems with it as workaround for now --- diff --git a/maps/courtfun.mapinfo b/maps/courtfun.mapinfo index 7c30c44d..5ffb6458 100644 --- a/maps/courtfun.mapinfo +++ b/maps/courtfun.mapinfo @@ -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 diff --git a/maps/dance.mapinfo b/maps/dance.mapinfo index 2be91cce..0c74e8a9 100644 --- a/maps/dance.mapinfo +++ b/maps/dance.mapinfo @@ -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 diff --git a/maps/darkzone.mapinfo b/maps/darkzone.mapinfo index 01878f17..c23d50a3 100644 --- a/maps/darkzone.mapinfo +++ b/maps/darkzone.mapinfo @@ -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 diff --git a/maps/lightspeed.mapinfo b/maps/lightspeed.mapinfo index 94c4d96d..b3b17bdb 100644 --- a/maps/lightspeed.mapinfo +++ b/maps/lightspeed.mapinfo @@ -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 diff --git a/maps/oilrig.mapinfo b/maps/oilrig.mapinfo index 058b016d..4405b2fb 100644 --- a/maps/oilrig.mapinfo +++ b/maps/oilrig.mapinfo @@ -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 diff --git a/maps/runningmanctf.mapinfo b/maps/runningmanctf.mapinfo index 03f73f37..495293c0 100644 --- a/maps/runningmanctf.mapinfo +++ b/maps/runningmanctf.mapinfo @@ -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 diff --git a/maps/xoylent.mapinfo b/maps/xoylent.mapinfo index d515a80b..91de32f6 100644 --- a/maps/xoylent.mapinfo +++ b/maps/xoylent.mapinfo @@ -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