Difference between revisions of "Category:Source SDK FAQ"
(→General SDK troubleshooting) |
|||
(131 intermediate revisions by 57 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{otherlang2 | |
+ | |cs=Category:Source_SDK_FAQ:cs | ||
+ | |es=Category:Source_SDK_FAQ:es | ||
+ | |fr=Category:Source_SDK_FAQ:fr | ||
+ | |jp=Category:Source_SDK_FAQ:jp | ||
+ | |ru=Category:Source_SDK_FAQ:ru | ||
+ | |it=Category:Source_SDK_FAQ:it | ||
+ | |zh-cn=Category:Source_SDK_FAQ:zh-cn | ||
+ | |pl=Category:Source_SDK_FAQ:pl | ||
+ | |de=Category:Source_SDK_FAQ:de | ||
+ | }} | ||
− | == | + | {{category header|background-color=#E0E0E0|border-color=lightgray}} |
+ | {{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}} | ||
+ | == Installation == | ||
+ | |||
+ | * [[SDK Installation|How do I get and install Source SDK?]] | ||
+ | * [[Games Supported By The Source SDK|What games does Source SDK support?]] | ||
+ | * [[Games Supported By The Source SDK|Can I use Source SDK to edit Half-Life 1 content?]] | ||
+ | * [[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|Where can I go for more help?]] | ||
− | * [[How do I reset the Source SDK Game Configuration?]] | + | * [[Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]] |
− | * [[I reset my Game Configuration, but I get a configuration error when I try to run Hammer.]] | + | * [[Refresh SDK Content|How do I Refresh Source SDK Content?]] |
− | * [[My game configurations menu | + | * [[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?]] | * [[Reinstall the Source SDK installation|How do I re-install the entire Source SDK installation?]] | ||
− | * [[How do I remove old games from my "Current Game" menu?]] | + | * [[Removing Game Configurations|How do I remove old games from my "Current Game" menu?]] |
− | * [[Hammer Editor Out of Resources| | + | * [[Hammer Editor Out of Resources|While using the SDK for a while, my machine runs out of resources and crashes!]] |
− | * [[How do I fix the "Cache Needs Repair" error?]] | + | * [[Launching tools directly|Can I run Hammer, HLMV, etc. without opening the SDK launcher?]] |
− | * [[How do I fix the "Cache Needs Decryption" error?]] | + | * [[Why is the game view tiny?]] |
− | * [[I get an error "Can't find steam.dll relative to executable path (steam path)"]] | + | |
− | * [[I'm | + | == 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 | + | == 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?]] | * [[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 Game Directory|What is meant by Game Directory?]] | ||
− | |||
* [[The GameInfo.txt File Structure|How can I make my own GameInfo.txt?]] | * [[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== | + | == FacePoser == |
− | * [[I get an error "SAPI 5.1 Unable to create recognizer context".]] | + | * [[SAPI 5.1 FacePoser Error|I get an error "SAPI 5.1 Unable to create recognizer context".]] |
− | ==Programming== | + | == Programming == |
− | * [[What compiler do I need to build the SDK code?]] | + | * [[Compiler Choices|What compiler do I need to build the SDK code?]] |
− | * [[Can I use | + | * [[Compiler Requirements|What else do I need to build the SDK code?]] |
+ | * [[Compiling under VS2005|Can I use Visual Studio 2005 / Visual C++ 2005 Express?]] | ||
+ | * [[Compiling under VS2008|Can I use Visual Studio 2008 / Visual C++ 2008 Express?]] | ||
+ | * [[Compiling under VS2010|Can I use Visual Studio 2010 / Visual C++ 2010 Express?]] | ||
* [[SDK Known Issues List|Am I seeing an issue that's already well known?]] | * [[SDK Known Issues List|Am I seeing an issue that's already well known?]] | ||
− | * [[When I use run_mod.bat, I can't run the game if my path has spaces.]] | + | * [[Run mod.bat with Spaces|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.]] | + | * [[Missing Half-Life 2 entities|Missing certain Half-Life 2 entities in Hammer with custom mods.]] |
− | + | * [[No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!]] | |
− | |||
− | |||
+ | == Level Design == | ||
+ | * [[:Category:Level Design FAQ|See the Level Design FAQ for level design and Hammer Editor related issues.]] | ||
+ | {{category end}} __NOTOC__ | ||
− | + | [[Category:Modding]] | |
− | + | [[Category:Entry pages]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 00:40, 21 October 2020
Subcategories
This category has the following 4 subcategories, out of 4 total.
L
Pages in category "Source SDK FAQ"
The following 65 pages are in this category, out of 65 total.
C
- Cache Needs Decryption error
- Cache Needs Repair error
- Can't find steam app user info
- Can't find steam.dll error
- Cannot load library client
- Command Line Options
- Compiler Choices
- Compiling under VS2005
- Compiling under VS2008
- Compiling under VS2010
- Compiling under VS2012
- Compiling under VS2012:ru
- Core Known Issues List
F
G
M
R
S
- SAPI 5.1 FacePoser Error
- SDK Installation
- SDK Installation:zh-tw
- SDK Known Issues List
- SDK Known Issues List Fixed
- SDK versions
- SDK versions:zh-cn
- SDK workaround
- Source SDK 2013
- Source SDK 2013:es
- Source SDK 2013:ko
- Source SDK 2013:zh-cn
- Source SDK Files and Directory Structure
- Source SDK release notes archive