Compile Batch

Meyer

Newbie
Joined
Nov 21, 2004
Messages
78
Reaction score
0
I read this toturial at interlopers... I do exactly what it says there but I get this error



untitled.JPG



PS don't mind my desktop I just formatted my PC
 
hehe... :)

You have a typo...
"C:blablah.exe"
it should be: C:\blablah.exe
don't forget the " \ " after drive and folder names
 
no if you had read the site you can see that he doesn't add the slashes either... btw I tried it with all the slashes and it still gives me the error.
 
Contents of my compile batch file:
Code:
%sourcesdk%\bin\vbsp.exe %1 

%sourcesdk%\bin\vvis.exe -fast %1 

%sourcesdk%\bin\vrad.exe %1

Just drag and drop the VMF onto the batch file. You'll have to manually copy the compiled map to the right place afterwards, though.
 
Back
Top