Category:Es/Source SDK FAQ: Difference between revisions
Jump to navigation
Jump to search
m (reverted delete notice, works better this way, at least for now) |
m (moving over content from template) |
||
Line 1: | Line 1: | ||
{{:Source SDK FAQ:es}} | {{totranslate}} | ||
Éste es un directorio de preguntas frecuentemente acerca del Source SDK. | |||
Para problemas con el [[Valve Hammer Editor|Hammer Editor]] o problemas de level design, vea [[:Category:Level Design FAQ:es|Level Design FAQ (preguntas frecuentes)]]. | |||
== Installation == | |||
* [[SDK Installation:es|Bajar e instalar el SDK Source.]] | |||
* [[Games Supported By The Source SDK:es|¿Qué juegos soporta el SDK Source?]] | |||
== General del SDK == | |||
* [[Faq morehelp:es|¿Dónde puedo ir para más ayuda?]] | |||
* [[Faq_morehelp:es|Estoy experimentando los problemas constantes, extraños no cubiertos a otra parte en este FAQ.]] | |||
* [[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.]] | |||
* [[Reset the Source SDK Game Configuration:es|¿Cómo reseteo la configuración del juego de la SOURCE SDK?]] | |||
* [[Reset the Source SDK Game Configuration:es|Reseteo la configuración del mi juego, pero consigo un error de la configuración cuando intento funcionar el Hammer.]] | |||
* [[Empty game configurations list|Mi menú de las configuraciones del juego en Hammer y la aplicación SDK está vacío.]] | |||
* [[Reinstall the Source SDK installation|¿Cómo reinstalo la instalación entera de Source SDK?]] | |||
* [[Removing Game Configurations|¿Cómo remuevo juegos viejos de mi "juego actual" menú?]] | |||
* [[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 == | |||
* [[Cache Needs Repair error|¿Cómo soluciono el error "Cache Needs Repair"?]] | |||
* [[Cache Needs Decryption error|¿Cómo soluciono el error "Cache Needs Decryption"?]] | |||
* [[Can't find steam.dll error|Consigo un error "Can't find steam.dll relative to executable path (steam path)"]] | |||
* [[Missing GameInfo.txt|Aparece este error: "The configuration information for the game is invalid or missing". Qué puedo hacer?]] | |||
* [[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 == | |||
* [[Source SDK Files and Directory Structure:es|Cómo estan estructurados los archivos y los directorios de Source SDK?]] | |||
* [[The Game Directory|¿Que significa el directorio del juego?]] | |||
* [[The GameInfo.txt File Structure|Cómo puedo hacer mi propio GameInfo.txt?]] | |||
* [[Gamecfg.ini conversion information|Información para converetir Gamecfg.ini]] | |||
* [[Launching Without Background Maps|Cómo hagoque ejecute el juego sin cargar los mapas del fondo en 3D?]] | |||
* [[Command-Line Parameters|¿Cuáles son los parámetros del juego que puedo ejecutar con el mismo?]] | |||
* [[Loading problem|How do I fix the loading problems on SDK?]] | |||
* [[Bugzilla|Where can I submit bugs I found in Source SDK?]] | |||
== FacePoser == | |||
* [[SAPI 5.1 FacePoser Error|Aparece el siguiente error: "SAPI 5.1 Unable to create recognizer context".]] | |||
== Programación == | |||
* [[Compiler Choices|Qué compilador necesito para compilar el Código Source SDK?]] | |||
* [[Compiler Requirements|What else do I need to build the SDK code?]] | |||
* [[Microsoft Visual Studio 6.0 Usage|Puedo utilizar el Microsoft Visual Studio 6.0 para Source SDK?]] | |||
* [[Compiling_under_VS2005|Can I use Microsoft Visual Studio 2005 with the SDK?]] | |||
* [[Compiling_under_VS2005|Can I use Microsoft Visual C++ 2005 Express Edition with the SDK?]] | |||
* [[SDK Known Issues List|¿Estoy vendo un problema conocido?]] | |||
* [[Run mod.bat with Spaces|Cuando utilizo run_mod.bat, no puedo ejecutar el juego si mi trayectoria tiene espacios.]] | |||
* [[Missing Half-Life 2 entities|Seguro que falta Half-Life 2 entidades en hammer editor.]] | |||
* [[No Animation for Combine Models|When playing a multiplayer mod, combine players don't show any animation!]] | |||
{{otherlang:es}} | |||
{{otherlang:es:en|:Category:Source SDK FAQ}}, | |||
{{otherlang:es:jp|:Category:Source SDK FAQ:jp}}, | |||
{{otherlang:es:pl|:Category:Source SDK FAQ:pl}}, | |||
{{otherlang:es:ru|:Category:Source SDK FAQ:ru}}. | |||
[[Category:Modding:es]] |
Revision as of 06:14, 22 February 2008
Éste es un directorio de preguntas frecuentemente acerca del Source SDK.
Para problemas con el Hammer Editor o problemas de level design, vea Level Design FAQ (preguntas frecuentes).
Installation
General del SDK
- ¿Dónde puedo ir para más ayuda?
- Estoy experimentando los problemas constantes, extraños no cubiertos a otra parte en este FAQ.
- How do I Refresh Source SDK Content?
- I can't launch Source SDK on 64-bit Windows.
- ¿Cómo reseteo la configuración del juego de la SOURCE SDK?
- Reseteo la configuración del mi juego, pero consigo un error de la configuración cuando intento funcionar el Hammer.
- Mi menú de las configuraciones del juego en Hammer y la aplicación SDK está vacío.
- ¿Cómo reinstalo la instalación entera de Source SDK?
- ¿Cómo remuevo juegos viejos de mi "juego actual" menú?
- 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
- ¿Cómo soluciono el error "Cache Needs Repair"?
- ¿Cómo soluciono el error "Cache Needs Decryption"?
- Consigo un error "Can't find steam.dll relative to executable path (steam path)"
- Aparece este error: "The configuration information for the game is invalid or missing". Qué puedo hacer?
- 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
- Cómo estan estructurados los archivos y los directorios de Source SDK?
- ¿Que significa el directorio del juego?
- Cómo puedo hacer mi propio GameInfo.txt?
- Información para converetir Gamecfg.ini
- Cómo hagoque ejecute el juego sin cargar los mapas del fondo en 3D?
- ¿Cuáles son los parámetros del juego que puedo ejecutar con el mismo?
- How do I fix the loading problems on SDK?
- Where can I submit bugs I found in Source SDK?
FacePoser
Programación
- Qué compilador necesito para compilar el Código Source SDK?
- What else do I need to build the SDK code?
- Puedo utilizar el Microsoft Visual Studio 6.0 para Source SDK?
- Can I use Microsoft Visual Studio 2005 with the SDK?
- Can I use Microsoft Visual C++ 2005 Express Edition with the SDK?
- ¿Estoy vendo un problema conocido?
- Cuando utilizo run_mod.bat, no puedo ejecutar el juego si mi trayectoria tiene espacios.
- Seguro que falta Half-Life 2 entidades en hammer editor.
- When playing a multiplayer mod, combine players don't show any animation!
Template:Otherlang:es Template:Otherlang:es:en, Template:Otherlang:es:jp, Template:Otherlang:es:pl, Template:Otherlang:es:ru.
Pages in category "Es/Source SDK FAQ"
The following 14 pages are in this category, out of 14 total.