<?xml version="1.0"?>
<project version="2.0">
<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" [ExtraQ3map2Args] -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game xonotic -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
-<build name="Single: minimap">
-<command>[q3map2] -minimap "[MapFile]"</command>
-</build>
-<separator/>
<build name="Fast: -vis -fast (use when vis takes ages)">
<command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
<command>[q3map2] -vis -fast -saveprt "[MapFile]"</command>
<command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
</build>
<separator/>
+<build name="Create minimap from .bsp">
+ <command>[q3map2] -minimap "[MapFile]"</command>
+</build>
+<separator/>
<build name="Update entities in the .bsp">
<command>[q3map2] -onlyents "[MapFile]"</command>
</build>