DSTRINGS.BAK 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. // DStrings.h
  2. //---------------------------------------------------------------------------
  3. //
  4. // M_menu.c
  5. //
  6. //---------------------------------------------------------------------------
  7. #define PRESSKEY "press a key."
  8. #define PRESSYN "press y or n."
  9. #define TXT_PAUSED "PAUSED"
  10. #define QUITMSG "are you sure you want to\nquit this great game?"
  11. #define LOADNET "you can't do load while in a net game!\n\n"PRESSKEY
  12. #define QLOADNET "you can't quickload during a netgame!\n\n"PRESSKEY
  13. #define QSAVESPOT "you haven't picked a quicksave slot yet!\n\n"PRESSKEY
  14. #define SAVEDEAD "you can't save if you aren't playing!\n\n"PRESSKEY
  15. #define QSPROMPT "quicksave over your game named\n\n'%s'?\n\n"PRESSYN
  16. #define QLPROMPT "do you want to quickload the game named"\
  17. "\n\n'%s'?\n\n"PRESSYN
  18. #define NEWGAME "you can't start a new game\n"\
  19. "while in a network game.\n\n"PRESSKEY
  20. #define NIGHTMARE "are you sure? this skill level\n"\
  21. "isn't even remotely fair.\n\n"PRESSYN
  22. #define SWSTRING "this is the shareware version of doom.\n\n"\
  23. "you need to order the entire trilogy.\n\n"PRESSKEY
  24. #define MSGOFF "Messages OFF"
  25. #define MSGON "Messages ON"
  26. #define NETEND "you can't end a netgame!\n\n"PRESSKEY
  27. #define ENDGAME "are you sure you want to end the game?\n\n"PRESSYN
  28. #define DOSY "(press y to quit to dos.)"
  29. #define DETAILHI "High detail"
  30. #define DETAILLO "Low detail"
  31. #define GAMMALVL0 "Gamma correction OFF"
  32. #define GAMMALVL1 "Gamma correction level 1"
  33. #define GAMMALVL2 "Gamma correction level 2"
  34. #define GAMMALVL3 "Gamma correction level 3"
  35. #define GAMMALVL4 "Gamma correction level 4"
  36. #define EMPTYSTRING "empty slot"
  37. //---------------------------------------------------------------------------
  38. //
  39. // P_inter.c
  40. //
  41. //---------------------------------------------------------------------------
  42. // Keys
  43. #define TXT_GOTBLUEKEY "BLUE KEY"
  44. #define TXT_GOTYELLOWKEY "YELLOW KEY"
  45. #define TXT_GOTGREENKEY "GREEN KEY"
  46. // Artifacts
  47. #define TXT_ARTIHEALTH "QUARTZ FLASK"
  48. #define TXT_ARTIFLY "WINGS OF WRATH"
  49. #define TXT_ARTIINVULNERABILITY "RING OF INVINCIBILITY"
  50. #define TXT_ARTITOMEOFPOWER "TOME OF POWER"
  51. #define TXT_ARTIINVISIBILITY "SHADOWSPHERE"
  52. #define TXT_ARTIEGG "MORPH OVUM"
  53. #define TXT_ARTISUPERHEALTH "MYSTIC URN"
  54. #define TXT_ARTITORCH "TORCH"
  55. #define TXT_ARTIFIREBOMB "TIME BOMB OF THE ANCIENTS"
  56. #define TXT_ARTITELEPORT "CHAOS DEVICE"
  57. // Items
  58. #define TXT_ITEMHEALTH "CRYSTAL VIAL"
  59. #define TXT_ITEMBAGOFHOLDING "BAG OF HOLDING"
  60. #define TXT_ITEMSHIELD1 "SILVER SHIELD"
  61. #define TXT_ITEMSHIELD2 "ENCHANTED SHIELD"
  62. #define TXT_ITEMSUPERMAP "MAP SCROLL"
  63. // Ammo
  64. #define TXT_AMMOGOLDWAND1 "WAND CRYSTAL"
  65. #define TXT_AMMOGOLDWAND2 "CRYSTAL GEODE"
  66. #define TXT_AMMOMACE1 "MACE SPHERES"
  67. #define TXT_AMMOMACE2 "PILE OF MACE SPHERES"
  68. #define TXT_AMMOCROSSBOW1 "ETHEREAL ARROWS"
  69. #define TXT_AMMOCROSSBOW2 "QUIVER OF ETHEREAL ARROWS"
  70. #define TXT_AMMOBLASTER1 "CLAW ORB"
  71. #define TXT_AMMOBLASTER2 "ENERGY ORB"
  72. #define TXT_AMMOSKULLROD1 "LESSER RUNES"
  73. #define TXT_AMMOSKULLROD2 "GREATER RUNES"
  74. #define TXT_AMMOPHOENIXROD1 "FLAME ORB"
  75. #define TXT_AMMOPHOENIXROD2 "INFERNO ORB"
  76. // Weapons
  77. #define TXT_WPNMACE "FIREMACE"
  78. #define TXT_WPNCROSSBOW "ETHEREAL CROSSBOW"
  79. #define TXT_WPNBLASTER "DRAGON CLAW"
  80. #define TXT_WPNSKULLROD "HELLSTAFF"
  81. #define TXT_WPNPHOENIXROD "PHOENIX ROD"
  82. #define TXT_WPNGAUNTLETS "GAUNTLETS OF THE NECROMANCER"
  83. //---------------------------------------------------------------------------
  84. //
  85. // SB_bar.c
  86. //
  87. //---------------------------------------------------------------------------
  88. #define TXT_CHEATGODON "GOD MODE ON"
  89. #define TXT_CHEATGODOFF "GOD MODE OFF"
  90. #define TXT_CHEATNOCLIPON "NO CLIPPING ON"
  91. #define TXT_CHEATNOCLIPOFF "NO CLIPPING OFF"
  92. #define TXT_CHEATWEAPONS "ALL WEAPONS"
  93. #define TXT_CHEATFLIGHTON "FLIGHT ON"
  94. #define TXT_CHEATFLIGHTOFF "FLIGHT OFF"
  95. #define TXT_CHEATPOWERON "POWER ON"
  96. #define TXT_CHEATPOWEROFF "POWER OFF"
  97. #define TXT_CHEATHEALTH "FULL HEALTH"
  98. #define TXT_CHEATKEYS "ALL KEYS"
  99. #define TXT_CHEATSOUNDON "SOUND DEBUG ON"
  100. #define TXT_CHEATSOUNDOFF "SOUND DEBUG OFF"
  101. #define TXT_CHEATTICKERON "TICKER ON"
  102. #define TXT_CHEATTICKEROFF "TICKER OFF"
  103. #define TXT_CHEATARTIFACTS1 "CHOOSE AN ARTIFACT ( A - J )"
  104. #define TXT_CHEATARTIFACTS2 "HOW MANY ( 1 - 9 )"
  105. #define TXT_CHEATARTIFACTS3 "YOU GOT IT"
  106. #define TXT_CHEATARTIFACTSFAIL "BAD INPUT"
  107. #define TXT_CHEATWARP "LEVEL WARP"
  108. #define TXT_CHEATSCREENSHOT "SCREENSHOT"
  109. #define TXT_CHEATCHICKENON "CHICKEN ON"
  110. #define TXT_CHEATCHICKENOFF "CHICKEN OFF"
  111. #define TXT_CHEATMASSACRE "MASSACRE"
  112. #define TXT_CHEATIDDQD "TRYING TO CHEAT, EH? NOW YOU DIE!"
  113. #define TXT_CHEATIDKFA "CHEATER - YOU DON'T DESERVE WEAPONS"
  114. //---------------------------------------------------------------------------
  115. //
  116. // P_doors.c
  117. //
  118. //---------------------------------------------------------------------------
  119. #define TXT_NEEDBLUEKEY "YOU NEED A BLUE KEY TO OPEN THIS DOOR"
  120. #define TXT_NEEDGREENKEY "YOU NEED A GREEN KEY TO OPEN THIS DOOR"
  121. #define TXT_NEEDYELLOWKEY "YOU NEED A YELLOW KEY TO OPEN THIS DOOR"
  122. //---------------------------------------------------------------------------
  123. //
  124. // G_game.c
  125. //
  126. //---------------------------------------------------------------------------
  127. #define TXT_GAMESAVED "GAME SAVED"
  128. //---------------------------------------------------------------------------
  129. //
  130. // HU_stuff.c
  131. //
  132. //---------------------------------------------------------------------------
  133. #define HUSTR_E1M1 "E1M1: Hangar"
  134. #define HUSTR_E1M2 "E1M2: Nuclear Plant"
  135. #define HUSTR_E1M3 "E1M3: Toxin Refinery"
  136. #define HUSTR_E1M4 "E1M4: Command Control"
  137. #define HUSTR_E1M5 "E1M5: Phobos Lab"
  138. #define HUSTR_E1M6 "E1M6: Central Processing"
  139. #define HUSTR_E1M7 "E1M7: Computer Station"
  140. #define HUSTR_E1M8 "E1M8: Phobos Anomaly"
  141. #define HUSTR_E1M9 "E1M9: Military Base"
  142. #define HUSTR_E2M1 "E2M1: Deimos Anomaly"
  143. #define HUSTR_E2M2 "E2M2: Containment Area"
  144. #define HUSTR_E2M3 "E2M3: Refinery"
  145. #define HUSTR_E2M4 "E2M4: Deimos Lab"
  146. #define HUSTR_E2M5 "E2M5: Command Center"
  147. #define HUSTR_E2M6 "E2M6: Halls of the Damned"
  148. #define HUSTR_E2M7 "E2M7: Spawning Vats"
  149. #define HUSTR_E2M8 "E2M8: Tower of Babel"
  150. #define HUSTR_E2M9 "E2M9: Fortress of Mystery"
  151. #define HUSTR_E3M1 "E3M1: Hell Keep"
  152. #define HUSTR_E3M2 "E3M2: Slough of Despair"
  153. #define HUSTR_E3M3 "E3M3: Pandemonium"
  154. #define HUSTR_E3M4 "E3M4: House of Pain"
  155. #define HUSTR_E3M5 "E3M5: Unholy Cathedral"
  156. #define HUSTR_E3M6 "E3M6: Mt. Erebus"
  157. #define HUSTR_E3M7 "E3M7: Limbo"
  158. #define HUSTR_E3M8 "E3M8: Dis"
  159. #define HUSTR_E3M9 "E3M9: Warrens"
  160. #define HUSTR_CHATMACRO1 "I'm ready to kick butt!"
  161. #define HUSTR_CHATMACRO2 "I'm OK."
  162. #define HUSTR_CHATMACRO3 "I'm not looking too good!"
  163. #define HUSTR_CHATMACRO4 "Help!"
  164. #define HUSTR_CHATMACRO5 "You suck!"
  165. #define HUSTR_CHATMACRO6 "Next time, scumbag..."
  166. #define HUSTR_CHATMACRO7 "Come here!"
  167. #define HUSTR_CHATMACRO8 "I'll take care of it."
  168. #define HUSTR_CHATMACRO9 "Yes"
  169. #define HUSTR_CHATMACRO0 "No"
  170. #define HUSTR_TALKTOSELF1 "You mumble to yourself"
  171. #define HUSTR_TALKTOSELF2 "Who's there?"
  172. #define HUSTR_TALKTOSELF3 "You scare yourself"
  173. #define HUSTR_TALKTOSELF4 "You start to rave"
  174. #define HUSTR_TALKTOSELF5 "You've lost it..."
  175. #define HUSTR_MESSAGESENT "[Message Sent]"
  176. // The following should NOT be changed unless it seems
  177. // just AWFULLY necessary
  178. #define HUSTR_PLRGREEN "Green: "
  179. #define HUSTR_PLRINDIGO "Indigo: "
  180. #define HUSTR_PLRBROWN "Brown: "
  181. #define HUSTR_PLRRED "Red: "
  182. #define HUSTR_KEYGREEN 'g'
  183. #define HUSTR_KEYINDIGO 'i'
  184. #define HUSTR_KEYBROWN 'b'
  185. #define HUSTR_KEYRED 'r'
  186. //---------------------------------------------------------------------------
  187. //
  188. // AM_map.c
  189. //
  190. //---------------------------------------------------------------------------
  191. #define AMSTR_FOLLOWON "FOLLOW MODE ON"
  192. #define AMSTR_FOLLOWOFF "FOLLOW MODE OFF"
  193. #define AMSTR_GRIDON "Grid ON"
  194. #define AMSTR_GRIDOFF "Grid OFF"
  195. #define AMSTR_MARKEDSPOT "Marked Spot"
  196. #define AMSTR_MARKSCLEARED "All Marks Cleared"
  197. //---------------------------------------------------------------------------
  198. //
  199. // ST_stuff.c
  200. //
  201. //---------------------------------------------------------------------------
  202. #define STSTR_DQDON "Degreelessness Mode On"
  203. #define STSTR_DQDOFF "Degreelessness Mode Off"
  204. #define STSTR_KFAADDED "Very Happy Ammo Added"
  205. #define STSTR_NCON "No Clipping Mode ON"
  206. #define STSTR_NCOFF "No Clipping Mode OFF"
  207. #define STSTR_BEHOLD "inVuln, Str, Inviso, Rad, Allmap, or Lite-amp"
  208. #define STSTR_BEHOLDX "Power-up Toggled"
  209. #define STSTR_CHOPPERS "... doesn't suck - GM"
  210. #define STSTR_CLEV "Changing Level..."
  211. //---------------------------------------------------------------------------
  212. //
  213. // F_finale.c
  214. //
  215. //---------------------------------------------------------------------------
  216. #define E1TEXT "with the destruction of the iron\n"\
  217. "liches and their minions, the last\n"\
  218. "of the undead are cleared from this\n"\
  219. "plane of existence.\n\n"\
  220. "those creatures had to come from\n"\
  221. "somewhere, though, and you have the\n"\
  222. "sneaky suspicion that the fiery\n"\
  223. "portal of hell's maw opens onto\n"\
  224. "their home dimension.\n\n"\
  225. "to make sure that more undead\n"\
  226. "(or even worse things) don't come\n"\
  227. "through, you'll have to seal hell's\n"\
  228. "maw from the other side. of course\n"\
  229. "this means you may get stuck in a\n"\
  230. "very unfriendly world, but no one\n"\
  231. "ever said being a Heretic was easy!"
  232. #define E2TEXT "the mighty maulotaurs have proved\n"\
  233. "to be no match for you, and as\n"\
  234. "their steaming corpses slide to the\n"\
  235. "ground you feel a sense of grim\n"\
  236. "satisfaction that they have been\n"\
  237. "destroyed.\n\n"\
  238. "the gateways which they guarded\n"\
  239. "have opened, revealing what you\n"\
  240. "hope is the way home. but as you\n"\
  241. "step through, mocking laughter\n"\
  242. "rings in your ears.\n\n"\
  243. "was some other force controlling\n"\
  244. "the maulotaurs? could there be even\n"\
  245. "more horrific beings through this\n"\
  246. "gate? the sweep of a crystal dome\n"\
  247. "overhead where the sky should be is\n"\
  248. "certainly not a good sign...."
  249. #define E3TEXT "the death of d'sparil has loosed\n"\
  250. "the magical bonds holding his\n"\
  251. "creatures on this plane, their\n"\
  252. "dying screams overwhelming his own\n"\
  253. "cries of agony.\n\n"\
  254. "your oath of vengeance fulfilled,\n"\
  255. "you enter the portal to your own\n"\
  256. "world, mere moments before the dome\n"\
  257. "shatters into a million pieces.\n\n"\
  258. "but if d'sparil's power is broken\n"\
  259. "forever, why don't you feel safe?\n"\
  260. "was it that last shout just before\n"\
  261. "his death, the one that sounded\n"\
  262. "like a curse? or a summoning? you\n"\
  263. "can't really be sure, but it might\n"\
  264. "just have been a scream.\n\n"\
  265. "then again, what about the other\n"\
  266. "serpent riders?"
  267. #define E4TEXT "you thought you would return to your\n"\
  268. "own world after d'sparil died, but\n"\
  269. "his final act banished you to his\n"\
  270. "own plane. here you entered the\n"\
  271. "shattered remnants of lands\n"\
  272. "conquered by d'sparil. you defeated\n"\
  273. "the last guardians of these lands,\n"\
  274. "but now you stand before the gates\n"\
  275. "to d'sparil's stronghold. until this\n"\
  276. "moment you had no doubts about your\n"\
  277. "ability to face anything you might\n"\
  278. "encounter, but beyond this portal\n"\
  279. "lies the very heart of the evil\n"\
  280. "which invaded your world. d'sparil\n"\
  281. "might be dead, but the pit where he\n"\
  282. "was spawned remains. now you must\n"\
  283. "enter that pit in the hopes of\n"\
  284. "finding a way out. and somewhere,\n"\
  285. "in the darkest corner of d'sparil's\n"\
  286. "demesne, his personal bodyguards\n"\
  287. "await your arrival ..."
  288. #define E5TEXT "as the final maulotaur bellows his\n"\
  289. "death-agony, you realize that you\n"\
  290. "have never come so close to your own\n"\
  291. "destruction. not even the fight with\n"\
  292. "d'sparil and his disciples had been\n"\
  293. "this desperate. grimly you stare at\n"\
  294. "the gates which open before you,\n"\
  295. "wondering if they lead home, or if\n"\
  296. "they open onto some undreamed-of\n"\
  297. "horror. you find yourself wondering\n"\
  298. "if you have the strength to go on,\n"\
  299. "if nothing but death and pain await\n"\
  300. "you. but what else can you do, if\n"\
  301. "the will to fight is gone? can you\n"\
  302. "force yourself to continue in the\n"\
  303. "face of such despair? do you have\n"\
  304. "the courage? you find, in the end,\n"\
  305. "that it is not within you to\n"\
  306. "surrender without a fight. eyes\n"\
  307. "wide, you go to meet your fate."
  308. /*
  309. #define E1TEXT "Once you beat the big badasses and\n"\
  310. "clean out the moon base you're supposed\n"\
  311. "to win, aren't you? Aren't you? Where's\n"\
  312. "your fat reward and ticket home? What\n"\
  313. "the hell is this? It's not supposed to\n"\
  314. "end this way!\n"\
  315. "\n" \
  316. "It stinks like rotten meat, but looks\n"\
  317. "like the lost Deimos base. Looks like\n"\
  318. "you're stuck on The Shores of Hell.\n"\
  319. "The only way out is through.\n"\
  320. "\n"\
  321. "To continue the DOOM experience, play\n"\
  322. "The Shores of Hell and its amazing\n"\
  323. "sequel, Inferno!\n"
  324. #define E2TEXT "You've done it! The hideous cyber-\n"\
  325. "demon lord that ruled the lost Deimos\n"\
  326. "moon base has been slain and you\n"\
  327. "are triumphant! But ... where are\n"\
  328. "you? You clamber to the edge of the\n"\
  329. "moon and look down to see the awful\n"\
  330. "truth.\n" \
  331. "\n"\
  332. "Deimos floats above Hell itself!\n"\
  333. "You've never heard of anyone escaping\n"\
  334. "from Hell, but you'll make the bastards\n"\
  335. "sorry they ever heard of you! Quickly,\n"\
  336. "you rappel down to the surface of\n"\
  337. "Hell.\n"\
  338. "\n" \
  339. "Now, it's on to the final chapter of\n"\
  340. "DOOM! -- Inferno."
  341. #define E3TEXT "The loathsome spiderdemon that\n"\
  342. "masterminded the invasion of the moon\n"\
  343. "bases and caused so much death has had\n"\
  344. "its ass kicked for all time.\n"\
  345. "\n"\
  346. "A hidden doorway opens and you enter.\n"\
  347. "You've proven too tough for Hell to\n"\
  348. "contain, and now Hell at last plays\n"\
  349. "fair -- for you emerge from the door\n"\
  350. "to see the green fields of Earth!\n"\
  351. "Home at last.\n" \
  352. "\n"\
  353. "You wonder what's been happening on\n"\
  354. "Earth while you were battling evil\n"\
  355. "unleashed. It's good that no Hell-\n"\
  356. "spawn could have come through that\n"\
  357. "door with you ..."
  358. */