]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - extra/netradiant-1.5.0-win32/q2w.game/default_build_menu.xml
Update modinfo file too
[voretournament/voretournament.git] / extra / netradiant-1.5.0-win32 / q2w.game / default_build_menu.xml
1 <?xml version="1.0"?>
2 <project version="2.0">
3   <build name="BSP">
4     <command>q2wmap -bsp "[MapFile]"</command>
5   </build>
6
7   <build name="BSP + VIS">
8     <command>q2wmap -bsp -vis "[MapFile]"</command>
9   </build>
10
11   <build name="BSP + VIS + LIGHT">
12     <command>q2wmap -bsp -vis -light "[MapFile]"</command>
13   </build>
14
15   <build name="BSP + VIS + LIGHT (extra)">
16     <command>q2wmap -bsp -vis -light -extra "[MapFile]"</command>
17   </build>
18
19   <build name="BSP (entities only)">
20     <command>q2wmap -bsp -onlyents "[MapFile]"</command>
21   </build>
22 </project>
23
24