ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 25 forks source link

TF2 vrad compile has bad command line and fails #54

Closed snake-biscuits closed 6 years ago

snake-biscuits commented 6 years ago

for the vrad stage in a compile, output has this:


      Valve Radiosity Simulator     
Command line: "E:\Steam\steamapps\common\Team Fortress 2\bin\vrad.exe"
"-extrasky" "4" "-ldr" "-bounce" "16" "-StaticPropLighting" "-StaticPropSampleScale" "8"
"-game" "E:\Steam\SteamApps\common\Team Fortress 2\tf"
"F:\Modding\tf2 maps\koth_campania_dev\koth_campania_a11.vmf" ```
followed by the vrad help output (which most of valve's compile tools return when they receive bad inputs)

I'm guessing those quotes shouldn't be on most of those inputs,
that or some parameters are camelcase and vrad isn't recognising them because it expects them to be lowercase.
Exactol commented 6 years ago

Solved, the issue was StaticPropSampleScale is CS:GO only.