]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix NetRadiant options. Ambient Occlusion is the default. Also use -fast for lightnin...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 20 Sep 2010 11:19:19 +0000 (14:19 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 20 Sep 2010 11:19:19 +0000 (14:19 +0300)
extra/netradiant-1.5.0-win32/voretournament.game/default_build_menu.xml

index ef9613e6c741c167d159ae727548cac436ed71ef..10d1bf5d50b8c265edff6f5405dd9a1f8b8def7d 100644 (file)
@@ -52,25 +52,25 @@ build commands
 <build name="Q3Map2: (final) long distance lighting">
 <command>[q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]"</command>
 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-<command>[q3map2] -light -deluxe -patchshadows -samples 3 "[MapFile]"</command>
+<command>[q3map2] -light -deluxe -fast -patchshadows -samples 3 "[MapFile]"</command>
 <command>[q3map2] -minimap "[MapFile]"</command>
 </build>
-<build name="Q3Map2: (final) + radiosity (VoreTournament default)">
+<build name="Q3Map2: (final) + radiosity">
 <command>[q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]"</command>
 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-<command>[q3map2] -light -deluxe -patchshadows -samples 3 -bounce 8 -fastbounce -bouncegrid "[MapFile]"</command>
+<command>[q3map2] -light -deluxe -fast -patchshadows -samples 3 -bounce 8 -fastbounce -bouncegrid "[MapFile]"</command>
 <command>[q3map2] -minimap "[MapFile]"</command>
 </build>
 <build name="Q3Map2: (final) + highres external lightmaps">
 <command>[q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]"</command>
 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-<command>[q3map2] -light -deluxe -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid "[MapFile]"</command>
+<command>[q3map2] -light -deluxe -fast -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid "[MapFile]"</command>
 <command>[q3map2] -minimap "[MapFile]"</command>
 </build>
-<build name="Q3Map2: (final) + ambient occlusion">
+<build name="Q3Map2: (final) + ambient occlusion (VoreTournament default)">
 <command>[q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]"</command>
 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-<command>[q3map2] -light -deluxe -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid -dirty -dirtscale 2 "[MapFile]"</command>
+<command>[q3map2] -light -deluxe -fast -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid -dirty -dirtscale 2 "[MapFile]"</command>
 <command>[q3map2] -minimap "[MapFile]"</command>
 </build>
 </project>