This member has provided no bio about themself...

Comment History
mythmath
mythmath - - 1 comments @ Optimizing your Source map

i am using a batch file to compile source maps. it works fine if i use 'vbsp' 'vrad' etc. but it refuses to compile if i use cst compilers instead!! could u just help me out??

herez the batch file....

@echo off
"D:\Steam\SteamApps\steamid\sourcesdk\bin\vbsp.exe" "D:\Steam\SteamApps\steamid\sourcesdk_content\hl2\mapsrc\mapname.vmf"
"D:\Steam\SteamApps\steamid\sourcesdk\bin\vvis.exe" "D:\Steam\SteamApps\steamid\sourcesdk_content\hl2\mapsrc\mapname.vmf"
"D:\Steam\SteamApps\steamid\sourcesdk\bin\vrad.exe" "D:\Steam\SteamApps\steamid\sourcesdk_content\hl2\mapsrc\mapname.vmf"
copy "D:\Steam\SteamApps\steamid\sourcesdk_content\hl2\mapsrc\mapname.bsp" "D:\Steam\SteamApps\steamid\half-life 2\hl2\maps"


D:\Steam\Steam.exe -applaunch 220 -heapsize 256000 -console -novid +map mapname

Good karma+1 vote