]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
build menu: make default build preset more obvious
authorThomas Debesse <dev@illwieckz.net>
Sun, 14 Mar 2021 16:46:42 +0000 (17:46 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 6 May 2021 14:36:07 +0000 (16:36 +0200)
xonotic.game/default_build_menu.xml

index 0921254155ee111fac142d48da36c9215f143bd5..180c2d376cab2765d608ceda63d9554dc513b135 100644 (file)
   <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -fill "[MapFile]"</command>
 </build>
 <separator/>
-<build name="Final: -bounce 8">
+<build name="Final: -bounce 8 (new Xonotic's default)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
   <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -fill "[MapFile]"</command>
 </build>
+<separator/>
 <build name="Final: -bounce 8 -dirty (darker corners)">
   <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>