sof-sdk/Bin/Sof.qe4
2000-06-15 00:00:00 +00:00

43 lines
2.1 KiB
Text

// SoF SDK Radiant project file 29th March 2000
// ----------------------------------------------------------
//
// You will need to edit these paths if you installed SoF
// anywhere other than the default path.
//
// ie. Change every occurence of 'c:\Progra~1\Raven\SoF\base'
// to your 'base' directory.
//
// Be sure to extract the textures from the pak file.
// Put the 'entities.def' file in your 'base' directory.
//
// ----------------------------------------------------------
// Disclaimer: This may work
{
// Paths
"basepath" "c:\Progra~1\Raven\SoF\base"
"rshcmd" ""
"remotebasepath" "c:\Progra~1\Raven\SoF\base"
"entitypath" "c:\Progra~1\Raven\SoF\base\entities.def"
"texturepath" "c:\Progra~1\Raven\SoF\base\textures"
"autosave" "c:\autosave.map"
"mapspath" ""
// Compiles
"bsp_Relight_Qrad" "! sofbsp.exe -onlyents $ && ! sofarghrad.exe -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base $"
"bsp_FullVis (qrad -extra)" "! sofbsp.exe $ && ! sofvis.exe $ && ! sofarghrad.exe -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base -extra $"
"bsp_NoVis" "! sofbsp.exe $"
"bsp_Entities" "! sofbsp.exe -onlyents $"
"bsp_VisRad (BSP ents only)" "! sofbsp.exe -onlyents $ && ! sofvis.exe $ && ! sofarghrad.exe -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base $"
"bsp_FullVis" "! sofbsp.exe $ && ! sofvis.exe $ && ! sofarghrad.exe -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base $"
"bsp_FullVis (no qrad)" "! sofbsp $ && ! sofvis $"
"bsp_FullVis (nodetail, qrad -extra)" "! sofbsp -nodetail $ && ! sofvis $ && ! sofarghrad -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base -extra $"
"bsp_FastVis" "! sofbsp $ && ! sofvis -fast $ && ! sofarghrad -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base -bounce 0 $"
"bsp_FastVis (nowater)" "! sofbsp -nowater $ && ! sofvis -fast $ && ! sofarghrad -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base -bounce 0 $"
"bsp_FastVis (noqrad)" "! sofbsp $ && ! sofvis -fast $"
"bsp_FastVis (with bounce)" "! sofbsp $ && ! sofvis -fast $ && ! sofarghrad -scale 2.0 -lightmip 2 -moddir c:\Progra~1\Raven\SoF\base $"
}