Talk:Source SDK Files and Directory Structure: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(re)
Line 3: Line 3:


What's the story with Steam's (8th Nov 2007) SDK update creating a whole new <code>sourcesdk/bin/orangebox/bin</code> directory and preventing all my SDK tools from launching / not crashing ? what should I do ? [[User:Beeswax|Beeswax]] 12:02, 10 Nov 2007 (PST)
What's the story with Steam's (8th Nov 2007) SDK update creating a whole new <code>sourcesdk/bin/orangebox/bin</code> directory and preventing all my SDK tools from launching / not crashing ? what should I do ? [[User:Beeswax|Beeswax]] 12:02, 10 Nov 2007 (PST)
:The directory structure to use is; "sourcesdk/bin/ep1/bin". Point all the tools at that "bin" directory and ensure your sdk starts with the "-engine ep1" switch added to it's command start.
:Read "Enhancements" -> "SDK Content" under [[Source SDK Release Notes]]. [[User:Jupix|Jupix]] 12:13, 10 Nov 2007 (PST)
Everything should work ok after that...
:The directory structure to use is; "sourcesdk/bin/ep1/bin". Point all the tools at that "bin" directory and ensure your sdk starts with the "-engine ep1" switch added to it's command start. Everything should work ok after that... Cheers VinnieMc
Cheers
VinnieMc

Revision as of 12:13, 10 November 2007

How does this work with 3rd-party Mods, which live under C:\Program Files\Steam\steamapps\SourceMods?

Add the relevant mod-information to the sourcesdk/GameConfig.txt so SDK can work with it. See Resetting a Custom Mod Game Configuration. Beeswax

What's the story with Steam's (8th Nov 2007) SDK update creating a whole new sourcesdk/bin/orangebox/bin directory and preventing all my SDK tools from launching / not crashing ? what should I do ? Beeswax 12:02, 10 Nov 2007 (PST)

Read "Enhancements" -> "SDK Content" under Source SDK Release Notes. Jupix 12:13, 10 Nov 2007 (PST)
The directory structure to use is; "sourcesdk/bin/ep1/bin". Point all the tools at that "bin" directory and ensure your sdk starts with the "-engine ep1" switch added to it's command start. Everything should work ok after that... Cheers VinnieMc