Category:Source SDK FAQ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(reverted)
No edit summary
 
(170 intermediate revisions by 74 users not shown)
Line 1: Line 1:
=Source SDK Frequently Asked Questions=
{{LanguageBar|title = Category:Source SDK FAQ}}


==General SDK Troubleshooting==
{{category header|background-color=#E0E0E0|border-color=lightgray}}
{{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}}


* [[Where can I go for more help?]]
== Installation ==
* [[How do I reset the Source SDK Game Configuration?]]
* [[I reset my Game Configuration, but I get an configuration error when I try to run Hammer.]]
* [[My game configurations menu In Hammer and the SDK application is empty.]]
* [[How do I re-install the entire Source SDK installation?]]
* [[How do I remove old games from my "Current Game" menu?]]
* [[After working in the SDK for a little while, my machine runs out of resources and crashes!]]
* [[How do I fix the "Cache Needs Repair" error?]]
* [[How do I fix the "Cache Needs Decryption" error?]]
* [[I get an error "Can't find steam.dll relative to executable path (steam path)"]]
* [[I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]]


==General SDK Information==
* [[SDK Installation|How do I get and install Source SDK?]]
* [[How are the Source SDK files and directories structured?]]
* [[Games Supported By The Source SDK|What games does Source SDK support?]]
* [[What's is meant by Game Directory?]]
* [[Games Supported By The Source SDK|Can I use Source SDK to edit Half-Life 1 content?]]
* [[How can I make my own GameInfo.txt?]]
* [[SDK versions|What is the difference between "Source SDK" and "Source SDK Base"?]]
* [[Cleanly_reinstalling_Steam|How do I do a manual uninstall of Steam?]]
 
== General SDK troubleshooting  ==
* [[Faq_morehelp|Where can I go for more help?]]
* [[Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]]
* [[Refresh SDK Content|How do I Refresh Source SDK Content?]]
* [[64-bit mode with Source SDK|I can't launch Source SDK on 64-bit Windows.]]
* [[Reset the Source SDK Game Configuration|How do I reset the Source SDK Game Configuration?]]
* [[Reset the Source SDK Game Configuration|I reset my Game Configuration, but I get a configuration error when I try to run Hammer.]]
* [[Empty game configurations list|My game configurations menu in Hammer and the SDK application is empty.]]
* [[Reinstall the Source SDK installation|How do I re-install the entire Source SDK installation?]]
* [[Removing Game Configurations|How do I remove old games from my "Current Game" menu?]]
* [[Hammer Editor Out of Resources|While using the SDK for a while, my machine runs out of resources and crashes!]]
* [[Launching tools directly|Can I run Hammer, HLMV, etc. without opening the SDK launcher?]]
* [[Why is the game view tiny?]]
 
== Common SDK error messages  ==
* [[Cache Needs Repair error|How do I fix the "Cache Needs Repair" error?]]
* [[Cache Needs Decryption error|How do I fix the "Cache Needs Decryption" error?]]
* [[Can't find steam.dll error|I get an error "Can't find steam.dll relative to executable path (steam path)".]]
* [[Missing GameInfo.txt|I get an error "The configuration information for the game is invalid or missing".]]
* [[Missing required DLLs|When I try to run these tools in the bin folder of the SDK, I'm getting an error message: "tier0.dll or vstdlib.dll are not found".]]
 
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}
 
== General SDK information ==
* [[Developer Console|How do I enable the developer console?]]
* [[Source SDK Files and Directory Structure|How are the Source SDK files and directories structured?]]
* [[The Game Directory|What is meant by Game Directory?]]
* [[The GameInfo.txt File Structure|How can I make my own GameInfo.txt?]]
* [[Gamecfg.ini conversion information]]
* [[Gamecfg.ini conversion information]]
* [[How do I launch the game without loading the 3D background maps?]]
* [[Launching Without Background Maps|How do I launch the game without loading the 3D background maps?]]
* [[What are some game parameters I can launch the game with?]]
* [[Command-Line Parameters|What are some game parameters I can launch the game with?]]
* [[Source SDK Bugs|Where can I submit bugs I found in Source SDK?]]
 
== FacePoser ==
* [[SAPI 5.1 FacePoser Error|I get an error "SAPI 5.1 Unable to create recognizer context".]]


==Hammer Configuration and Compiling==
== Programming ==
* [[My Hammer Configuration does not work correctly. What do I do?]]
* [[Compiler Choices|What compiler do I need to build the SDK code?]]
* [[How do I manually configure the Hammer Editor?]]
* [[Compiling under VS2005|Can I use Visual Studio 2005 / Visual C++ 2005 Express?]]
* [[How do I copy the contents of the compile Process Window?]]
* [[Compiling under VS2008|Can I use Visual Studio 2008 / Visual C++ 2008 Express?]]
* [[What is the "Additional game parameters" field for?]]
* [[Compiling under VS2010|Can I use Visual Studio 2010 / Visual C++ 2010 Express?]]
* [[My multiplayer map isn't appearing in the multiplayer map list.]]
* [[Compiling under VS2012|Can I use Visual Studio 2012?]]
* [[I compiled my map with Hammer, but when I run the game from the Steam menu, the map is not there.]]
* [[Compiling under VS2022|Can I use Visual Studio 2022?]]
* [[I added some prop models in Hammer, but they don't appear in the game!]]
* [[SDK Known Issues List|Am I seeing an issue that's already well known?]]
* [[When I compile, I get "Error! static_prop using model (modelname), which must be used on a dynamic entity."]]
* [[Run mod.bat with Spaces|When I use run_mod.bat, I can't run the game if my path has spaces.]]
* [[When I load my Counter-Strike: Source map, it says "Both Teams are Full".]]
* [[Missing Half-Life 2 entities|Missing certain Half-Life 2 entities in Hammer with custom mods.]]
* [[Models I place in Hammer are rendered with a black and purple checkerboard in-game.]]
* [[No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!]]
* [[Hammer reports "leaked!" when I compile. How do I fix it?]]
* [[I get a message "Memory leak: mempool blocks left in memory: (number)" when I compile.]]
* [[When I run my multiplayer map in the game, people join my server!]]
* [[How do I get back to having 4 views - the 3D, top, front, and side views?]]


==Level Editing Features==
== Level Design ==
* [[How do I correctly make a skybox?]]
* [[:Category:Level Design FAQ|See the Level Design FAQ for level design and Hammer Editor related issues.]]
* [[How do I add fog to my level?]]
* [[Can I make a custom soundscape for my level?]]
* [[How do I use Half-Life 2 model or material in a Counter-Strike: Source map?]]


==FacePoser==
{{cleanup|Merge with some [[Source SDK]] or similar...}}
* [[I get an error "SAPI 5.1 Unable to create recognizer context".]]


==Programming==
{{category end}} __NOTOC__
* [[What compiler do I need to build the SDK code?]]
[[Category:Modding]]
* [[Can I use Microsoft Visual Studio 6.0 with the SDK?]]
[[Category:Entry pages]]
* [[When I use run_mod.bat, I can't run the game if my path has spaces.]]
* [[Missing certain Half-Life 2 entities in Hammer.]]

Latest revision as of 16:20, 12 July 2024

English (en)Deutsch (de)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Italiano (it)日本語 (ja)한국어 (ko)Polski (pl)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)Translate (Translate)

Installation

General SDK troubleshooting

Common SDK error messages

General SDK information

FacePoser

Programming

Level Design

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality because:
Merge with some Source SDK or similar...
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Subcategories

This category has only the following subcategory.

L

Pages in category "Source SDK FAQ"

The following 56 pages are in this category, out of 56 total.