diff options
author | Strangerke | 2017-10-15 19:02:53 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:34 +0000 |
commit | 572f205e679325e9dbbf2f6589588287ccf2d215 (patch) | |
tree | ffcb0595d11f120859b806eab644f4def1eec675 /devtools | |
parent | f23baf902f57762ae43cab17ff3ace582e23a99d (diff) | |
download | scummvm-rg350-572f205e679325e9dbbf2f6589588287ccf2d215.tar.gz scummvm-rg350-572f205e679325e9dbbf2f6589588287ccf2d215.tar.bz2 scummvm-rg350-572f205e679325e9dbbf2f6589588287ccf2d215.zip |
SUPERNOVA: Extract the strings from ShipCockpit
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_supernova/gametext.h | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h index 006a1a235b..2c30a79d7d 100644 --- a/devtools/create_supernova/gametext.h +++ b/devtools/create_supernova/gametext.h @@ -444,6 +444,60 @@ const char *gameText[] = { "Beim Aufprall des Raumschiffs|mu\341t du mit dem Kopf aufgeschlagen|und bewu\341tlos geworden sein.", // kStringShipSleepCabin15 "Was steht dir jetzt wohl wirklich bevor?", // kStringShipSleepCabin16 // 340 + "Geschwindigkeit: ", + "8000 hpm", + "0 hpm", + "Ziel: Arsano 3", + "Entfernung: ", + //345 + " Lichtjahre", + "Dauer der Reise bei momentaner Geschwindigkeit:", + " Tage", + "Vergi\341 nicht, du bist nur der|Schiffskoch und hast keine Ahnung,|wie man ein Raumschiff fliegt.", + "Achtung: Triebwerke funktionsunf\204hig", + //350 + "Energievorrat ersch\224pft", + "Notstromversorgung aktiv", + "Was?! Keiner im Cockpit!|Die sind wohl verr\201ckt!", + "", + "", + //355 + "", + "", + "", + "", + "", + //360 + "", + "", + "", + "", + "", + //365 + "", + "", + "", + "", + "", + //370 + "", + "", + "", + "", + "", + //375 + "", + "", + "", + "", + "", + //380 + "", + "", + "", + "", + "", + //385 NULL }; |