Source sdk base orange box error

TerabyteST

Newbie
Joined
Jul 21, 2009
Messages
5
Reaction score
0
Hi, I am working on a mod, and I tried to run it for the first time, using run_mod.bat, but I get the error
---------------------------
Engine Error
---------------------------
Could not load library client
---------------------------
OK
---------------------------
Now I know I am missing client.dll and probably server.dll too, but I don't know where to find the c++ file or whatever it is that I have to compile. Where is it?
 
All I can tell you is that you definitely need your client.dll and server.dll files for the mod to run. I'm not a coder and I don't know anything more to help you than that, but someone else here probably can so just give it a day or two.
 
Stop bumping the thread, give it some time.
 
I don't know where to find the c++ file or whatever it is that I have to compile. Where is it?

I think you need to open an .sln file to compile the .dll files, but I think their location depends on where you installed the source (at least it did when I last tried).
I think the .sln file is in a file called src in the same folder as run_mod.bat, but I'm not sure.
 
Back
Top