Category:Source SDK FAQ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(48 intermediate revisions by 24 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar|title = Category:Source SDK FAQ}} | |||
{{category header|background-color=#E0E0E0|border-color=lightgray}} | |||
{{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}} | |||
== Installation == | == Installation == | ||
* [[SDK Installation|How do I get and install | * [[SDK Installation|How do I get and install Source SDK?]] | ||
* [[Games Supported By The Source SDK|What games does | * [[Games Supported By The Source SDK|What games does Source SDK support?]] | ||
* [[SDK versions|What is the difference between | * [[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 == | == General SDK troubleshooting == | ||
* [[Faq_morehelp|Where can I go for more help?]] | * [[Faq_morehelp|Where can I go for more help?]] | ||
* [[Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]] | * [[Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]] | ||
* [[Refresh SDK Content|How do I Refresh Source SDK Content?]] | * [[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.]] | * [[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|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.]] | * [[Reset the Source SDK Game Configuration|I reset my Game Configuration, but I get a configuration error when I try to run Hammer.]] | ||
Line 20: | Line 22: | ||
* [[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?]] | ||
* [[Removing Game Configurations|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!]] | ||
* [[Launching tools directly|Can I run Hammer, HLMV, etc. without opening the SDK launcher?]] | |||
* [[Why is the game view tiny?]] | |||
== Common SDK error messages == | == Common SDK error messages == | ||
* [[Cache Needs Repair error|How do I fix the "Cache Needs Repair" error?]] | * [[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?]] | * [[Cache Needs Decryption error|How do I fix the "Cache Needs Decryption" error?]] | ||
Line 28: | Line 32: | ||
* [[Missing GameInfo.txt|I get an error "The configuration information for the game is invalid or missing".]] | * [[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".]] | * [[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 == | == 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?]] | ||
Line 36: | Line 43: | ||
* [[Launching Without Background Maps|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?]] | ||
* [[Command-Line Parameters|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 == | ||
Line 43: | Line 50: | ||
== Programming == | == Programming == | ||
* [[Compiler Choices|What compiler do I need to build the SDK code?]] | * [[Compiler Choices|What compiler 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?]] | ||
* [[ | * [[Compiling under VS2012|Can I use Visual Studio 2012?]] | ||
* [[Compiling under VS2022|Can I use Visual Studio 2022?]] | |||
* [[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?]] | ||
* [[Run mod.bat with Spaces|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.]] | ||
Line 52: | Line 60: | ||
* [[No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!]] | * [[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.]] | |||
{{cleanup|Merge with some [[Source SDK]] or similar...}} | |||
{{ | |||
{{category end}} __NOTOC__ | |||
[[Category:Modding]] | [[Category:Modding]] | ||
[[Category:Entry pages]] | [[Category:Entry pages]] |
Latest revision as of 16:20, 12 July 2024
Pages in category "Source SDK FAQ"
The following 56 pages are in this category, out of 56 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 VS2022
- Core Known Issues List
F
M
R
S
- SAPI 5.1 FacePoser Error
- SDK Installation
- SDK Known Issues List
- SDK Known Issues List Fixed
- SDK versions
- SDK workaround
- Setting up Source SDK Base 2013 Multiplayer
- Setting up Source SDK Base 2013 Singleplayer
- Source SDK Base 2013
- Source SDK Files and Directory Structure
- Source SDK release notes archive
- System cannot find file specified error