From 572f205e679325e9dbbf2f6589588287ccf2d215 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 15 Oct 2017 19:02:53 +0200 Subject: SUPERNOVA: Extract the strings from ShipCockpit --- devtools/create_supernova/gametext.h | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'devtools/create_supernova') 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 }; -- cgit v1.2.3