ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

Can't run executables in game\bin directory #346

Closed kbridge closed 8 years ago

kbridge commented 8 years ago

I build the whole SDK using VS2013. The build succeed. But when I try to run the executables, such as vbsp.exe, vrad.exe... I get an error: can't find tier0.dll and vstdlib.dll.

I find 'tier0' and 'vstdlib' directory under mp\src and sp\src. However, only a xxx_exclude.vpc file can be found under them.

Can't figure out why. Our tools depend them, but seems we exclude them from building list. So how to get these two DLLs? (Or they are actually not necessary?) Please help!

Nephyrin commented 8 years ago

See #347