{ /////////////////////////////////////////////////////////////////// //fixed for kingpin by hypo_v8 // //open KP Radiant, hit P(preferences) and set path to kingpin.exe //now goto file menu--> load project, locate this file and open it // //note: kingpin MUST be instaled in a folder named kingpin //note: make sure you save maps to kingpin/main/maps/ //note: do NOT use internal preference editor /////////////////////////////////////////////////////////////////// // __Q2PATH - Quake2 path from prefs // __QERPATH - executable path for QERadiant "basepath" "__Q2PATHmain" "mapspath" "__Q2PATHmainmaps" "rshcmd" "" "remotebasepath" "__Q2PATHmain" "entitypath" "__QERPATH*.def" "texturepath" "__Q2PATHmain\textures\" "autosave" "__QERPATH\autosave.map" // ! will be replaced with // @$@ will be replaced with /maps/ // @ is changed to a quote(in case you need one in the command line) "bsp_FullVis (Light -ExtraQuality)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ @$@ && ! @__QERPATHkprad@ -bounce 4 -extra -gamedir __Q2PATHmain\ @$@" "bsp_FullVis (Light)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ @$@ && ! @__QERPATHkprad@ -gamedir __Q2PATHmain\ @$@" "bsp_FullVis (hypo -Xfast Light)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ @$@ && ! @__QERPATHkprad@ -chop 1024 -chopcurve 512 -bounce 1 -gamedir __Q2PATHmain\ @$@" "bsp_FullVis (NoLight)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ @$@" "bsp_____________________" "!" "bsp_FastVis (Light)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ -fast @$@ && ! @__QERPATHkprad@ -gamedir __Q2PATHmain\ @$@" "bsp_FastVis (Light -Bleed)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ -fast @$@ && ! @__QERPATHkprad@ -nostopbleed -gamedir __Q2PATHmain\ @$@" "bsp_FastVis (hypo -Xfast Light)" "! @__QERPATHkpbsp@ @$@ && ! @__QERPATHkpvis@ -fast @$@ && ! @__QERPATHkprad@ -chop 1024 -chopcurve 512 -bounce 0 -gamedir __Q2PATHmain\ @$@" "bsp_____________________" "!" "bsp_Relight (Relight map)" "! @__QERPATHkpbsp@ -onlyents @$@ && ! @__QERPATHkprad@ -gamedir __Q2PATHmain\ @$@" "bsp_Entities (Wepons,Ammo etc)" "! @__QERPATHkpbsp@ -onlyents @$@" "bsp_Only (NoVis/NoLight)" "! @__QERPATHkpbsp@ @$@" }