q3rally/tools/radiant-config/radiant15-netradiant/q3rally.game/default_build_menu.xml
2022-03-03 21:58:53 +01:00

59 lines
2.8 KiB
XML

<?xml version="1.0"?>
<!--
build commands
[RadiantPath]: path to Radiant .. C:\Program Files\Gtkradiant
[EnginePath]: path to the engine .. C:\quake3\ C:\Program Files\Quake III Arena\ /usr/local/games/quake3/
-->
<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 -custinfoparms">
<command>[q3map2] -meta -custinfoparms "[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>
<build name="Q3Map2: (single test) -light -faster">
<command>[q3map2] -light -faster "[MapFile]"</command>
</build>
<build name="Q3Map2: (single test) -light -fast">
<command>[q3map2] -light -fast "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -fast -super 2">
<command>[q3map2] -light -fast -super 2 "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -fast -super 2 -filter">
<command>[q3map2] -light -fast -super 2 -filter "[MapFile]"</command>
</build>
<build name="Q3Map2: (single) -light -fast -super 2 -filter -bounce 8">
<command>[q3map2] -light -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
</build>
<build name="Q3Map2: (test) BSP -meta -custinfoparms, -vis, -light -fast -filter">
<command>[q3map2] -meta -custinfoparms "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -fast -filter "[MapFile]"</command>
</build>
<build name="Q3Map2: (test) BSP -meta -custinfoparms, -vis -fast, -light -fast -super 2 -filter">
<command>[q3map2] -meta -custinfoparms "[MapFile]"</command>
<command>[q3map2] -vis -saveprt -fast "[MapFile]"</command>
<command>[q3map2] -light -fast -super 2 -filter "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) BSP -meta -custinfoparms, -vis, -light -fast -filter -super 2">
<command>[q3map2] -meta -custinfoparms "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -fast -filter -super 2 "[MapFile]"</command>
</build>
<build name="Q3Map2: (final) BSP -meta -custinfoparms, -vis, -light -fast -filter -super 2 -bounce 8">
<command>[q3map2] -meta -custinfoparms "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
</build>
<build name="Q3Map2: (simulate old style -light -extra) BSP -meta -custinfoparms, -vis, -light -super 2">
<command>[q3map2] -meta -custinfoparms "[MapFile]"</command>
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
<command>[q3map2] -light -super 2 "[MapFile]"</command>
</build>
</project>