22 lines
627 B
XML
22 lines
627 B
XML
<?xml version="1.0"?>
|
|
<!-- build commands [RadiantPath]: path to Radiant .. C:\Program Files\Gtkradiant
|
|
[EnginePath]: path to the engine .. C:\Quetoo\ C:\Program Files\Quetoo\ /usr/local/games/quetoo/ -->
|
|
<project version="2.0">
|
|
<var name="quemap">"[EnginePath]quemap"</var>
|
|
|
|
<build name="Entities">
|
|
<command>[quemap] -bsp -onlyents "[MapFile]"</command>
|
|
</build>
|
|
|
|
<build name="BSP, Fast VIS, Light">
|
|
<command>[quemap] -t4 -bsp -vis -fast -light "[MapFile]"</command>
|
|
</build>
|
|
|
|
<build name="BSP, Full VIS, Extra Light">
|
|
<command>[quemap] -t4 -bsp -vis -light -extra "[MapFile]"</command>
|
|
</build>
|
|
|
|
</project>
|
|
|
|
|