Files
netradiant_installed/gamepacks/smokinguns.game/default_build_menu.xml
2024-06-01 17:34:27 +02:00

36 lines
1.9 KiB
XML

<?xml version="1.0"?>
<project version="2.0">
<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game smokinguns -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]" <cond value="[GameName]"> -fs_game [GameName]</cond></var>
<build name="BSP leak test">
<command>[q3map2] -bsp -leaktest -custinfoparms "[MapFile]"</command>
</build>
<build name="Build without visibility and lights">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta "[MapFile]"</command>
</build>
<build name="Build without lights">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
</build>
<build name="Build with test settings (fast)">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta "[MapFile]"</command>
<command>[q3map2] -vis -fast -saveprt "[MapFile]"</command>
<command>[q3map2] -light -faster -patchshadows "[MapFile]"</command>
</build>
<build name="Build with test settings (normal)">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -faster -patchshadows "[MapFile]"</command>
</build>
<build name="Build with test settings (slow)">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta -samplesize 16 "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -faster -dirty -patchshadows -samples 2 -samplesize 16 -deluxe -lightmapsize 1024 -external "[MapFile]"</command>
</build>
<build name="Build with final settings (very slow)">
<command>[q3map2] -bsp -leaktest -custinfoparms -meta -samplesize 8 "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -fast -shade -dirty -patchshadows -samples 3 -samplesize 8 -bouncegrid -bounce 16 -deluxe -lightmapsize 1024 -external "[MapFile]"</command>
</build>
</project>