]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - extra/netradiant-1.5.0-win32/darkplaces.game/default_build_menu.xml
0b6b0f23cdb0c0471475ee3830fdd24e051b31a1
[voretournament/voretournament.git] / extra / netradiant-1.5.0-win32 / darkplaces.game / default_build_menu.xml
1 <?xml version="1.0"?>
2 <!--
3 build commands
4 [RadiantPath]: path to Radiant .. C:\Program Files\Gtkradiant
5 [EnginePath]: path to the engine .. C:\quake3\ C:\Program Files\Quake III Arena\ /usr/local/games/quake3/
6 -->
7 <project version="2.0">
8 <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>
9 <build name="Q3Map2: (single) BSP -meta">
10 <command>[q3map2] -meta "[MapFile]"</command>
11 </build>
12 <build name="Q3Map2: (single) -vis">
13 <command>[q3map2] -vis "[MapFile]"</command>
14 </build>
15 <build name="Q3Map2: (single test) -vis -fast">
16 <command>[q3map2] -vis -fast "[MapFile]"</command>
17 </build>
18 <build name="Q3Map2: (single test) -light -deluxe -faster">
19 <command>[q3map2] -light -deluxe -faster "[MapFile]"</command>
20 </build>
21 <build name="Q3Map2: (single test) -light -deluxe -fast">
22 <command>[q3map2] -light -deluxe -fast "[MapFile]"</command>
23 </build>
24 <build name="Q3Map2: (single) -light -deluxe -fast -super 2">
25 <command>[q3map2] -light -deluxe -fast -super 2 "[MapFile]"</command>
26 </build>
27 <build name="Q3Map2: (single) -light -deluxe -fast -super 2 -filter">
28 <command>[q3map2] -light -deluxe -fast -super 2 -filter "[MapFile]"</command>
29 </build>
30 <build name="Q3Map2: (single) -light -deluxe -fast -super 2 -filter -bounce 8">
31 <command>[q3map2] -light -deluxe -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
32 </build>
33 <build name="Q3Map2: (test) BSP -meta, -vis, -light -deluxe -fast -filter">
34 <command>[q3map2] -meta "[MapFile]"</command>
35 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
36 <command>[q3map2] -light -deluxe -fast -filter "[MapFile]"</command>
37 </build>
38 <build name="Q3Map2: (test) BSP -meta, -vis -fast, -light -deluxe -fast -super 2 -filter">
39 <command>[q3map2] -meta "[MapFile]"</command>
40 <command>[q3map2] -vis -saveprt -fast "[MapFile]"</command>
41 <command>[q3map2] -light -deluxe -fast -super 2 -filter "[MapFile]"</command>
42 </build>
43 <build name="Q3Map2: (final) BSP -meta, -vis, -light -deluxe -fast -filter -super 2">
44 <command>[q3map2] -meta "[MapFile]"</command>
45 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
46 <command>[q3map2] -light -deluxe -fast -filter -super 2 "[MapFile]"</command>
47 </build>
48 <build name="Q3Map2: (final) BSP -meta, -vis, -light -deluxe -fast -filter -super 2 -bounce 8">
49 <command>[q3map2] -meta "[MapFile]"</command>
50 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
51 <command>[q3map2] -light -deluxe -fast -super 2 -filter -bounce 8 "[MapFile]"</command>
52 </build>
53 <build name="Q3Map2: (simulate old style -light -deluxe -extra) BSP -meta, -vis, -light -deluxe -super 2">
54 <command>[q3map2] -meta "[MapFile]"</command>
55 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
56 <command>[q3map2] -light -deluxe -super 2 "[MapFile]"</command>
57 </build>
58 </project>
59