new build menu

git-svn-id: svn://svn.icculus.org/netradiant/trunk@115 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-10-11 16:03:29 +00:00
parent c74e0a7d61
commit 4c38513b45

View File

@ -6,54 +6,63 @@ build commands
-->
<project version="2.0">
<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game quake3 -fs_basepath "[EnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
<build name="Q3Map2: (single) BSP -meta">
<build name="Q3Map2: (single) BSP">
<command>[q3map2] -meta "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -vis">
<command>[q3map2] -vis "[MapFile]"</command>
</build>
<build name="Q3Map2: (single test) -vis -fast">
<command>[q3map2] -vis -fast "[MapFile]"</command>
<build name="Q3Map2: (single) -light, low quality">
<command>[q3map2] -light -deluxe -cheapgrid -faster "[MapFile]"</command>
</build>
<build name="Q3Map2: (single test) -light -deluxe -faster">
<command>[q3map2] -light -deluxe -faster "[MapFile]"</command>
</build>
<build name="Q3Map2: (single test) -light -deluxe -fast">
<build name="Q3Map2: (single) -light, medium quality">
<command>[q3map2] -light -deluxe -fast "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -deluxe -fast -super 2">
<command>[q3map2] -light -deluxe -fast -super 2 "[MapFile]"</command>
<build name="Q3Map2: (single) -light, high quality">
<command>[q3map2] -light -deluxe -fast -samples 3 "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -deluxe -fast -super 2 -filter">
<command>[q3map2] -light -deluxe -fast -super 2 -filter "[MapFile]"</command>
<build name="Q3Map2: (rebuild only entitys) ">
<command>[q3map2] -onlyents "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -deluxe -fast -super 2 -filter -bounce 8">
<command>[q3map2] -light -deluxe -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
</build>
<build name="Q3Map2: (test) BSP -meta, -vis, -light -deluxe -fast -filter">
<command>[q3map2] -meta "[MapFile]"</command>
<build name="Q3Map2: (test)">
<command>[q3map2] -meta -v -mv 1000000 -mi 6000000 "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -filter "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -samples 3 "[MapFile]"</command>
</build>
<build name="Q3Map2: (test) BSP -meta, -vis -fast, -light -deluxe -fast -super 2 -filter">
<command>[q3map2] -meta "[MapFile]"</command>
<build name="Q3Map2: (test) fast vis, fast light">
<command>[q3map2] -meta -v -mv 1000000 -mi 6000000 "[MapFile]"</command>
<command>[q3map2] -vis -saveprt -fast "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -super 2 -filter "[MapFile]"</command>
<command>[q3map2] -light -deluxe -faster -cheapgrid -filter "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) BSP -meta, -vis, -light -deluxe -fast -filter -super 2">
<command>[q3map2] -meta "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -filter -super 2 "[MapFile]"</command>
<build name="Q3Map2: (test) fast vis, good light">
<command>[q3map2] -meta -v -mv 1000000 -mi 6000000 "[MapFile]"</command>
<command>[q3map2] -vis -saveprt -fast "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -samples 2 "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) BSP -meta, -vis, -light -deluxe -fast -filter -super 2 -bounce 8">
<command>[q3map2] -meta "[MapFile]"</command>
<build name="Q3Map2: (final) simple 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 -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
<command>[q3map2] -light -deluxe -fast -patchshadows -samples 2 "[MapFile]"</command>
</build>
<build name="Q3Map2: (simulate old style -light -deluxe -extra) BSP -meta, -vis, -light -deluxe -super 2">
<command>[q3map2] -meta "[MapFile]"</command>
<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 -super 2 "[MapFile]"</command>
<command>[q3map2] -light -deluxe -patchshadows -samples 3 "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) + radiosity (Nexuiz 2.4.2 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 -bounce 8 -fastbounce -bouncegrid "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) + highres external lightmaps (Nexuiz 2.5 default, 2.5 required)">
<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>
</build>
<build name="Q3Map2: (final) + ambient occlusion (Nexuiz 2.5 required)">
<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>
</build>
</project>