Error extensión Sebastian Arg

Inform es una popular herramienta de creación de juegos de aventuras interactivas basada en texto.

Moderador: Ejvg

Responder
Avatar de Usuario
Neo_one
Mensajes: 38
Registrado: 25 Abr 2023, 19:49
Contactar:

Error extensión Sebastian Arg

Mensaje por Neo_one »

Buenas.
He instalado la extensión para ponerlo en español, pero me da el siguiente error.

Problem. Something went wrong late in compilation, when working through the 'pipeline' of code-generation steps. (This should not normally happen unless your source text is making use of '(-' and '-)' and getting that wrong, or unless you are experimenting with non-standard pipelines.) The pipeline looks like so:

1. read <- *memory
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s): LanguagePronouns, ME1__WD, LanguageGNAsToArticles, LanguageArticles, LanguageContractionForms, LanguageContraction, THEN1__WD, OOPS1__WD, OOPS2__WD, OOPS3__WD, UNDO1__WD, UNDO2__WD, UNDO3__WD, AGAIN1__WD, AGAIN2__WD, AGAIN3__WD, LanguageToInformese, LanguageIsVerb, THEN2__WD, THEN3__WD, LanguageDescriptors, ME2__WD, ME3__WD, AND1__WD, AND2__WD, AND3__WD, BUT1__WD, BUT2__WD, BUT3__WD, OTHER1__WD, OTHER2__WD, OTHER3__WD, ALL1__WD, ALL2__WD, ALL3__WD, ALL4__WD, ALL5__WD, OF1__WD, OF2__WD, OF3__WD, OF4__WD, LanguageVerbMayBeName, LanguageVerb, LanguageDirection, LanguageAnimateGender, LanguageInanimateGender, YES1__WD, YES2__WD, YES3__WD, NO1__WD, NO2__WD, NO3__WD, LanguageNumbers
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Because of this problem, the source could not be translated into a working game. (Correct the source text to remove the difficulty and click on Go once again.)

El código de la habitación lo he puesto así.

Código: Seleccionar todo

"Prueba" by NeoOne (in Spanish)

Bosque is a room. The description is "Estás en un frondoso bosque. Hay muchos árboles."
No sé qué es lo que ocurre.
Diseño gráfico, escritor.
Intento crear mi primera aventura conversacional.
Avatar de Usuario
Neo_one
Mensajes: 38
Registrado: 25 Abr 2023, 19:49
Contactar:

Re: Error extensión Sebastian Arg

Mensaje por Neo_one »

Vale, he dado con la respuesta que se encuentra aquí: https://github.com/sarganar/I7-Spanish

Código: Seleccionar todo

Inform 7 IDE:

Descarga e instala el IDE de Inform desde su repositorio. Es la release 10.1.2, elige la que corresponde a tu SO.
Librerías Español:

Ve a la sección Releases de este repositorio. Allí las tienes empaquetadas en un zip. Descargate la última.

Te recomiendo que las instales de manera local, solo para tu proyecto actual:
Instalación Local

    Abre la aplicación Inform 7 y crea tu primer proyecto con nombre TuProyecto. Inform te creará una carpeta TuProyecto en su folder Projects (en MisDocumentos/Inform por ejemplo)

    Copia la carpeta Sebastian Arg del zip que descargaste al folder Extensions en MisDocumentos/Inform/Projects/TuProyecto.Materials/ Debes crear el folder Extensions

    Copia la carpeta SpanishLanguageKit del zip que descargaste al folder Inter en MisDocumentos/Inform/Projects/TuProyecto.Materials/ Debes crear el folder Inter

    y ya.
Diseño gráfico, escritor.
Intento crear mi primera aventura conversacional.
Avatar de Usuario
tranqui69
Mensajes: 115
Registrado: 15 Abr 2023, 08:33
Has thanked: 9 times
Been thanked: 3 times
Contactar:

Re: Error extensión Sebastian Arg

Mensaje por tranqui69 »

Gracias por compartir la solución.
Responder