Skip to content

Commit be1342a

Browse files
committed
profile/map: add release build for the linear pipeline, provide old release build
1 parent 4be82cf commit be1342a

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

profile/map/daemon.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ vis = { tool="q3map2", options="-vis -fast" }
1717
[nodeluxe]
1818
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta" }
1919
vis = { tool="q3map2", options="-vis -fast" }
20-
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -patchshadows -lightmapsize 1024 -external" }
20+
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -sRGB -backsplasharea -patchshadows -lightmapsize 1024 -external" }
2121

2222
[nosample]
2323
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta" }
2424
vis = { tool="q3map2", options="-vis -fast" }
25-
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -patchshadows -deluxe -lightmapsize 1024 -external" }
25+
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -sRGB -backsplasharea -patchshadows -deluxe -lightmapsize 1024 -external" }
2626

2727
[nobounce]
2828
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta -maxarea -samplesize 16" }
2929
vis = { tool="q3map2", options="-vis" }
30-
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 2 -samplesize 16 -randomsamples -deluxe -lightmapsize 1024 -external" }
30+
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -sRGB -backsplasharea -patchshadows -samples 2 -samplesize 16 -randomsamples -deluxe -lightmapsize 1024 -external" }
3131

3232
[fast]
3333
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta -maxarea -samplesize 16" }
3434
vis = { tool="q3map2", options="-vis" }
35-
light = { tool="q3map2", options="-light -nocollapse -faster -fastbounce -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 2 -samplesize 16 -randomsamples -bouncegrid -bounce 1 -deluxe -lightmapsize 1024 -external" }
35+
light = { tool="q3map2", options="-light -nocollapse -faster -fastbounce -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 2 -samplesize 16 -randomsamples -bouncegrid -bounce 1 -deluxe -lightmapsize 1024 -external" }
3636

3737
[release]
3838
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
3939
vis = { tool="q3map2", options="-vis" }
40-
light = { tool="q3map2", options="-light -nocollapse -fastbounce -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
40+
light = { tool="q3map2", options="-light -nocollapse -fastbounce -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
4141

4242
[extreme]
4343
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
4444
vis = { tool="q3map2", options="-vis" }
45-
light = { tool="q3map2", options="-light -nocollapse -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
45+
light = { tool="q3map2", options="-light -nocollapse -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }

profile/map/unvanquished.conf

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,35 @@ extend = "daemon"
77
[nobounce]
88
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta -maxarea -samplesize 16" }
99
vis = { tool="q3map2", options="-vis" }
10-
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 2 -samplesize 16 -randomsamples -deluxe -lightmapsize 1024 -external" }
10+
light = { tool="q3map2", options="-light -nocollapse -faster -fastallocate -sRGB -backsplasharea -patchshadows -samples 2 -samplesize 16 -randomsamples -deluxe -lightmapsize 1024 -external" }
1111
minimap = { tool="q3map2", options="-minimap" }
1212

1313
[fast]
1414
bsp = { tool="q3map2", options="-bsp -keeplights -meta -fastmeta -maxarea -samplesize 16" }
1515
vis = { tool="q3map2", options="-vis" }
16-
light = { tool="q3map2", options="-light -nocollapse -faster -fastbounce -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 2 -samplesize 16 -randomsamples -bouncegrid -bounce 1 -deluxe -lightmapsize 1024 -external" }
16+
light = { tool="q3map2", options="-light -nocollapse -faster -fastbounce -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 2 -samplesize 16 -randomsamples -bouncegrid -bounce 1 -deluxe -lightmapsize 1024 -external" }
1717
minimap = { tool="q3map2", options="-minimap" }
1818

1919
[release]
2020
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
2121
vis = { tool="q3map2", options="-vis" }
22-
light = { tool="q3map2", options="-light -nocollapse -fastbounce -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
22+
light = { tool="q3map2", options="-light -nocollapse -fastbounce -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
23+
minimap = { tool="q3map2", options="-minimap" }
24+
25+
[release-before-0-56]
26+
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
27+
vis = { tool="q3map2", options="-vis" }
28+
light = { tool="q3map2", options="-light -nocollapse -fastbounce -fastallocate -nobouncestore -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
29+
minimap = { tool="q3map2", options="-minimap" }
30+
31+
[release-before-0-52]
32+
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
33+
vis = { tool="q3map2", options="-vis" }
34+
light = { tool="q3map2", options="-light -nocollapse -fast -fastbounce -fastallocate -nobouncestore -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
2335
minimap = { tool="q3map2", options="-minimap" }
2436

2537
[extreme]
2638
bsp = { tool="q3map2", options="-bsp -keeplights -meta -maxarea -samplesize 8" }
2739
vis = { tool="q3map2", options="-vis" }
28-
light = { tool="q3map2", options="-light -nocollapse -fastallocate -nobouncestore -shade -dirty -dirtscale 0.8 -dirtdepth 32 -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
40+
light = { tool="q3map2", options="-light -nocollapse -fastallocate -nobouncestore -sRGB -backsplasharea -shade -patchshadows -samples 3 -samplesize 8 -randomsamples -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external" }
2941
minimap = { tool="q3map2", options="-minimap" }

0 commit comments

Comments
 (0)