From 7220ddf66188c4640ae12e5a93058014fb08babb Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 20 Sep 2010 14:19:19 +0300 Subject: [PATCH] Fix NetRadiant options. Ambient Occlusion is the default. Also use -fast for lightning, which has the same quality and doesn't take 24 hours to Compile (yep, that literally happened to me) --- .../voretournament.game/default_build_menu.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extra/netradiant-1.5.0-win32/voretournament.game/default_build_menu.xml b/extra/netradiant-1.5.0-win32/voretournament.game/default_build_menu.xml index ef9613e6..10d1bf5d 100644 --- a/extra/netradiant-1.5.0-win32/voretournament.game/default_build_menu.xml +++ b/extra/netradiant-1.5.0-win32/voretournament.game/default_build_menu.xml @@ -52,25 +52,25 @@ build commands [q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -saveprt "[MapFile]" -[q3map2] -light -deluxe -patchshadows -samples 3 "[MapFile]" +[q3map2] -light -deluxe -fast -patchshadows -samples 3 "[MapFile]" [q3map2] -minimap "[MapFile]" - + [q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -saveprt "[MapFile]" -[q3map2] -light -deluxe -patchshadows -samples 3 -bounce 8 -fastbounce -bouncegrid "[MapFile]" +[q3map2] -light -deluxe -fast -patchshadows -samples 3 -bounce 8 -fastbounce -bouncegrid "[MapFile]" [q3map2] -minimap "[MapFile]" [q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -saveprt "[MapFile]" -[q3map2] -light -deluxe -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid "[MapFile]" +[q3map2] -light -deluxe -fast -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid "[MapFile]" [q3map2] -minimap "[MapFile]" - + [q3map2] -meta -v -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -saveprt "[MapFile]" -[q3map2] -light -deluxe -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid -dirty -dirtscale 2 "[MapFile]" +[q3map2] -light -deluxe -fast -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid -dirty -dirtscale 2 "[MapFile]" [q3map2] -minimap "[MapFile]" -- 2.39.2