Plat Posted December 29, 2016 Report Posted December 29, 2016 I recently got a new harddrive and lost all of my previous compile settings, I had stolen them from someone else and I cannot remember them. I've tried editing the settings myself, but now vrad isn't working because it cannot make a logfile. If someone would be kind enough to give me their compile settings for their: Fast Compile Full Compile I'd be really grateful. Quote
grapen Posted December 29, 2016 Report Posted December 29, 2016 BSP and VIS: $bsp_exe -game $gamedir $path\$file $vis_exe -fast -game $gamedir $path\$file (remove -fast for full compile) VRAD: (FAST) $light_exe -bounce 2 -noextra -game $gamedir $path\$file (HDR) $light_exe -threads 6 -TextureShadows -hdr -StaticPropLighting -StaticPropPolys -game $gamedir $path\$file (FINAL): $light_exe -threads 6 -TextureShadows -final -hdr -StaticPropLighting -StaticPropPolys -game $gamedir $path\$file (optional: -lights custom.rad) Might or might not want to use -threads depending on your CPU and if you want to use it or not while compiling. Plat 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.