diff options
Diffstat (limited to 'devtools/create_kyradat/resources/hof_dos_cddemo_english.h')
-rw-r--r-- | devtools/create_kyradat/resources/hof_dos_cddemo_english.h | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/devtools/create_kyradat/resources/hof_dos_cddemo_english.h b/devtools/create_kyradat/resources/hof_dos_cddemo_english.h new file mode 100644 index 0000000000..4b6293363a --- /dev/null +++ b/devtools/create_kyradat/resources/hof_dos_cddemo_english.h @@ -0,0 +1,139 @@ +static const char *const k2SeqplayStringsDOSCDDemoEnglish[104] = { + "Kyrandia is disappearing!", + "Rock by rock...", + "...and tree by tree.", + "Kyrandia ceases to exist!", + "The Royal Mystics are baffled.", + "Every reference has been consulted.", + "Even Marko and his new valet have been allowed into the conference.", + "Luckily, the Hand was experienced in these matters.", + "And finally a plan was approved...", + "...that required a magic Anchor Stone...", + "...to be retrieved from the center of the world.", + "Zanthia, youngest of the Kyrandian Mystics, has been selected to retrieve the Stone.", + "Thank you for playing The Hand of Fate.", + "This should be enough blueberries to open a portal to the center of the world.", + " DUMMY STRING... ", + " DUMMY STRING... ", + "Hey! All my equipment has been stolen!", + " DUMMY STRING... ", + "If they think I'm going to walk all the way down there, they're nuts!", + " DUMMY STRING... ", + " DUMMY STRING... ", + "Hurry up Faun!", + "Boy, that was a close call!", + "You said it pal. I, for one, am never going hunting again!", + "Ribbit.", + "How many times do I have to tell you? You're a toad.", + "Oh no! We're out of cheese!", + "Let's try this earwax. It's orange.", + "Mommy, when do I get the ivy?", + "Get out of here, shoo!", + "You cut, and I'll choose.", + "No. You cut and I'll choose.", + "I still say it was derivative drivel.", + "Aw, you still wouldn't recognize iambic pentameter if it bit you on the butt!", + "Executive Producer", + "Brett W. Sperry", + "Direction & Design", + "Rick Gush", + "Lead Programmer", + "Michael Legg", + "Art Management", + "Louis Castle", + "Joseph B. Hewitt IV", + "Lead Artist", + "Rick Parks", + "Additional Coding by", + "Philip W. Gorrow", + "Mike Grayford", + "Mark McCubbin", + "Artists", + "Cameron Chun", + "Cary Averett", + "Cindy Chinn", + "Elie Arabian", + "Fei Cheng", + "Ferby Miguel", + "Frank Mendeola", + "Jack Martin", + "Jerry Moore", + "DUMMY STRING... ", + "Judith Peterson", + "Larry Miller", + "Lenny Lee", + "Louise Sandoval", + "Ren Olsen", + "Music & Sounds by", + "Paul Mudra", + "Frank Klepacki", + "Dwight Okahara", + "Pat Collins", + "Quality Assurance by", + "Glenn Sperry", + "Michael Lightner", + "William Foster", + "Jesse Clemit", + "Jeff Fillhaber", + "Manual, Package Design", + "& Fulfillment", + "Eydie Laramore", + "Lisa Marcinko", + "Lauren Rifkin", + "Congratulations!", + "Thank you for playing The Hand of Fate!", + "Guest Coding", + "Producer Liaison", + "Scott Duckett", + "Irvine Testers", + "Chris McFarland", + "Paul Moore", + "Chad Soares", + "Jared Brinkley", + "Jon Willliams", + "Chris Toft", + "Joe Kucan's Hair by", + "Theodore A. Morris", + "Load a game", + "Introduction", + "Start a new game", + "Exit the game", + "Special Thanks to", + "Sake Joe Bostic-san", + "Tim Fritz", + "Kenny Dunne", + "Thank you for playing \"The Hand of Fate.\"\n" +}; + +static const StringListProvider k2SeqplayStringsDOSCDDemoEnglishProvider = { ARRAYSIZE(k2SeqplayStringsDOSCDDemoEnglish), k2SeqplayStringsDOSCDDemoEnglish }; + +static const char *const k2SeqplayTlkFilesDOSCDDemoEnglish[14] = { + "EINTRO1", + "EINTRO2", + "EINTRO3", + "EINTRO4", + "EINTRO5", + "EINTRO6", + "EINTRO7", + "EINTRO8", + "EINTRO9", + "EINTRO10", + "EINTRO11", + "EINTRO12", + "EGLOW", + "" +}; + +static const StringListProvider k2SeqplayTlkFilesDOSCDDemoEnglishProvider = { ARRAYSIZE(k2SeqplayTlkFilesDOSCDDemoEnglish), k2SeqplayTlkFilesDOSCDDemoEnglish }; + +static const char *const k2IngameTlkDemoStringsDOSCDDemoEnglish[6] = { + "Congratulations! Thank you for guiding", + "Zanthia safely through Darkmoor Swamp.", + "To continue her adventures, look for", + "Kyrandia 2: The Hand of Fate on PC", + "CD-ROM or floppy disk, at your local", + "software store." +}; + +static const StringListProvider k2IngameTlkDemoStringsDOSCDDemoEnglishProvider = { ARRAYSIZE(k2IngameTlkDemoStringsDOSCDDemoEnglish), k2IngameTlkDemoStringsDOSCDDemoEnglish }; + |