Hey guys,
I'm using the latest sdk beta (-beta srcsdk0122) so that I can create a new mod using the orange box engine as a base. The problem im having is that I cannot get models to compile. At the moment I have a batch file which i drag my .qc files onto, the bat file consists of the following:
@echo off
"%sourcesdk%\bin\orangebox\bin\studiomdl.exe" "%1"
pause
when the compile window comes up I get "WARNING: AppFramework : Unable to load module p4lib.dll!" and at the end: "Error opening f:\valve\steam\steamapps\SourceMods\Willows\models/perftest\PineTreeInd_01.mdl! (Check for write enable)"
Now i've seen on various forums that you need to add a -nop4 command when you launch the sdk, so I added a shortcut with the line "F:\Valve\Steam\Steam.exe -applaunch 211 -nop4 -beta srcsdk0122" however it doesnt seem to fix the problem for me.
Anyone know what im doing wrong?