mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
59 lines
2.8 KiB
XML
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>
|
|
|