studiomdl error

WAR_Nuker

Newbie
Joined
Mar 29, 2005
Messages
627
Reaction score
0
im getting an error in studiomdl when i drop my qc on it. it closes before i can read what the error is. how do i stop it from closing so fast after the error? if i can actually read what the error was....i could ask you guys for assistance on what the problem might be.
 
Create a batch file (studiomdl.bat), and put this in it:

Code:
@"C:\Program Files\Steam\SteamApps\[your username]\sourcesdk\bin\studiomdl.exe" -game "c:\program files\steam\steamapps\SourceMods\[your mod]" %1 %2 %3 %4 %5 %6 %7 %8 %9
***********************COMPILE FINISHED!**************************
ping -n 12 127.0.0.1>nul

Use the batch file as you would the exe.

-Angry Lawyer
 
*shrugs* No idea. I've never tried compiling outside of a mod.

-Angry Lawyer
 
nevermind i got it. you just direct it to the game directory youre editing (half life 2 or cs for example).

as for the problem....i think ill make a seperate post concerning that.
 
Back
Top