d_englsh.h
上传用户:xuyinpeng
上传日期:2021-05-12
资源大小:455k
文件大小:22k
源码类别:

射击游戏

开发平台:

Visual C++

  1. // Emacs style mode select   -*- C++ -*- 
  2. //-----------------------------------------------------------------------------
  3. //
  4. // $Id:$
  5. //
  6. // Copyright (C) 1993-1996 by id Software, Inc.
  7. //
  8. // This source is available for distribution and/or modification
  9. // only under the terms of the DOOM Source Code License as
  10. // published by id Software. All rights reserved.
  11. //
  12. // The source is distributed in the hope that it will be useful,
  13. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. // FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
  15. // for more details.
  16. //
  17. // DESCRIPTION:
  18. // Printed strings for translation.
  19. // English language support (default).
  20. //
  21. //-----------------------------------------------------------------------------
  22. #ifndef __D_ENGLSH__
  23. #define __D_ENGLSH__
  24. //
  25. // Printed strings for translation
  26. //
  27. //
  28. // D_Main.C
  29. //
  30. #define D_DEVSTR "Development mode ON.n"
  31. #define D_CDROM "CD-ROM Version: default.cfg from c:\doomdatan"
  32. //
  33. // M_Menu.C
  34. //
  35. #define PRESSKEY  "press a key."
  36. #define PRESSYN  "press y or n."
  37. #define QUITMSG "are you sure you want tonquit this great game?"
  38. #define LOADNET  "you can't do load while in a net game!nn"PRESSKEY
  39. #define QLOADNET "you can't quickload during a netgame!nn"PRESSKEY
  40. #define QSAVESPOT "you haven't picked a quicksave slot yet!nn"PRESSKEY
  41. #define SAVEDEAD  "you can't save if you aren't playing!nn"PRESSKEY
  42. #define QSPROMPT  "quicksave over your game namednn'%s'?nn"PRESSYN
  43. #define QLPROMPT "do you want to quickload the game namednn'%s'?nn"PRESSYN
  44. #define NEWGAME
  45. "you can't start a new gamen"
  46. "while in a network game.nn"PRESSKEY
  47. #define NIGHTMARE
  48. "are you sure? this skill leveln"
  49. "isn't even remotely fair.nn"PRESSYN
  50. #define SWSTRING
  51. "this is the shareware version of doom.nn"
  52. "you need to order the entire trilogy.nn"PRESSKEY
  53. #define MSGOFF "Messages OFF"
  54. #define MSGON "Messages ON"
  55. #define NETEND "you can't end a netgame!nn"PRESSKEY
  56. #define ENDGAME "are you sure you want to end the game?nn"PRESSYN
  57. #define DOSY "(press y to quit)"
  58. #define DETAILHI "High detail"
  59. #define DETAILLO "Low detail"
  60. #define GAMMALVL0 "Gamma correction OFF"
  61. #define GAMMALVL1 "Gamma correction level 1"
  62. #define GAMMALVL2 "Gamma correction level 2"
  63. #define GAMMALVL3 "Gamma correction level 3"
  64. #define GAMMALVL4 "Gamma correction level 4"
  65. #define EMPTYSTRING "empty slot"
  66. //
  67. // P_inter.C
  68. //
  69. #define GOTARMOR "Picked up the armor."
  70. #define GOTMEGA "Picked up the MegaArmor!"
  71. #define GOTHTHBONUS "Picked up a health bonus."
  72. #define GOTARMBONUS "Picked up an armor bonus."
  73. #define GOTSTIM "Picked up a stimpack."
  74. #define GOTMEDINEED "Picked up a medikit that you REALLY need!"
  75. #define GOTMEDIKIT "Picked up a medikit."
  76. #define GOTSUPER "Supercharge!"
  77. #define GOTBLUECARD "Picked up a blue keycard."
  78. #define GOTYELWCARD "Picked up a yellow keycard."
  79. #define GOTREDCARD "Picked up a red keycard."
  80. #define GOTBLUESKUL "Picked up a blue skull key."
  81. #define GOTYELWSKUL "Picked up a yellow skull key."
  82. #define GOTREDSKULL "Picked up a red skull key."
  83. #define GOTINVUL "Invulnerability!"
  84. #define GOTBERSERK "Berserk!"
  85. #define GOTINVIS "Partial Invisibility"
  86. #define GOTSUIT "Radiation Shielding Suit"
  87. #define GOTMAP "Computer Area Map"
  88. #define GOTVISOR "Light Amplification Visor"
  89. #define GOTMSPHERE "MegaSphere!"
  90. #define GOTCLIP "Picked up a clip."
  91. #define GOTCLIPBOX "Picked up a box of bullets."
  92. #define GOTROCKET "Picked up a rocket."
  93. #define GOTROCKBOX "Picked up a box of rockets."
  94. #define GOTCELL "Picked up an energy cell."
  95. #define GOTCELLBOX "Picked up an energy cell pack."
  96. #define GOTSHELLS "Picked up 4 shotgun shells."
  97. #define GOTSHELLBOX "Picked up a box of shotgun shells."
  98. #define GOTBACKPACK "Picked up a backpack full of ammo!"
  99. #define GOTBFG9000 "You got the BFG9000!  Oh, yes."
  100. #define GOTCHAINGUN "You got the chaingun!"
  101. #define GOTCHAINSAW "A chainsaw!  Find some meat!"
  102. #define GOTLAUNCHER "You got the rocket launcher!"
  103. #define GOTPLASMA "You got the plasma gun!"
  104. #define GOTSHOTGUN "You got the shotgun!"
  105. #define GOTSHOTGUN2 "You got the super shotgun!"
  106. //
  107. // P_Doors.C
  108. //
  109. #define PD_BLUEO "You need a blue key to activate this object"
  110. #define PD_REDO "You need a red key to activate this object"
  111. #define PD_YELLOWO "You need a yellow key to activate this object"
  112. #define PD_BLUEK "You need a blue key to open this door"
  113. #define PD_REDK "You need a red key to open this door"
  114. #define PD_YELLOWK "You need a yellow key to open this door"
  115. //
  116. // G_game.C
  117. //
  118. #define GGSAVED "game saved."
  119. //
  120. // HU_stuff.C
  121. //
  122. #define HUSTR_MSGU "[Message unsent]"
  123. #define HUSTR_E1M1 "E1M1: Hangar"
  124. #define HUSTR_E1M2 "E1M2: Nuclear Plant"
  125. #define HUSTR_E1M3 "E1M3: Toxin Refinery"
  126. #define HUSTR_E1M4 "E1M4: Command Control"
  127. #define HUSTR_E1M5 "E1M5: Phobos Lab"
  128. #define HUSTR_E1M6 "E1M6: Central Processing"
  129. #define HUSTR_E1M7 "E1M7: Computer Station"
  130. #define HUSTR_E1M8 "E1M8: Phobos Anomaly"
  131. #define HUSTR_E1M9 "E1M9: Military Base"
  132. #define HUSTR_E2M1 "E2M1: Deimos Anomaly"
  133. #define HUSTR_E2M2 "E2M2: Containment Area"
  134. #define HUSTR_E2M3 "E2M3: Refinery"
  135. #define HUSTR_E2M4 "E2M4: Deimos Lab"
  136. #define HUSTR_E2M5 "E2M5: Command Center"
  137. #define HUSTR_E2M6 "E2M6: Halls of the Damned"
  138. #define HUSTR_E2M7 "E2M7: Spawning Vats"
  139. #define HUSTR_E2M8 "E2M8: Tower of Babel"
  140. #define HUSTR_E2M9 "E2M9: Fortress of Mystery"
  141. #define HUSTR_E3M1 "E3M1: Hell Keep"
  142. #define HUSTR_E3M2 "E3M2: Slough of Despair"
  143. #define HUSTR_E3M3 "E3M3: Pandemonium"
  144. #define HUSTR_E3M4 "E3M4: House of Pain"
  145. #define HUSTR_E3M5 "E3M5: Unholy Cathedral"
  146. #define HUSTR_E3M6 "E3M6: Mt. Erebus"
  147. #define HUSTR_E3M7 "E3M7: Limbo"
  148. #define HUSTR_E3M8 "E3M8: Dis"
  149. #define HUSTR_E3M9 "E3M9: Warrens"
  150. #define HUSTR_E4M1 "E4M1: Hell Beneath"
  151. #define HUSTR_E4M2 "E4M2: Perfect Hatred"
  152. #define HUSTR_E4M3 "E4M3: Sever The Wicked"
  153. #define HUSTR_E4M4 "E4M4: Unruly Evil"
  154. #define HUSTR_E4M5 "E4M5: They Will Repent"
  155. #define HUSTR_E4M6 "E4M6: Against Thee Wickedly"
  156. #define HUSTR_E4M7 "E4M7: And Hell Followed"
  157. #define HUSTR_E4M8 "E4M8: Unto The Cruel"
  158. #define HUSTR_E4M9 "E4M9: Fear"
  159. #define HUSTR_1 "level 1: entryway"
  160. #define HUSTR_2 "level 2: underhalls"
  161. #define HUSTR_3 "level 3: the gantlet"
  162. #define HUSTR_4 "level 4: the focus"
  163. #define HUSTR_5 "level 5: the waste tunnels"
  164. #define HUSTR_6 "level 6: the crusher"
  165. #define HUSTR_7 "level 7: dead simple"
  166. #define HUSTR_8 "level 8: tricks and traps"
  167. #define HUSTR_9 "level 9: the pit"
  168. #define HUSTR_10 "level 10: refueling base"
  169. #define HUSTR_11 "level 11: 'o' of destruction!"
  170. #define HUSTR_12 "level 12: the factory"
  171. #define HUSTR_13 "level 13: downtown"
  172. #define HUSTR_14 "level 14: the inmost dens"
  173. #define HUSTR_15 "level 15: industrial zone"
  174. #define HUSTR_16 "level 16: suburbs"
  175. #define HUSTR_17 "level 17: tenements"
  176. #define HUSTR_18 "level 18: the courtyard"
  177. #define HUSTR_19 "level 19: the citadel"
  178. #define HUSTR_20 "level 20: gotcha!"
  179. #define HUSTR_21 "level 21: nirvana"
  180. #define HUSTR_22 "level 22: the catacombs"
  181. #define HUSTR_23 "level 23: barrels o' fun"
  182. #define HUSTR_24 "level 24: the chasm"
  183. #define HUSTR_25 "level 25: bloodfalls"
  184. #define HUSTR_26 "level 26: the abandoned mines"
  185. #define HUSTR_27 "level 27: monster condo"
  186. #define HUSTR_28 "level 28: the spirit world"
  187. #define HUSTR_29 "level 29: the living end"
  188. #define HUSTR_30 "level 30: icon of sin"
  189. #define HUSTR_31 "level 31: wolfenstein"
  190. #define HUSTR_32 "level 32: grosse"
  191. #define PHUSTR_1 "level 1: congo"
  192. #define PHUSTR_2 "level 2: well of souls"
  193. #define PHUSTR_3 "level 3: aztec"
  194. #define PHUSTR_4 "level 4: caged"
  195. #define PHUSTR_5 "level 5: ghost town"
  196. #define PHUSTR_6 "level 6: baron's lair"
  197. #define PHUSTR_7 "level 7: caughtyard"
  198. #define PHUSTR_8 "level 8: realm"
  199. #define PHUSTR_9 "level 9: abattoire"
  200. #define PHUSTR_10 "level 10: onslaught"
  201. #define PHUSTR_11 "level 11: hunted"
  202. #define PHUSTR_12 "level 12: speed"
  203. #define PHUSTR_13 "level 13: the crypt"
  204. #define PHUSTR_14 "level 14: genesis"
  205. #define PHUSTR_15 "level 15: the twilight"
  206. #define PHUSTR_16 "level 16: the omen"
  207. #define PHUSTR_17 "level 17: compound"
  208. #define PHUSTR_18 "level 18: neurosphere"
  209. #define PHUSTR_19 "level 19: nme"
  210. #define PHUSTR_20 "level 20: the death domain"
  211. #define PHUSTR_21 "level 21: slayer"
  212. #define PHUSTR_22 "level 22: impossible mission"
  213. #define PHUSTR_23 "level 23: tombstone"
  214. #define PHUSTR_24 "level 24: the final frontier"
  215. #define PHUSTR_25 "level 25: the temple of darkness"
  216. #define PHUSTR_26 "level 26: bunker"
  217. #define PHUSTR_27 "level 27: anti-christ"
  218. #define PHUSTR_28 "level 28: the sewers"
  219. #define PHUSTR_29 "level 29: odyssey of noises"
  220. #define PHUSTR_30 "level 30: the gateway of hell"
  221. #define PHUSTR_31 "level 31: cyberden"
  222. #define PHUSTR_32 "level 32: go 2 it"
  223. #define THUSTR_1 "level 1: system control"
  224. #define THUSTR_2 "level 2: human bbq"
  225. #define THUSTR_3 "level 3: power control"
  226. #define THUSTR_4 "level 4: wormhole"
  227. #define THUSTR_5 "level 5: hanger"
  228. #define THUSTR_6 "level 6: open season"
  229. #define THUSTR_7 "level 7: prison"
  230. #define THUSTR_8 "level 8: metal"
  231. #define THUSTR_9 "level 9: stronghold"
  232. #define THUSTR_10 "level 10: redemption"
  233. #define THUSTR_11 "level 11: storage facility"
  234. #define THUSTR_12 "level 12: crater"
  235. #define THUSTR_13 "level 13: nukage processing"
  236. #define THUSTR_14 "level 14: steel works"
  237. #define THUSTR_15 "level 15: dead zone"
  238. #define THUSTR_16 "level 16: deepest reaches"
  239. #define THUSTR_17 "level 17: processing area"
  240. #define THUSTR_18 "level 18: mill"
  241. #define THUSTR_19 "level 19: shipping/respawning"
  242. #define THUSTR_20 "level 20: central processing"
  243. #define THUSTR_21 "level 21: administration center"
  244. #define THUSTR_22 "level 22: habitat"
  245. #define THUSTR_23 "level 23: lunar mining project"
  246. #define THUSTR_24 "level 24: quarry"
  247. #define THUSTR_25 "level 25: baron's den"
  248. #define THUSTR_26 "level 26: ballistyx"
  249. #define THUSTR_27 "level 27: mount pain"
  250. #define THUSTR_28 "level 28: heck"
  251. #define THUSTR_29 "level 29: river styx"
  252. #define THUSTR_30 "level 30: last call"
  253. #define THUSTR_31 "level 31: pharaoh"
  254. #define THUSTR_32 "level 32: caribbean"
  255. #define HUSTR_CHATMACRO1 "I'm ready to kick butt!"
  256. #define HUSTR_CHATMACRO2 "I'm OK."
  257. #define HUSTR_CHATMACRO3 "I'm not looking too good!"
  258. #define HUSTR_CHATMACRO4 "Help!"
  259. #define HUSTR_CHATMACRO5 "You suck!"
  260. #define HUSTR_CHATMACRO6 "Next time, scumbag..."
  261. #define HUSTR_CHATMACRO7 "Come here!"
  262. #define HUSTR_CHATMACRO8 "I'll take care of it."
  263. #define HUSTR_CHATMACRO9 "Yes"
  264. #define HUSTR_CHATMACRO0 "No"
  265. #define HUSTR_TALKTOSELF1 "You mumble to yourself"
  266. #define HUSTR_TALKTOSELF2 "Who's there?"
  267. #define HUSTR_TALKTOSELF3 "You scare yourself"
  268. #define HUSTR_TALKTOSELF4 "You start to rave"
  269. #define HUSTR_TALKTOSELF5 "You've lost it..."
  270. #define HUSTR_MESSAGESENT "[Message Sent]"
  271. // The following should NOT be changed unless it seems
  272. // just AWFULLY necessary
  273. #define HUSTR_PLRGREEN "Green: "
  274. #define HUSTR_PLRINDIGO "Indigo: "
  275. #define HUSTR_PLRBROWN "Brown: "
  276. #define HUSTR_PLRRED "Red: "
  277. #define HUSTR_KEYGREEN KEY_G
  278. #define HUSTR_KEYINDIGO KEY_I
  279. #define HUSTR_KEYBROWN KEY_B
  280. #define HUSTR_KEYRED KEY_R
  281. //
  282. // AM_map.C
  283. //
  284. #define AMSTR_FOLLOWON "Follow Mode ON"
  285. #define AMSTR_FOLLOWOFF "Follow Mode OFF"
  286. #define AMSTR_GRIDON "Grid ON"
  287. #define AMSTR_GRIDOFF "Grid OFF"
  288. #define AMSTR_MARKEDSPOT "Marked Spot"
  289. #define AMSTR_MARKSCLEARED "All Marks Cleared"
  290. //
  291. // ST_stuff.C
  292. //
  293. #define STSTR_MUS "Music Change"
  294. #define STSTR_NOMUS "IMPOSSIBLE SELECTION"
  295. #define STSTR_DQDON "Degreelessness Mode On"
  296. #define STSTR_DQDOFF "Degreelessness Mode Off"
  297. #define STSTR_KFAADDED "Very Happy Ammo Added"
  298. #define STSTR_FAADDED "Ammo (no keys) Added"
  299. #define STSTR_NCON "No Clipping Mode ON"
  300. #define STSTR_NCOFF "No Clipping Mode OFF"
  301. #define STSTR_BEHOLD "inVuln, Str, Inviso, Rad, Allmap, or Lite-amp"
  302. #define STSTR_BEHOLDX "Power-up Toggled"
  303. #define STSTR_CHOPPERS "... doesn't suck - GM"
  304. #define STSTR_CLEV "Changing Level..."
  305. //
  306. // F_Finale.C
  307. //
  308. #define E1TEXT 
  309. "Once you beat the big badasses andn"
  310. "clean out the moon base you're supposedn"
  311. "to win, aren't you? Aren't you? Where'sn"
  312. "your fat reward and ticket home? Whatn"
  313. "the hell is this? It's not supposed ton"
  314. "end this way!n"
  315. "n" 
  316. "It stinks like rotten meat, but looksn"
  317. "like the lost Deimos base.  Looks liken"
  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, playn"
  322. "The Shores of Hell and its amazingn"
  323. "sequel, Inferno!n"
  324. #define E2TEXT 
  325. "You've done it! The hideous cyber-n"
  326. "demon lord that ruled the lost Deimosn"
  327. "moon base has been slain and youn"
  328. "are triumphant! But ... where aren"
  329. "you? You clamber to the edge of then"
  330. "moon and look down to see the awfuln"
  331. "truth.n" 
  332. "n"
  333. "Deimos floats above Hell itself!n"
  334. "You've never heard of anyone escapingn"
  335. "from Hell, but you'll make the bastardsn"
  336. "sorry they ever heard of you! Quickly,n"
  337. "you rappel down to  the surface ofn"
  338. "Hell.n"
  339. "n" 
  340. "Now, it's on to the final chapter ofn"
  341. "DOOM! -- Inferno."
  342. #define E3TEXT 
  343. "The loathsome spiderdemon thatn"
  344. "masterminded the invasion of the moonn"
  345. "bases and caused so much death has hadn"
  346. "its ass kicked for all time.n"
  347. "n"
  348. "A hidden doorway opens and you enter.n"
  349. "You've proven too tough for Hell ton"
  350. "contain, and now Hell at last playsn"
  351. "fair -- for you emerge from the doorn"
  352. "to see the green fields of Earth!n"
  353. "Home at last.n" 
  354. "n"
  355. "You wonder what's been happening onn"
  356. "Earth while you were battling eviln"
  357. "unleashed. It's good that no Hell-n"
  358. "spawn could have come through thatn"
  359. "door with you ..."
  360. #define E4TEXT 
  361. "the spider mastermind must have sent forthn"
  362. "its legions of hellspawn before yourn"
  363. "final confrontation with that terriblen"
  364. "beast from hell.  but you stepped forwardn"
  365. "and brought forth eternal damnation andn"
  366. "suffering upon the horde as a true heron"
  367. "would in the face of something so evil.n"
  368. "n"
  369. "besides, someone was gonna pay for whatn"
  370. "happened to daisy, your pet rabbit.n"
  371. "n"
  372. "but now, you see spread before you moren"
  373. "potential pain and gibbitude as a nationn"
  374. "of demons run amok among our cities.n"
  375. "n"
  376. "next stop, hell on earth!"
  377. // after level 6, put this:
  378. #define C1TEXT 
  379. "YOU HAVE ENTERED DEEPLY INTO THE INFESTEDn" 
  380. "STARPORT. BUT SOMETHING IS WRONG. THEn" 
  381. "MONSTERS HAVE BROUGHT THEIR OWN REALITYn" 
  382. "WITH THEM, AND THE STARPORT'S TECHNOLOGYn" 
  383. "IS BEING SUBVERTED BY THEIR PRESENCE.n" 
  384. "n"
  385. "AHEAD, YOU SEE AN OUTPOST OF HELL, An" 
  386. "FORTIFIED ZONE. IF YOU CAN GET PAST IT,n" 
  387. "YOU CAN PENETRATE INTO THE HAUNTED HEARTn" 
  388. "OF THE STARBASE AND FIND THE CONTROLLINGn" 
  389. "SWITCH WHICH HOLDS EARTH'S POPULATIONn" 
  390. "HOSTAGE."
  391. // After level 11, put this:
  392. #define C2TEXT 
  393. "YOU HAVE WON! YOUR VICTORY HAS ENABLEDn" 
  394. "HUMANKIND TO EVACUATE EARTH AND ESCAPEn"
  395. "THE NIGHTMARE.  NOW YOU ARE THE ONLYn"
  396. "HUMAN LEFT ON THE FACE OF THE PLANET.n"
  397. "CANNIBAL MUTATIONS, CARNIVOROUS ALIENS,n"
  398. "AND EVIL SPIRITS ARE YOUR ONLY NEIGHBORS.n"
  399. "YOU SIT BACK AND WAIT FOR DEATH, CONTENTn"
  400. "THAT YOU HAVE SAVED YOUR SPECIES.n"
  401. "n"
  402. "BUT THEN, EARTH CONTROL BEAMS DOWN An"
  403. "MESSAGE FROM SPACE: "SENSORS HAVE LOCATEDn"
  404. "THE SOURCE OF THE ALIEN INVASION. IF YOUn"
  405. "GO THERE, YOU MAY BE ABLE TO BLOCK THEIRn"
  406. "ENTRY.  THE ALIEN BASE IS IN THE HEART OFn"
  407. "YOUR OWN HOME CITY, NOT FAR FROM THEn"
  408. "STARPORT." SLOWLY AND PAINFULLY YOU GETn"
  409. "UP AND RETURN TO THE FRAY."
  410. // After level 20, put this:
  411. #define C3TEXT 
  412. "YOU ARE AT THE CORRUPT HEART OF THE CITY,n"
  413. "SURROUNDED BY THE CORPSES OF YOUR ENEMIES.n"
  414. "YOU SEE NO WAY TO DESTROY THE CREATURES'n"
  415. "ENTRYWAY ON THIS SIDE, SO YOU CLENCH YOURn"
  416. "TEETH AND PLUNGE THROUGH IT.n"
  417. "n"
  418. "THERE MUST BE A WAY TO CLOSE IT ON THEn"
  419. "OTHER SIDE. WHAT DO YOU CARE IF YOU'VEn"
  420. "GOT TO GO THROUGH HELL TO GET TO IT?"
  421. // After level 29, put this:
  422. #define C4TEXT 
  423. "THE HORRENDOUS VISAGE OF THE BIGGESTn"
  424. "DEMON YOU'VE EVER SEEN CRUMBLES BEFOREn"
  425. "YOU, AFTER YOU PUMP YOUR ROCKETS INTOn"
  426. "HIS EXPOSED BRAIN. THE MONSTER SHRIVELSn"
  427. "UP AND DIES, ITS THRASHING LIMBSn"
  428. "DEVASTATING UNTOLD MILES OF HELL'Sn"
  429. "SURFACE.n"
  430. "n"
  431. "YOU'VE DONE IT. THE INVASION IS OVER.n"
  432. "EARTH IS SAVED. HELL IS A WRECK. YOUn"
  433. "WONDER WHERE BAD FOLKS WILL GO WHEN THEYn"
  434. "DIE, NOW. WIPING THE SWEAT FROM YOURn"
  435. "FOREHEAD YOU BEGIN THE LONG TREK BACKn"
  436. "HOME. REBUILDING EARTH OUGHT TO BE An"
  437. "LOT MORE FUN THAN RUINING IT WAS.n"
  438. // Before level 31, put this:
  439. #define C5TEXT 
  440. "CONGRATULATIONS, YOU'VE FOUND THE SECRETn"
  441. "LEVEL! LOOKS LIKE IT'S BEEN BUILT BYn"
  442. "HUMANS, RATHER THAN DEMONS. YOU WONDERn"
  443. "WHO THE INMATES OF THIS CORNER OF HELLn"
  444. "WILL BE."
  445. // Before level 32, put this:
  446. #define C6TEXT 
  447. "CONGRATULATIONS, YOU'VE FOUND THEn"
  448. "SUPER SECRET LEVEL!  YOU'D BETTERn"
  449. "BLAZE THROUGH THIS ONE!n"
  450. // after map 06
  451. #define P1TEXT  
  452. "You gloat over the steaming carcass of then"
  453. "Guardian.  With its death, you've wrestedn"
  454. "the Accelerator from the stinking clawsn"
  455. "of Hell.  You relax and glance around then"
  456. "room.  Damn!  There was supposed to be atn"
  457. "least one working prototype, but you can'tn"
  458. "see it. The demons must have taken it.n"
  459. "n"
  460. "You must find the prototype, or all yourn"
  461. "struggles will have been wasted. Keepn"
  462. "moving, keep fighting, keep killing.n"
  463. "Oh yes, keep living, too."
  464. // after map 11
  465. #define P2TEXT 
  466. "Even the deadly Arch-Vile labyrinth couldn"
  467. "not stop you, and you've gotten to then"
  468. "prototype Accelerator which is soonn"
  469. "efficiently and permanently deactivated.n"
  470. "n"
  471. "You're good at that kind of thing."
  472. // after map 20
  473. #define P3TEXT 
  474. "You've bashed and battered your way inton"
  475. "the heart of the devil-hive.  Time for an"
  476. "Search-and-Destroy mission, aimed at then"
  477. "Gatekeeper, whose foul offspring isn"
  478. "cascading to Earth.  Yeah, he's bad. Butn"
  479. "you know who's worse!n"
  480. "n"
  481. "Grinning evilly, you check your gear, andn"
  482. "get ready to give the bastard a little Helln"
  483. "of your own making!"
  484. // after map 30
  485. #define P4TEXT 
  486. "The Gatekeeper's evil face is splatteredn"
  487. "all over the place.  As its tattered corpsen"
  488. "collapses, an inverted Gate forms andn"
  489. "sucks down the shards of the lastn"
  490. "prototype Accelerator, not to mention then"
  491. "few remaining demons.  You're done. Helln"
  492. "has gone back to pounding bad dead folks n"
  493. "instead of good live ones.  Remember ton"
  494. "tell your grandkids to put a rocketn"
  495. "launcher in your coffin. If you go to Helln"
  496. "when you die, you'll need it for somen"
  497. "final cleaning-up ..."
  498. // before map 31
  499. #define P5TEXT 
  500. "You've found the second-hardest level wen"
  501. "got. Hope you have a saved game a level orn"
  502. "two previous.  If not, be prepared to dien"
  503. "aplenty. For master marines only."
  504. // before map 32
  505. #define P6TEXT 
  506. "Betcha wondered just what WAS the hardestn"
  507. "level we had ready for ya?  Now you know.n"
  508. "No one gets out alive."
  509. #define T1TEXT 
  510. "You've fought your way out of the infestedn"
  511. "experimental labs.   It seems that UAC hasn"
  512. "once again gulped it down.  With theirn"
  513. "high turnover, it must be hard for poorn"
  514. "old UAC to buy corporate health insurancen"
  515. "nowadays..n"
  516. "n"
  517. "Ahead lies the military complex, nown"
  518. "swarming with diseased horrors hot to getn"
  519. "their teeth into you. With luck, then"
  520. "complex still has some warlike ordnancen"
  521. "laying around."
  522. #define T2TEXT 
  523. "You hear the grinding of heavy machineryn"
  524. "ahead.  You sure hope they're not stampingn"
  525. "out new hellspawn, but you're ready ton"
  526. "ream out a whole herd if you have to.n"
  527. "They might be planning a blood feast, butn"
  528. "you feel about as mean as two thousandn"
  529. "maniacs packed into one mad killer.n"
  530. "n"
  531. "You don't plan to go down easy."
  532. #define T3TEXT 
  533. "The vista opening ahead looks real damnn"
  534. "familiar. Smells familiar, too -- liken"
  535. "fried excrement. You didn't like thisn"
  536. "place before, and you sure as hell ain'tn"
  537. "planning to like it now. The more youn"
  538. "brood on it, the madder you get.n"
  539. "Hefting your gun, an evil grin tricklesn"
  540. "onto your face. Time to take some names."
  541. #define T4TEXT 
  542. "Suddenly, all is silent, from one horizonn"
  543. "to the other. The agonizing echo of Helln"
  544. "fades away, the nightmare sky turns ton"
  545. "blue, the heaps of monster corpses start n"
  546. "to evaporate along with the evil stench n"
  547. "that filled the air. Jeeze, maybe you'ven"
  548. "done it. Have you really won?n"
  549. "n"
  550. "Something rumbles in the distance.n"
  551. "A blue light begins to glow inside then"
  552. "ruined skull of the demon-spitter."
  553. #define T5TEXT 
  554. "What now? Looks totally different. Kindn"
  555. "of like King Tut's condo. Well,n"
  556. "whatever's here can't be any worsen"
  557. "than usual. Can it?  Or maybe it's bestn"
  558. "to let sleeping gods lie.."
  559. #define T6TEXT 
  560. "Time for a vacation. You've burst then"
  561. "bowels of hell and by golly you're readyn"
  562. "for a break. You mutter to yourself,n"
  563. "Maybe someone else can kick Hell's assn"
  564. "next time around. Ahead lies a quiet town,n"
  565. "with peaceful flowing water, quaintn"
  566. "buildings, and presumably no Hellspawn.n"
  567. "n"
  568. "As you step off the transport, you hearn"
  569. "the stomp of a cyberdemon's iron shoe."
  570. //
  571. // Character cast strings F_FINALE.C
  572. //
  573. #define CC_ZOMBIE "ZOMBIEMAN"
  574. #define CC_SHOTGUN "SHOTGUN GUY"
  575. #define CC_HEAVY "HEAVY WEAPON DUDE"
  576. #define CC_IMP "IMP"
  577. #define CC_DEMON "DEMON"
  578. #define CC_LOST "LOST SOUL"
  579. #define CC_CACO "CACODEMON"
  580. #define CC_HELL "HELL KNIGHT"
  581. #define CC_BARON "BARON OF HELL"
  582. #define CC_ARACH "ARACHNOTRON"
  583. #define CC_PAIN "PAIN ELEMENTAL"
  584. #define CC_REVEN "REVENANT"
  585. #define CC_MANCU "MANCUBUS"
  586. #define CC_ARCH "ARCH-VILE"
  587. #define CC_SPIDER "THE SPIDER MASTERMIND"
  588. #define CC_CYBER "THE CYBERDEMON"
  589. #define CC_HERO "OUR HERO"
  590. #endif
  591. //-----------------------------------------------------------------------------
  592. //
  593. // $Log:$
  594. //
  595. //-----------------------------------------------------------------------------