Category:It/Source SDK FAQ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Questa è un archivio di Domande Frequenti sul [[SDK Docs|Source SDK]].
{{LanguageBar}}


Per Problemi con il [[Valve Hammer Editor|Hammer Editor]] o level design, vedi la  [[:Category:Level Design FAQ|Level Design FAQ]].
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 ==


* [[Installazione SDK|Come posso ottenere e installare gli strumenti di sviluppo del Source ?]]
* {{L|Installazione SDK|Come posso ottenere e installare gli strumenti di sviluppo del Source ?}}
* [[Games Supported By The Source SDK|What games does the Source SDK support? Can I use it to edit Half-Life 1 content?]]
* {{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 ==
* [[Faq_morehelp|Where can I go for more help?]]
* {{L|Faq_morehelp|Where can I go for more help?}}
* [[Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.]]
* {{L|Faq_morehelp|I'm experiencing constant, strange problems not covered elsewhere in this FAQ.}}
* [[Refresh SDK Content|How do I Refresh Source SDK Content?]]
* {{L|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.]]
* {{L|64-bit mode with Source SDK|I can't launch Source SDK on 64-bit Windows.}}
* [[Source SDK will not launch|When I try to launch the Source SDK, it does not open.]]
* {{L|Source SDK will not launch|When I try to launch the Source SDK, it does not open.}}
* [[Reset the Source SDK Game Configuration|How do I reset the Source SDK Game Configuration?]]
* {{L|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.]]
* {{L|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.]]
* {{L|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?]]
* {{L|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?]]
* {{L|Removing Game Configurations|How do I remove old games from my "Current Game" menu?}}
* [[Hammer Editor Out of Resources|After working in the SDK for a little while, my machine runs out of resources and crashes!]]
* {{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 ==
* [[Cache Needs Repair error|How do I fix the "Cache Needs Repair" error?]]
* {{L|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?]]
* {{L|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)".]]
* {{L|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".]]
* {{L|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".]]
* {{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 ==
* [[Source SDK Files and Directory Structure|How are the Source SDK files and directories structured?]]
* {{L|Source SDK Files and Directory Structure|How are the Source SDK files and directories structured?}}
* [[The Game Directory|What is meant by Game Directory?]]
* {{L|The Game Directory|What is meant by Game Directory?}}
* [[The GameInfo.txt File Structure|How can I make my own GameInfo.txt?]]
* {{L|The GameInfo.txt File Structure|How can I make my own GameInfo.txt?}}
* [[Gamecfg.ini conversion information]]
* {{L|Gamecfg.ini conversion information}}
* [[Launching Without Background Maps|How do I launch the game without loading the 3D background maps?]]
* {{L|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?]]
* {{L|Command-Line Parameters|What are some game parameters I can launch the game with?}}
* [[Bugzilla|Where can I submit bugs I found in Source SDK?]]
* {{L|Bugzilla|Where can I submit bugs I found in Source SDK?}}


== FacePoser ==
== FacePoser ==
* [[SAPI 5.1 FacePoser Error|I get an error "SAPI 5.1 Unable to create recognizer context".]]
* {{L|SAPI 5.1 FacePoser Error|I get an error "SAPI 5.1 Unable to create recognizer context".}}


== Programmazione ==
== Programmazione ==
* [[Compiler Choices|What compiler do I need to build the SDK code?]]
* {{L|Compiler Choices|What compiler do I need to build the SDK code?}}
* [[Compiler Requirements|What else 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?}}
* [[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?}}
* [[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?}}
* [[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?}}
* [[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.}}
* [[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.}}
* [[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!}}
* [[No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!]]
{{ACategory|Modding}}
 
{{ACategory|Entry pages}}
{{otherlang:en}}
{{otherlang:en:fr|:Category:Source SDK FAQ:fr}}
{{otherlang:en:es|:Category:Source SDK FAQ:es}},
{{otherlang:en:it|:Category:Source SDK FAQ:it}},
{{otherlang:en:jp|:Category:Source SDK FAQ:jp}},
{{otherlang:en:pl|:Category:Source SDK FAQ:pl}},
{{otherlang:en:ru|:Category:Source SDK FAQ:ru}}.
 
[[Category:Modding]]
[[Category:Entry pages]]

Latest revision as of 07:23, 22 August 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)
Info content.png
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.(en)
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(en).

Per Problemi con il Hammer Editor(en) o level design, vedi la Category:Level Design FAQ(en).

Installazione

Problemi generali SDK

Common SDK error messages

Informazioni generali SDK

FacePoser

Programmazione

Pages in category "It/Source SDK FAQ"

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