mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 20:11:48 +00:00
60 lines
3.2 KiB
XML
60 lines
3.2 KiB
XML
|
<?xml version="1.0"?>
|
||
|
<!--
|
||
|
build commands
|
||
|
[RadiantPath]: path to Radiant .. C:\Program Files\NetRadiant\
|
||
|
[EnginePath]: path to the engine .. C:\Program Files\TurtleArena\ /usr/local/games/turtlearena/
|
||
|
-->
|
||
|
<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 -flares -skyfix">
|
||
|
<command>[q3map2] -meta -custinfoparms -flares -skyfix "[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 -lightmapsize 512 -faster "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (single test) -light -fast">
|
||
|
<command>[q3map2] -light -lightmapsize 512 -fast "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (single) -light -fast -super 2">
|
||
|
<command>[q3map2] -light -lightmapsize 512 -fast -super 2 "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (single) -light -fast -super 2 -filter">
|
||
|
<command>[q3map2] -light -lightmapsize 512 -fast -super 2 -filter "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (single) -light -fast -super 2 -filter -bounce 8">
|
||
|
<command>[q3map2] -light -lightmapsize 512 -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 -lightmapsize 512 -fast -filter "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (test) BSP -meta -custinfoparms -flares -skyfix, -vis -fast, -light -fast -super 2 -filter">
|
||
|
<command>[q3map2] -meta -custinfoparms -flares -skyfix "[MapFile]"</command>
|
||
|
<command>[q3map2] -vis -saveprt -fast "[MapFile]"</command>
|
||
|
<command>[q3map2] -light -lightmapsize 512 -fast -super 2 -filter "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (final) BSP -meta -custinfoparms -flares -skyfix, -vis, -light -fast -filter -super 2">
|
||
|
<command>[q3map2] -meta -custinfoparms -flares -skyfix "[MapFile]"</command>
|
||
|
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
|
||
|
<command>[q3map2] -light -lightmapsize 512 -fast -filter -super 2 "[MapFile]"</command>
|
||
|
</build>
|
||
|
<build name="Q3Map2: (final) BSP -meta -custinfoparms -flares -skyfix, -vis, -light -fast -filter -super 2 -bounce 8">
|
||
|
<command>[q3map2] -meta -custinfoparms -flares -skyfix "[MapFile]"</command>
|
||
|
<command>[q3map2] -vis -saveprt "[MapFile]"</command>
|
||
|
<command>[q3map2] -light -lightmapsize 512 -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>
|
||
|
|