]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/blob - xonotic.game/default_build_menu.xml
build menu with sRGB and non-sRGB options
[xonotic/netradiant-xonoticpack.git] / xonotic.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 xonotic -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
9 <build name="Q3Map2: (single) BSP">
10 <command>[q3map2] -meta -v "[MapFile]"</command>
11 </build>
12 <build name="Q3Map2: (single) -vis -fast">
13 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
14 </build>
15 <build name="Q3Map2: (single) -vis">
16 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
17 </build>
18 <build name="Q3Map2: (single) -light low">
19 <command>[q3map2] -light -cheapgrid -faster "[MapFile]"</command>
20 </build>
21 <build name="Q3Map2: (single) -light medium">
22 <command>[q3map2] -light -fast "[MapFile]"</command>
23 </build>
24 <build name="Q3Map2: (single) -minimap">
25 <command>[q3map2] -minimap "[MapFile]"</command>
26 </build>
27 <build name="Q3Map2: (rebuild only entitys) ">
28 <command>[q3map2] -onlyents "[MapFile]"</command>
29 </build>
30 <build name="Q3Map2: (test) BSP, -vis -fast, -light low">
31 <command>[q3map2] -meta -v "[MapFile]"</command>
32 <command>[q3map2] -vis -fast -saveprt "[MapFile]"</command>
33 <command>[q3map2] -light -cheapgrid -faster "[MapFile]"</command>
34 </build>
35 <build name="Q3Map2: (test) BSP, -vis, -light low">
36 <command>[q3map2] -meta -v "[MapFile]"</command>
37 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
38 <command>[q3map2] -light -cheapgrid -faster "[MapFile]"</command>
39 </build>
40 <build name="Q3Map2: (test) BSP, -vis, -light medium">
41 <command>[q3map2] -meta -v "[MapFile]"</command>
42 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
43 <command>[q3map2] -light -fast "[MapFile]"</command>
44 </build>
45 <build name="Q3Map2: (final) (Xonotic default)">
46 <command>[q3map2] -meta -v -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
47 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
48 <command>[q3map2] -light -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill "[MapFile]"</command>
49 <command>[q3map2] -minimap "[MapFile]"</command>
50 </build>
51 <build name="Q3Map2: (final) '-light + -dirtscale 2' (Xonotic approved)">
52 <command>[q3map2] -meta -v -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
53 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
54 <command>[q3map2] -light -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -dirtscale 2 "[MapFile]"</command>
55 <command>[q3map2] -minimap "[MapFile]"</command>
56 </build>
57 <build name="Q3Map2: (final) '-light + -bounce 8' (Xonotic approved)">
58 <command>[q3map2] -meta -v -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
59 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
60 <command>[q3map2] -light -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 "[MapFile]"</command>
61 <command>[q3map2] -minimap "[MapFile]"</command>
62 </build>
63 <build name="Q3Map2: (final) '-light + -bounce 8 -dirtscale 2' (Xonotic approved)">
64 <command>[q3map2] -meta -v -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
65 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
66 <command>[q3map2] -light -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 -dirtscale 2 "[MapFile]"</command>
67 <command>[q3map2] -minimap "[MapFile]"</command>
68 </build>
69 <build name="Q3Map2: convert to .ASE for modelling apps">
70 <command>[q3map2] -meta -v -patchmeta "[MapFile]"</command>
71 <command>[q3map2] -convert -format ase "[BspFile]"</command>
72 </build>
73 <build name="Q3Map2: convert to .ASE for mapping">
74 <command>[q3map2] -meta -v -patchmeta "[MapFile]"</command>
75 <command>[q3map2] -convert -format ase -shadersasbitmap "[BspFile]"</command>
76 </build>
77 <build name="Q3Map2: convert to .ASE for modelling apps (quick and dirty)">
78 <command>[q3map2] -convert -format ase -patchmeta "[MapFile]"</command>
79 </build>
80 <build name="Q3Map2: convert to .ASE for mapping (quick and dirty)">
81 <command>[q3map2] -convert -format ase -patchmeta -shadersasbitmap "[MapFile]"</command>
82 </build>
83 <build name="Q3Map2: (single) -light medium (OLD LIGHTING)">
84 <command>[q3map2] -light -nosRGB -fast "[MapFile]"</command>
85 </build>
86 <build name="Q3Map2: (test) BSP, -vis, -light -nosRGB medium (OLD LIGHTING)">
87 <command>[q3map2] -meta -nosRGB -v "[MapFile]"</command>
88 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
89 <command>[q3map2] -light -nosRGB -fast "[MapFile]"</command>
90 </build>
91 <build name="Q3Map2: (final) '-nosRGB' (OLD LIGHTING)">
92 <command>[q3map2] -meta -v -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
93 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
94 <command>[q3map2] -light -nosRGB -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill "[MapFile]"</command>
95 <command>[q3map2] -minimap "[MapFile]"</command>
96 </build>
97 <build name="Q3Map2: (final) '-nosRGB -light + -dirtscale 2' (OLD LIGHTING)">
98 <command>[q3map2] -meta -v -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
99 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
100 <command>[q3map2] -light -nosRGB -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -dirtscale 2 "[MapFile]"</command>
101 <command>[q3map2] -minimap "[MapFile]"</command>
102 </build>
103 <build name="Q3Map2: (final) '-nosRGB -light + -bounce 8' (OLD LIGHTING)">
104 <command>[q3map2] -meta -v -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
105 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
106 <command>[q3map2] -light -nosRGB -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 "[MapFile]"</command>
107 <command>[q3map2] -minimap "[MapFile]"</command>
108 </build>
109 <build name="Q3Map2: (final) '-nosRGB -light + -bounce 8 -dirtscale 2' (OLD LIGHTING)">
110 <command>[q3map2] -meta -v -nosRGB -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
111 <command>[q3map2] -vis -saveprt "[MapFile]"</command>
112 <command>[q3map2] -light -nosRGB -lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill -bounce 8 -dirtscale 2 "[MapFile]"</command>
113 <command>[q3map2] -minimap "[MapFile]"</command>
114 </build>
115 </project>
116