38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<project version="2.0">
|
|
<var name="qbsp3">"[RadiantPath]qbsp3.[ExecutableType]"</var>
|
|
<var name="qvis3">"[RadiantPath]qvis3.[ExecutableType]"</var>
|
|
<var name="qrad3">"[RadiantPath]qrad3.[ExecutableType]"</var>
|
|
<build name="Structure: Low Light, Normal VIS">
|
|
<command>[qbsp3] "[MapFile]"</command>
|
|
<command>[qvis3] -threads 8 "[MapFile]"</command>
|
|
<command>[qrad3] -threads 8 -bounce 0 -subdiv 128 "[MapFile]"</command>
|
|
</build>
|
|
<build name="Texture: Medium Light, Fast VIS">
|
|
<command>[qbsp3] "[MapFile]"</command>
|
|
<command>[qvis3] -threads 8 -fast "[MapFile]"</command>
|
|
<command>[qrad3] -threads 8 -bounce 2 -subdiv 128 "[MapFile]"</command>
|
|
</build>
|
|
<build name="Light: Good Light, Fast VIS">
|
|
<command>[qbsp3] "[MapFile]"</command>
|
|
<command>[qvis3] -threads 8 -fast "[MapFile]"</command>
|
|
<command>[qrad3] -threads 8 -bounce 4 -subdiv 128 "[MapFile]"</command>
|
|
</build>
|
|
<build name="Light: Best Light, Normal VIS">
|
|
<command>[qbsp3] "[MapFile]"</command>
|
|
<command>[qvis3] -threads 8 "[MapFile]"</command>
|
|
<command>[qrad3] -threads 8 -bounce 4 "[MapFile]"</command>
|
|
</build>
|
|
<build name="Entities: Rebuild Entities Only">
|
|
<command>[qbsp3] -onlyents "[MapFile]"</command>
|
|
</build>
|
|
<build name="Lightmap: Generate Lightmap">
|
|
<command>[qrad3] -threads 8 -refine 8 -blur -texcheck "[MapFile]"</command>
|
|
</build>
|
|
<build name="Custom: Custom Settings">
|
|
<command>[qbsp3] "[MapFile]"</command>
|
|
<command>[qvis3] -threads 8 "[MapFile]"</command>
|
|
<command>[qrad3] -threads 8 "[MapFile]"</command>
|
|
</build>
|
|
</project>
|