Category:Es/Source SDK FAQ: Difference between revisions
Jump to navigation
Jump to search
m (linked the german translation) |
No edit summary |
||
(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
Éste es un directorio de preguntas frecuentemente acerca del Source SDK. | Éste es un directorio de preguntas frecuentemente acerca del Source SDK. | ||
Para problemas con el | 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 == | == 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 == | == 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 == | == 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 == | == 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 == | == FacePoser == | ||
* | * {{L|SAPI 5.1 FacePoser Error|Aparece el siguiente error: "SAPI 5.1 Unable to create recognizer context".}} | ||
== Programación == | == 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
É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) .
Instalacion
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.
- Como actualizo el contenido del Source SDK?
- I can't launch Source SDK on 64-bit Windows.
- ¿Cómo reseteo la configuración del juego del Source SDK?
- Reseteo la configuración del mi juego, pero me da un error de la configuración cuando intento abrir 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 elimino 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?
- 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!
Pages in category "Es/Source SDK FAQ"
The following 14 pages are in this category, out of 14 total.