]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: remove the non-SRGB “Old Lighting” entries
authorThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 11:18:02 +0000 (12:18 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 13 Mar 2021 11:19:35 +0000 (12:19 +0100)
xonotic.game/default_build_menu.xml

index 85692b6f0c83a7a8d92f3001624e4ea369c34474..da75c8d7b420ff63d02e6e49f28af4c6080d04b3 100644 (file)
 <build name="Convert to .ase for mapping (fast)">
 <command>[q3map2] -convert -format ase -patchmeta -shadersasbitmap -readmap &quot;[MapFile]&quot;</command>
 </build>
-<separator/>
-<build name="Legacy Single: light (medium, OLD LIGHTING))">
-<command>[q3map2] -light -nosRGB -fast &quot;[MapFile]&quot;</command>
-</build>
-<build name="Legacy Test: bsp, vis, light (medium, OLD LIGHTING)">
-<command>[q3map2] -bsp -meta -keeplights -nosRGB -v &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -nosRGB -fast &quot;[MapFile]&quot;</command>
-</build>
-<build name="Legacy Final: bsp, vis, light (high, OLD LIGHTING)">
-<command>[q3map2] -bsp -meta -keeplights -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -nosRGB -lightmapsize 1024 -fastlightmapsearch -lightmapsearchpower 4 -deluxe -patchshadows -randomsamples -samples 4 -fast -dirty -fill &quot;[MapFile]&quot;</command>
-<command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
-</build>
-<build name="Legacy Final: bsp, vis, light (high, dirtscale 2, OLD LIGHTING)">
-<command>[q3map2] -bsp -meta -keeplights -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -nosRGB -lightmapsize 1024 -fastlightmapsearch -lightmapsearchpower 4 -deluxe -patchshadows -randomsamples -samples 4 -fast -dirty -fill -dirtscale 2 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
-</build>
-<build name="Legacy Final: bsp, vis, light (high, bounce 8, OLD LIGHTING)">
-<command>[q3map2] -bsp -meta -keeplights -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -nosRGB -lightmapsize 1024 -fastlightmapsearch -lightmapsearchpower 4 -nobouncestore -deluxe -patchshadows -randomsamples -samples 4 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
-</build>
-<build name="Legacy Final: bsp, vis, light (high, bounce 8, dirtscale 2, OLD LIGHTING)">
-<command>[q3map2] -bsp -meta -keeplights -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -vis -saveprt &quot;[MapFile]&quot;</command>
-<command>[q3map2] -light -nosRGB -lightmapsize 1024 -fastlightmapsearch -lightmapsearchpower 4 -nobouncestore -deluxe -patchshadows -randomsamples -samples 4 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 -dirtscale 2 &quot;[MapFile]&quot;</command>
-<command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
-</build>
 </project>