Talk:Source SDK 2013: Your First Shader

From Valve Developer Community
Revision as of 13:51, 2 November 2017 by Mariotravel209 (talk | contribs) (→‎Can't compile shaders?: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Can't compile shaders?

Hi! For quite a while I've been adding trying to implement some cool shaders into my Source SDK 2013 MP Mod. I've followed through everything within the instructions. From setting up Perl (with String:CRC32) and DirectX SDK, setting their path variables, creating a.vpc file for my mod, to creating a batch file. However, when I run my build[mod]shaders.bat file I run into this error.

NMAKE :  U1073: don't know how to make 'shaderlib/cshader.h'

When I run it again, I get the same error but with different files. I'm not sure but it appears the bat file is trying to run files from the ..src/public directory as all the files it mentioned are there and present. Anybody know a way for me to fix this? Thanks!