Category:It/Source SDK FAQ: Difference between revisions
Jump to navigation
Jump to search
Defragmenter (talk | contribs) No edit summary |
No edit summary |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
Per Problemi con il | Questa è un archivio di Domande Frequenti sul {{L|SDK Docs|Source SDK}}. | ||
Per Problemi con il {{L|Valve Hammer Editor|Hammer Editor}} o level design, vedi la {{LCategory|Level Design FAQ}}. | |||
== Installazione == | == Installazione == | ||
* | * {{L|Installazione SDK|Come posso ottenere e installare gli strumenti di sviluppo del Source ?}} | ||
* | * {{L|Games Supported By The Source SDK|What games does the Source SDK support? Can I use it to edit Half-Life 1 content?}} | ||
== Problemi generali SDK == | == Problemi generali SDK == | ||
* | * {{L|Faq_morehelp|Where can I go for more help?}} | ||
* | * {{L|Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.}} | ||
* | * {{L|Refresh SDK Content|How do I Refresh Source SDK Content?}} | ||
* | * {{L|64-bit mode with Source SDK|I can't launch Source SDK on 64-bit Windows.}} | ||
* | * {{L|Source SDK will not launch|When I try to launch the Source SDK, it does not open.}} | ||
* | * {{L|Reset the Source SDK Game Configuration|How do I reset the Source SDK Game Configuration?}} | ||
* | * {{L|Reset the Source SDK Game Configuration|I reset my Game Configuration, but I get a configuration error when I try to run Hammer.}} | ||
* | * {{L|Empty game configurations list|My game configurations menu in Hammer and the SDK application is empty.}} | ||
* | * {{L|Reinstall the Source SDK installation|How do I re-install the entire Source SDK installation?}} | ||
* | * {{L|Removing Game Configurations|How do I remove old games from my "Current Game" menu?}} | ||
* | * {{L|Hammer Editor Out of Resources|After working in the SDK for a little while, my machine runs out of resources and crashes!}} | ||
== Common SDK error messages == | == Common SDK error messages == | ||
* | * {{L|Cache Needs Repair error|How do I fix the "Cache Needs Repair" error?}} | ||
* | * {{L|Cache Needs Decryption error|How do I fix the "Cache Needs Decryption" error?}} | ||
* | * {{L|Can't find steam.dll error|I get an error "Can't find steam.dll relative to executable path (steam path)".}} | ||
* | * {{L|Missing GameInfo.txt|I get an error "The configuration information for the game is invalid or missing".}} | ||
* | * {{L|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".}} | ||
== Informazioni generali SDK == | == Informazioni generali SDK == | ||
* | * {{L|Source SDK Files and Directory Structure|How are the Source SDK files and directories structured?}} | ||
* | * {{L|The Game Directory|What is meant by Game Directory?}} | ||
* | * {{L|The GameInfo.txt File Structure|How can I make my own GameInfo.txt?}} | ||
* | * {{L|Gamecfg.ini conversion information}} | ||
* | * {{L|Launching Without Background Maps|How do I launch the game without loading the 3D background maps?}} | ||
* | * {{L|Command-Line Parameters|What are some game parameters I can launch the game with?}} | ||
* | * {{L|Bugzilla|Where can I submit bugs I found in Source SDK?}} | ||
== FacePoser == | == FacePoser == | ||
* | * {{L|SAPI 5.1 FacePoser Error|I get an error "SAPI 5.1 Unable to create recognizer context".}} | ||
== Programmazione == | == Programmazione == | ||
* | * {{L|Compiler Choices|What compiler do I need to build the SDK code?}} | ||
* | * {{L|Microsoft Visual Studio 6.0 Usage|Can I use Microsoft Visual Studio 6.0 with the SDK?}} | ||
* {{L|Compiling_under_VS2005|Can I use Microsoft Visual Studio 2005 with the SDK?}} | |||
* | * {{L|Compiling_under_VS2005|Can I use Microsoft Visual C++ 2005 Express Edition with the SDK?}} | ||
* | * {{L|SDK Known Issues List|Am I seeing an issue that's already well known?}} | ||
* | * {{L|Run mod.bat with Spaces|When I use run_mod.bat, I can't run the game if my path has spaces.}} | ||
* | * {{L|Missing Half-Life 2 entities|Missing certain Half-Life 2 entities in Hammer with custom mods.}} | ||
* | * {{L|No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!}} | ||
* | {{ACategory|Modding}} | ||
{{ACategory|Entry pages}} | |||
{{ | |||
{{ | |||
Latest revision as of 07:23, 22 August 2024

This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.
Questa è un archivio di Domande Frequenti sul Source SDK .
Per Problemi con il Hammer Editor o level design, vedi la Category:Level Design FAQ .
Installazione
- Come posso ottenere e installare gli strumenti di sviluppo del Source ?
- What games does the Source SDK support? Can I use it to edit Half-Life 1 content?
Problemi generali SDK
- Where can I go for more help?
- I'm experiencing constant, strange problems not covered elsewhere in this FAQ.
- How do I Refresh Source SDK Content?
- I can't launch Source SDK on 64-bit Windows.
- When I try to launch the Source SDK, it does not open.
- How do I reset the Source SDK Game Configuration?
- I reset my Game Configuration, but I get a 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!
Common SDK error messages
- 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 get an error "The configuration information for the game is invalid or missing".
- 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".
Informazioni generali SDK
- How are the Source SDK files and directories structured?
- What is meant by Game Directory?
- How can I make my own GameInfo.txt?
- Gamecfg.ini conversion information
- How do I launch the game without loading the 3D background maps?
- What are some game parameters I can launch the game with?
- Where can I submit bugs I found in Source SDK?
FacePoser
Programmazione
- What compiler do I need to build the SDK code?
- Can I use Microsoft Visual Studio 6.0 with the SDK?
- Can I use Microsoft Visual Studio 2005 with the SDK?
- Can I use Microsoft Visual C++ 2005 Express Edition with the SDK?
- 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.
- Missing certain Half-Life 2 entities in Hammer with custom mods.
- When playing a multiplayer mod, combine players don't show any animation!
Pages in category "It/Source SDK FAQ"
The following 3 pages are in this category, out of 3 total.