Category:Es/Source SDK FAQ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(created)
 
No edit summary
 
(22 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[SOURCE SDK FAQ (Preguntas Frecuentes)]]
{{LanguageBar}}
 
Éste es un directorio de preguntas frecuentemente acerca del Source SDK.
 
Para problemas con el {{L|Valve Hammer Editor|Hammer Editor}} o problemas de level design, vea {{LCategory|Level Design FAQ|Level Design FAQ (preguntas frecuentes)}}.
 
== Instalacion ==
* {{L|SDK Installation|Bajar e instalar el Source SDK.}}
* {{L|Games Supported By The Source SDK|¿Qué juegos soporta el SDK Source?}}
 
== General del SDK ==
* {{L|Faq morehelp|¿Dónde puedo ir para más ayuda?}}
* {{L|Faq morehelp|Estoy experimentando los problemas constantes, extraños no cubiertos a otra parte en este FAQ.}}
* {{L|Refresh SDK Content|Como actualizo el contenido del Source SDK?}}
* {{L|64-bit mode with Source SDK|I can't launch Source SDK on 64-bit Windows.}}
* {{L|Reset the Source SDK Game Configuration|¿Cómo reseteo la configuración del juego del Source SDK?}}
* {{L|Reset the Source SDK Game Configuration|Reseteo la configuración del mi juego, pero me da un error de la configuración cuando intento abrir el Hammer.}}
* {{L|Empty game configurations list|Mi menú de las configuraciones del juego en Hammer y la aplicación SDK está vacío.}}
* {{L|Reinstall the Source SDK installation|¿Cómo reinstalo la instalación entera de Source SDK?}}
* {{L|Removing Game Configurations|¿Cómo elimino juegos viejos de mi "juego actual" menú?}}
* {{L|Hammer Editor Out of Resources|Después de trabajar en el SDK por un ratito mientras, mi máquina se queda sin recursos y ¡choca!}}
 
== Mensajes de error comunes del Source SDK ==
* {{L|Cache Needs Repair error|¿Cómo soluciono el error "Cache Needs Repair"?}}
* {{L|Cache Needs Decryption error|¿Cómo soluciono el error "Cache Needs Decryption"?}}
* {{L|Can't find steam.dll error|Consigo un error "Can't find steam.dll relative to executable path (steam path)"}}
* {{L|Missing GameInfo.txt|Aparece este error: "The configuration information for the game is invalid or missing". Qué puedo hacer?}}
* {{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".}}
 
== Información general SDK ==
* {{L|Source SDK Files and Directory Structure|Cómo estan estructurados los archivos y los directorios de Source SDK?}}
* {{L|The Game Directory|¿Que significa el directorio del juego?}}
* {{L|The GameInfo.txt File Structure|Cómo puedo hacer mi propio GameInfo.txt?}}
* {{L|Gamecfg.ini conversion information|Información para converetir Gamecfg.ini}}
* {{L|Launching Without Background Maps|Cómo hagoque ejecute el juego sin cargar los mapas del fondo en 3D?}}
* {{L|Command-Line Parameters|¿Cuáles son los parámetros del juego que puedo ejecutar con el mismo?}}
* {{L|Loading problem|How do I fix the loading problems on SDK?}}
* {{L|Bugzilla|Where can I submit bugs I found in Source SDK?}}
 
== FacePoser ==
* {{L|SAPI 5.1 FacePoser Error|Aparece el siguiente error: "SAPI 5.1 Unable to create recognizer context".}}
 
== Programación ==
* {{L|Compiler Choices|Qué compilador necesito para compilar el Código Source SDK?}}
* {{L|Microsoft Visual Studio 6.0 Usage|Puedo utilizar el Microsoft Visual Studio 6.0 para Source 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|¿Estoy vendo un problema conocido?}}
* {{L|Run mod.bat with Spaces|Cuando utilizo run_mod.bat, no puedo ejecutar el juego si mi trayectoria tiene espacios.}}
* {{L|Missing Half-Life 2 entities|Seguro que falta Half-Life 2 entidades en hammer editor.}}
* {{L|No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!}}
 
{{ACategory|Modding}}
{{ACategory|Modding}}
{{ACategory|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)

Éste es un directorio de preguntas frecuentemente acerca del Source SDK.

Para problemas con el Hammer Editor(en) o problemas de level design, vea Level Design FAQ (preguntas frecuentes)(en).

Instalacion

General del SDK

Mensajes de error comunes del Source SDK

Información general SDK

FacePoser

Programación