From 88c66754ed75a4f283d702bb1dadaa0be6e8a951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 12 Sep 2015 02:40:12 +0200 Subject: [PATCH] dance, drain, glowplant, nexballarena, runningman, runningmanctf: make sure samplesizes are power of two. --- maps/dance.map.options | 2 +- maps/drain.map.options | 4 ++-- maps/glowplant.map.options | 2 +- maps/nexballarena.map.options | 4 ++-- maps/runningman.map.options | 2 +- maps/runningmanctf.map.options | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maps/dance.map.options b/maps/dance.map.options index f45ea470..1ad15939 100644 --- a/maps/dance.map.options +++ b/maps/dance.map.options @@ -1,4 +1,4 @@ --bsp + -samplesize 6 +-bsp + -samplesize 4 -light + -bounce 8 -dirtscale 2 -vis + -minimap + diff --git a/maps/drain.map.options b/maps/drain.map.options index 99cd1562..a251b766 100644 --- a/maps/drain.map.options +++ b/maps/drain.map.options @@ -1,7 +1,7 @@ -scale 1:1.3 --bsp + -samplesize 6 +-bsp + -samplesize 4 -light + -dirtscale 2 -bounce 8 -areascale 1.25 -pointscale 1.3 -randomsamples -samples 128 -vis + -minimap + -sRGB -Version: 13f \ No newline at end of file +Version: 13f diff --git a/maps/glowplant.map.options b/maps/glowplant.map.options index 50960af0..07fb7435 100644 --- a/maps/glowplant.map.options +++ b/maps/glowplant.map.options @@ -1,4 +1,4 @@ --bsp + -samplesize 32 -minsamplesize 2 -np 20 +-bsp + -samplesize 4 -np 20 -light + -bounce 6 -bouncegrid -dirtscale 1.5 -vis + -minimap + diff --git a/maps/nexballarena.map.options b/maps/nexballarena.map.options index 8a55ea25..5fe57923 100644 --- a/maps/nexballarena.map.options +++ b/maps/nexballarena.map.options @@ -1,6 +1,6 @@ --bsp + -samplesize 6 -np 60 +-bsp + -samplesize 4 -np 60 -light + -bounce 8 -dirtscale 2 -bouncescale 1.15 -vis + -minimap + -sRGB -Version: 1b \ No newline at end of file +Version: 1b diff --git a/maps/runningman.map.options b/maps/runningman.map.options index df113640..dfdc3e40 100644 --- a/maps/runningman.map.options +++ b/maps/runningman.map.options @@ -1,4 +1,4 @@ --bsp + -samplesize 6 +-bsp + -samplesize 4 -light + -bounce 8 -dirtscale 2 -bouncescale 1.15 -exposure 225 -areascale 1.25 -pointscale 1.5 -vis + -minimap + diff --git a/maps/runningmanctf.map.options b/maps/runningmanctf.map.options index 2fded1aa..d19f39c3 100644 --- a/maps/runningmanctf.map.options +++ b/maps/runningmanctf.map.options @@ -1,4 +1,4 @@ --bsp + -samplesize 6 +-bsp + -samplesize 4 -light + -bounce 8 -dirtscale 2 -bouncescale 1.15 -exposure 225 -areascale 1.25 -pointscale 1.5 -vis + -minimap + -- 2.39.2