d_englsh.h
资源名称:21.rar [点击查看]
上传用户:xuyinpeng
上传日期:2021-05-12
资源大小:455k
文件大小:22k
源码类别:
射击游戏
开发平台:
Visual C++
- // Emacs style mode select -*- C++ -*-
- //-----------------------------------------------------------------------------
- //
- // $Id:$
- //
- // Copyright (C) 1993-1996 by id Software, Inc.
- //
- // This source is available for distribution and/or modification
- // only under the terms of the DOOM Source Code License as
- // published by id Software. All rights reserved.
- //
- // The source is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
- // for more details.
- //
- // DESCRIPTION:
- // Printed strings for translation.
- // English language support (default).
- //
- //-----------------------------------------------------------------------------
- #ifndef __D_ENGLSH__
- #define __D_ENGLSH__
- //
- // Printed strings for translation
- //
- //
- // D_Main.C
- //
- #define D_DEVSTR "Development mode ON.n"
- #define D_CDROM "CD-ROM Version: default.cfg from c:\doomdatan"
- //
- // M_Menu.C
- //
- #define PRESSKEY "press a key."
- #define PRESSYN "press y or n."
- #define QUITMSG "are you sure you want tonquit this great game?"
- #define LOADNET "you can't do load while in a net game!nn"PRESSKEY
- #define QLOADNET "you can't quickload during a netgame!nn"PRESSKEY
- #define QSAVESPOT "you haven't picked a quicksave slot yet!nn"PRESSKEY
- #define SAVEDEAD "you can't save if you aren't playing!nn"PRESSKEY
- #define QSPROMPT "quicksave over your game namednn'%s'?nn"PRESSYN
- #define QLPROMPT "do you want to quickload the game namednn'%s'?nn"PRESSYN
- #define NEWGAME
- "you can't start a new gamen"
- "while in a network game.nn"PRESSKEY
- #define NIGHTMARE
- "are you sure? this skill leveln"
- "isn't even remotely fair.nn"PRESSYN
- #define SWSTRING
- "this is the shareware version of doom.nn"
- "you need to order the entire trilogy.nn"PRESSKEY
- #define MSGOFF "Messages OFF"
- #define MSGON "Messages ON"
- #define NETEND "you can't end a netgame!nn"PRESSKEY
- #define ENDGAME "are you sure you want to end the game?nn"PRESSYN
- #define DOSY "(press y to quit)"
- #define DETAILHI "High detail"
- #define DETAILLO "Low detail"
- #define GAMMALVL0 "Gamma correction OFF"
- #define GAMMALVL1 "Gamma correction level 1"
- #define GAMMALVL2 "Gamma correction level 2"
- #define GAMMALVL3 "Gamma correction level 3"
- #define GAMMALVL4 "Gamma correction level 4"
- #define EMPTYSTRING "empty slot"
- //
- // P_inter.C
- //
- #define GOTARMOR "Picked up the armor."
- #define GOTMEGA "Picked up the MegaArmor!"
- #define GOTHTHBONUS "Picked up a health bonus."
- #define GOTARMBONUS "Picked up an armor bonus."
- #define GOTSTIM "Picked up a stimpack."
- #define GOTMEDINEED "Picked up a medikit that you REALLY need!"
- #define GOTMEDIKIT "Picked up a medikit."
- #define GOTSUPER "Supercharge!"
- #define GOTBLUECARD "Picked up a blue keycard."
- #define GOTYELWCARD "Picked up a yellow keycard."
- #define GOTREDCARD "Picked up a red keycard."
- #define GOTBLUESKUL "Picked up a blue skull key."
- #define GOTYELWSKUL "Picked up a yellow skull key."
- #define GOTREDSKULL "Picked up a red skull key."
- #define GOTINVUL "Invulnerability!"
- #define GOTBERSERK "Berserk!"
- #define GOTINVIS "Partial Invisibility"
- #define GOTSUIT "Radiation Shielding Suit"
- #define GOTMAP "Computer Area Map"
- #define GOTVISOR "Light Amplification Visor"
- #define GOTMSPHERE "MegaSphere!"
- #define GOTCLIP "Picked up a clip."
- #define GOTCLIPBOX "Picked up a box of bullets."
- #define GOTROCKET "Picked up a rocket."
- #define GOTROCKBOX "Picked up a box of rockets."
- #define GOTCELL "Picked up an energy cell."
- #define GOTCELLBOX "Picked up an energy cell pack."
- #define GOTSHELLS "Picked up 4 shotgun shells."
- #define GOTSHELLBOX "Picked up a box of shotgun shells."
- #define GOTBACKPACK "Picked up a backpack full of ammo!"
- #define GOTBFG9000 "You got the BFG9000! Oh, yes."
- #define GOTCHAINGUN "You got the chaingun!"
- #define GOTCHAINSAW "A chainsaw! Find some meat!"
- #define GOTLAUNCHER "You got the rocket launcher!"
- #define GOTPLASMA "You got the plasma gun!"
- #define GOTSHOTGUN "You got the shotgun!"
- #define GOTSHOTGUN2 "You got the super shotgun!"
- //
- // P_Doors.C
- //
- #define PD_BLUEO "You need a blue key to activate this object"
- #define PD_REDO "You need a red key to activate this object"
- #define PD_YELLOWO "You need a yellow key to activate this object"
- #define PD_BLUEK "You need a blue key to open this door"
- #define PD_REDK "You need a red key to open this door"
- #define PD_YELLOWK "You need a yellow key to open this door"
- //
- // G_game.C
- //
- #define GGSAVED "game saved."
- //
- // HU_stuff.C
- //
- #define HUSTR_MSGU "[Message unsent]"
- #define HUSTR_E1M1 "E1M1: Hangar"
- #define HUSTR_E1M2 "E1M2: Nuclear Plant"
- #define HUSTR_E1M3 "E1M3: Toxin Refinery"
- #define HUSTR_E1M4 "E1M4: Command Control"
- #define HUSTR_E1M5 "E1M5: Phobos Lab"
- #define HUSTR_E1M6 "E1M6: Central Processing"
- #define HUSTR_E1M7 "E1M7: Computer Station"
- #define HUSTR_E1M8 "E1M8: Phobos Anomaly"
- #define HUSTR_E1M9 "E1M9: Military Base"
- #define HUSTR_E2M1 "E2M1: Deimos Anomaly"
- #define HUSTR_E2M2 "E2M2: Containment Area"
- #define HUSTR_E2M3 "E2M3: Refinery"
- #define HUSTR_E2M4 "E2M4: Deimos Lab"
- #define HUSTR_E2M5 "E2M5: Command Center"
- #define HUSTR_E2M6 "E2M6: Halls of the Damned"
- #define HUSTR_E2M7 "E2M7: Spawning Vats"
- #define HUSTR_E2M8 "E2M8: Tower of Babel"
- #define HUSTR_E2M9 "E2M9: Fortress of Mystery"
- #define HUSTR_E3M1 "E3M1: Hell Keep"
- #define HUSTR_E3M2 "E3M2: Slough of Despair"
- #define HUSTR_E3M3 "E3M3: Pandemonium"
- #define HUSTR_E3M4 "E3M4: House of Pain"
- #define HUSTR_E3M5 "E3M5: Unholy Cathedral"
- #define HUSTR_E3M6 "E3M6: Mt. Erebus"
- #define HUSTR_E3M7 "E3M7: Limbo"
- #define HUSTR_E3M8 "E3M8: Dis"
- #define HUSTR_E3M9 "E3M9: Warrens"
- #define HUSTR_E4M1 "E4M1: Hell Beneath"
- #define HUSTR_E4M2 "E4M2: Perfect Hatred"
- #define HUSTR_E4M3 "E4M3: Sever The Wicked"
- #define HUSTR_E4M4 "E4M4: Unruly Evil"
- #define HUSTR_E4M5 "E4M5: They Will Repent"
- #define HUSTR_E4M6 "E4M6: Against Thee Wickedly"
- #define HUSTR_E4M7 "E4M7: And Hell Followed"
- #define HUSTR_E4M8 "E4M8: Unto The Cruel"
- #define HUSTR_E4M9 "E4M9: Fear"
- #define HUSTR_1 "level 1: entryway"
- #define HUSTR_2 "level 2: underhalls"
- #define HUSTR_3 "level 3: the gantlet"
- #define HUSTR_4 "level 4: the focus"
- #define HUSTR_5 "level 5: the waste tunnels"
- #define HUSTR_6 "level 6: the crusher"
- #define HUSTR_7 "level 7: dead simple"
- #define HUSTR_8 "level 8: tricks and traps"
- #define HUSTR_9 "level 9: the pit"
- #define HUSTR_10 "level 10: refueling base"
- #define HUSTR_11 "level 11: 'o' of destruction!"
- #define HUSTR_12 "level 12: the factory"
- #define HUSTR_13 "level 13: downtown"
- #define HUSTR_14 "level 14: the inmost dens"
- #define HUSTR_15 "level 15: industrial zone"
- #define HUSTR_16 "level 16: suburbs"
- #define HUSTR_17 "level 17: tenements"
- #define HUSTR_18 "level 18: the courtyard"
- #define HUSTR_19 "level 19: the citadel"
- #define HUSTR_20 "level 20: gotcha!"
- #define HUSTR_21 "level 21: nirvana"
- #define HUSTR_22 "level 22: the catacombs"
- #define HUSTR_23 "level 23: barrels o' fun"
- #define HUSTR_24 "level 24: the chasm"
- #define HUSTR_25 "level 25: bloodfalls"
- #define HUSTR_26 "level 26: the abandoned mines"
- #define HUSTR_27 "level 27: monster condo"
- #define HUSTR_28 "level 28: the spirit world"
- #define HUSTR_29 "level 29: the living end"
- #define HUSTR_30 "level 30: icon of sin"
- #define HUSTR_31 "level 31: wolfenstein"
- #define HUSTR_32 "level 32: grosse"
- #define PHUSTR_1 "level 1: congo"
- #define PHUSTR_2 "level 2: well of souls"
- #define PHUSTR_3 "level 3: aztec"
- #define PHUSTR_4 "level 4: caged"
- #define PHUSTR_5 "level 5: ghost town"
- #define PHUSTR_6 "level 6: baron's lair"
- #define PHUSTR_7 "level 7: caughtyard"
- #define PHUSTR_8 "level 8: realm"
- #define PHUSTR_9 "level 9: abattoire"
- #define PHUSTR_10 "level 10: onslaught"
- #define PHUSTR_11 "level 11: hunted"
- #define PHUSTR_12 "level 12: speed"
- #define PHUSTR_13 "level 13: the crypt"
- #define PHUSTR_14 "level 14: genesis"
- #define PHUSTR_15 "level 15: the twilight"
- #define PHUSTR_16 "level 16: the omen"
- #define PHUSTR_17 "level 17: compound"
- #define PHUSTR_18 "level 18: neurosphere"
- #define PHUSTR_19 "level 19: nme"
- #define PHUSTR_20 "level 20: the death domain"
- #define PHUSTR_21 "level 21: slayer"
- #define PHUSTR_22 "level 22: impossible mission"
- #define PHUSTR_23 "level 23: tombstone"
- #define PHUSTR_24 "level 24: the final frontier"
- #define PHUSTR_25 "level 25: the temple of darkness"
- #define PHUSTR_26 "level 26: bunker"
- #define PHUSTR_27 "level 27: anti-christ"
- #define PHUSTR_28 "level 28: the sewers"
- #define PHUSTR_29 "level 29: odyssey of noises"
- #define PHUSTR_30 "level 30: the gateway of hell"
- #define PHUSTR_31 "level 31: cyberden"
- #define PHUSTR_32 "level 32: go 2 it"
- #define THUSTR_1 "level 1: system control"
- #define THUSTR_2 "level 2: human bbq"
- #define THUSTR_3 "level 3: power control"
- #define THUSTR_4 "level 4: wormhole"
- #define THUSTR_5 "level 5: hanger"
- #define THUSTR_6 "level 6: open season"
- #define THUSTR_7 "level 7: prison"
- #define THUSTR_8 "level 8: metal"
- #define THUSTR_9 "level 9: stronghold"
- #define THUSTR_10 "level 10: redemption"
- #define THUSTR_11 "level 11: storage facility"
- #define THUSTR_12 "level 12: crater"
- #define THUSTR_13 "level 13: nukage processing"
- #define THUSTR_14 "level 14: steel works"
- #define THUSTR_15 "level 15: dead zone"
- #define THUSTR_16 "level 16: deepest reaches"
- #define THUSTR_17 "level 17: processing area"
- #define THUSTR_18 "level 18: mill"
- #define THUSTR_19 "level 19: shipping/respawning"
- #define THUSTR_20 "level 20: central processing"
- #define THUSTR_21 "level 21: administration center"
- #define THUSTR_22 "level 22: habitat"
- #define THUSTR_23 "level 23: lunar mining project"
- #define THUSTR_24 "level 24: quarry"
- #define THUSTR_25 "level 25: baron's den"
- #define THUSTR_26 "level 26: ballistyx"
- #define THUSTR_27 "level 27: mount pain"
- #define THUSTR_28 "level 28: heck"
- #define THUSTR_29 "level 29: river styx"
- #define THUSTR_30 "level 30: last call"
- #define THUSTR_31 "level 31: pharaoh"
- #define THUSTR_32 "level 32: caribbean"
- #define HUSTR_CHATMACRO1 "I'm ready to kick butt!"
- #define HUSTR_CHATMACRO2 "I'm OK."
- #define HUSTR_CHATMACRO3 "I'm not looking too good!"
- #define HUSTR_CHATMACRO4 "Help!"
- #define HUSTR_CHATMACRO5 "You suck!"
- #define HUSTR_CHATMACRO6 "Next time, scumbag..."
- #define HUSTR_CHATMACRO7 "Come here!"
- #define HUSTR_CHATMACRO8 "I'll take care of it."
- #define HUSTR_CHATMACRO9 "Yes"
- #define HUSTR_CHATMACRO0 "No"
- #define HUSTR_TALKTOSELF1 "You mumble to yourself"
- #define HUSTR_TALKTOSELF2 "Who's there?"
- #define HUSTR_TALKTOSELF3 "You scare yourself"
- #define HUSTR_TALKTOSELF4 "You start to rave"
- #define HUSTR_TALKTOSELF5 "You've lost it..."
- #define HUSTR_MESSAGESENT "[Message Sent]"
- // The following should NOT be changed unless it seems
- // just AWFULLY necessary
- #define HUSTR_PLRGREEN "Green: "
- #define HUSTR_PLRINDIGO "Indigo: "
- #define HUSTR_PLRBROWN "Brown: "
- #define HUSTR_PLRRED "Red: "
- #define HUSTR_KEYGREEN KEY_G
- #define HUSTR_KEYINDIGO KEY_I
- #define HUSTR_KEYBROWN KEY_B
- #define HUSTR_KEYRED KEY_R
- //
- // AM_map.C
- //
- #define AMSTR_FOLLOWON "Follow Mode ON"
- #define AMSTR_FOLLOWOFF "Follow Mode OFF"
- #define AMSTR_GRIDON "Grid ON"
- #define AMSTR_GRIDOFF "Grid OFF"
- #define AMSTR_MARKEDSPOT "Marked Spot"
- #define AMSTR_MARKSCLEARED "All Marks Cleared"
- //
- // ST_stuff.C
- //
- #define STSTR_MUS "Music Change"
- #define STSTR_NOMUS "IMPOSSIBLE SELECTION"
- #define STSTR_DQDON "Degreelessness Mode On"
- #define STSTR_DQDOFF "Degreelessness Mode Off"
- #define STSTR_KFAADDED "Very Happy Ammo Added"
- #define STSTR_FAADDED "Ammo (no keys) Added"
- #define STSTR_NCON "No Clipping Mode ON"
- #define STSTR_NCOFF "No Clipping Mode OFF"
- #define STSTR_BEHOLD "inVuln, Str, Inviso, Rad, Allmap, or Lite-amp"
- #define STSTR_BEHOLDX "Power-up Toggled"
- #define STSTR_CHOPPERS "... doesn't suck - GM"
- #define STSTR_CLEV "Changing Level..."
- //
- // F_Finale.C
- //
- #define E1TEXT
- "Once you beat the big badasses andn"
- "clean out the moon base you're supposedn"
- "to win, aren't you? Aren't you? Where'sn"
- "your fat reward and ticket home? Whatn"
- "the hell is this? It's not supposed ton"
- "end this way!n"
- "n"
- "It stinks like rotten meat, but looksn"
- "like the lost Deimos base. Looks liken"
- "you're stuck on The Shores of Hell.n"
- "The only way out is through.n"
- "n"
- "To continue the DOOM experience, playn"
- "The Shores of Hell and its amazingn"
- "sequel, Inferno!n"
- #define E2TEXT
- "You've done it! The hideous cyber-n"
- "demon lord that ruled the lost Deimosn"
- "moon base has been slain and youn"
- "are triumphant! But ... where aren"
- "you? You clamber to the edge of then"
- "moon and look down to see the awfuln"
- "truth.n"
- "n"
- "Deimos floats above Hell itself!n"
- "You've never heard of anyone escapingn"
- "from Hell, but you'll make the bastardsn"
- "sorry they ever heard of you! Quickly,n"
- "you rappel down to the surface ofn"
- "Hell.n"
- "n"
- "Now, it's on to the final chapter ofn"
- "DOOM! -- Inferno."
- #define E3TEXT
- "The loathsome spiderdemon thatn"
- "masterminded the invasion of the moonn"
- "bases and caused so much death has hadn"
- "its ass kicked for all time.n"
- "n"
- "A hidden doorway opens and you enter.n"
- "You've proven too tough for Hell ton"
- "contain, and now Hell at last playsn"
- "fair -- for you emerge from the doorn"
- "to see the green fields of Earth!n"
- "Home at last.n"
- "n"
- "You wonder what's been happening onn"
- "Earth while you were battling eviln"
- "unleashed. It's good that no Hell-n"
- "spawn could have come through thatn"
- "door with you ..."
- #define E4TEXT
- "the spider mastermind must have sent forthn"
- "its legions of hellspawn before yourn"
- "final confrontation with that terriblen"
- "beast from hell. but you stepped forwardn"
- "and brought forth eternal damnation andn"
- "suffering upon the horde as a true heron"
- "would in the face of something so evil.n"
- "n"
- "besides, someone was gonna pay for whatn"
- "happened to daisy, your pet rabbit.n"
- "n"
- "but now, you see spread before you moren"
- "potential pain and gibbitude as a nationn"
- "of demons run amok among our cities.n"
- "n"
- "next stop, hell on earth!"
- // after level 6, put this:
- #define C1TEXT
- "YOU HAVE ENTERED DEEPLY INTO THE INFESTEDn"
- "STARPORT. BUT SOMETHING IS WRONG. THEn"
- "MONSTERS HAVE BROUGHT THEIR OWN REALITYn"
- "WITH THEM, AND THE STARPORT'S TECHNOLOGYn"
- "IS BEING SUBVERTED BY THEIR PRESENCE.n"
- "n"
- "AHEAD, YOU SEE AN OUTPOST OF HELL, An"
- "FORTIFIED ZONE. IF YOU CAN GET PAST IT,n"
- "YOU CAN PENETRATE INTO THE HAUNTED HEARTn"
- "OF THE STARBASE AND FIND THE CONTROLLINGn"
- "SWITCH WHICH HOLDS EARTH'S POPULATIONn"
- "HOSTAGE."
- // After level 11, put this:
- #define C2TEXT
- "YOU HAVE WON! YOUR VICTORY HAS ENABLEDn"
- "HUMANKIND TO EVACUATE EARTH AND ESCAPEn"
- "THE NIGHTMARE. NOW YOU ARE THE ONLYn"
- "HUMAN LEFT ON THE FACE OF THE PLANET.n"
- "CANNIBAL MUTATIONS, CARNIVOROUS ALIENS,n"
- "AND EVIL SPIRITS ARE YOUR ONLY NEIGHBORS.n"
- "YOU SIT BACK AND WAIT FOR DEATH, CONTENTn"
- "THAT YOU HAVE SAVED YOUR SPECIES.n"
- "n"
- "BUT THEN, EARTH CONTROL BEAMS DOWN An"
- "MESSAGE FROM SPACE: "SENSORS HAVE LOCATEDn"
- "THE SOURCE OF THE ALIEN INVASION. IF YOUn"
- "GO THERE, YOU MAY BE ABLE TO BLOCK THEIRn"
- "ENTRY. THE ALIEN BASE IS IN THE HEART OFn"
- "YOUR OWN HOME CITY, NOT FAR FROM THEn"
- "STARPORT." SLOWLY AND PAINFULLY YOU GETn"
- "UP AND RETURN TO THE FRAY."
- // After level 20, put this:
- #define C3TEXT
- "YOU ARE AT THE CORRUPT HEART OF THE CITY,n"
- "SURROUNDED BY THE CORPSES OF YOUR ENEMIES.n"
- "YOU SEE NO WAY TO DESTROY THE CREATURES'n"
- "ENTRYWAY ON THIS SIDE, SO YOU CLENCH YOURn"
- "TEETH AND PLUNGE THROUGH IT.n"
- "n"
- "THERE MUST BE A WAY TO CLOSE IT ON THEn"
- "OTHER SIDE. WHAT DO YOU CARE IF YOU'VEn"
- "GOT TO GO THROUGH HELL TO GET TO IT?"
- // After level 29, put this:
- #define C4TEXT
- "THE HORRENDOUS VISAGE OF THE BIGGESTn"
- "DEMON YOU'VE EVER SEEN CRUMBLES BEFOREn"
- "YOU, AFTER YOU PUMP YOUR ROCKETS INTOn"
- "HIS EXPOSED BRAIN. THE MONSTER SHRIVELSn"
- "UP AND DIES, ITS THRASHING LIMBSn"
- "DEVASTATING UNTOLD MILES OF HELL'Sn"
- "SURFACE.n"
- "n"
- "YOU'VE DONE IT. THE INVASION IS OVER.n"
- "EARTH IS SAVED. HELL IS A WRECK. YOUn"
- "WONDER WHERE BAD FOLKS WILL GO WHEN THEYn"
- "DIE, NOW. WIPING THE SWEAT FROM YOURn"
- "FOREHEAD YOU BEGIN THE LONG TREK BACKn"
- "HOME. REBUILDING EARTH OUGHT TO BE An"
- "LOT MORE FUN THAN RUINING IT WAS.n"
- // Before level 31, put this:
- #define C5TEXT
- "CONGRATULATIONS, YOU'VE FOUND THE SECRETn"
- "LEVEL! LOOKS LIKE IT'S BEEN BUILT BYn"
- "HUMANS, RATHER THAN DEMONS. YOU WONDERn"
- "WHO THE INMATES OF THIS CORNER OF HELLn"
- "WILL BE."
- // Before level 32, put this:
- #define C6TEXT
- "CONGRATULATIONS, YOU'VE FOUND THEn"
- "SUPER SECRET LEVEL! YOU'D BETTERn"
- "BLAZE THROUGH THIS ONE!n"
- // after map 06
- #define P1TEXT
- "You gloat over the steaming carcass of then"
- "Guardian. With its death, you've wrestedn"
- "the Accelerator from the stinking clawsn"
- "of Hell. You relax and glance around then"
- "room. Damn! There was supposed to be atn"
- "least one working prototype, but you can'tn"
- "see it. The demons must have taken it.n"
- "n"
- "You must find the prototype, or all yourn"
- "struggles will have been wasted. Keepn"
- "moving, keep fighting, keep killing.n"
- "Oh yes, keep living, too."
- // after map 11
- #define P2TEXT
- "Even the deadly Arch-Vile labyrinth couldn"
- "not stop you, and you've gotten to then"
- "prototype Accelerator which is soonn"
- "efficiently and permanently deactivated.n"
- "n"
- "You're good at that kind of thing."
- // after map 20
- #define P3TEXT
- "You've bashed and battered your way inton"
- "the heart of the devil-hive. Time for an"
- "Search-and-Destroy mission, aimed at then"
- "Gatekeeper, whose foul offspring isn"
- "cascading to Earth. Yeah, he's bad. Butn"
- "you know who's worse!n"
- "n"
- "Grinning evilly, you check your gear, andn"
- "get ready to give the bastard a little Helln"
- "of your own making!"
- // after map 30
- #define P4TEXT
- "The Gatekeeper's evil face is splatteredn"
- "all over the place. As its tattered corpsen"
- "collapses, an inverted Gate forms andn"
- "sucks down the shards of the lastn"
- "prototype Accelerator, not to mention then"
- "few remaining demons. You're done. Helln"
- "has gone back to pounding bad dead folks n"
- "instead of good live ones. Remember ton"
- "tell your grandkids to put a rocketn"
- "launcher in your coffin. If you go to Helln"
- "when you die, you'll need it for somen"
- "final cleaning-up ..."
- // before map 31
- #define P5TEXT
- "You've found the second-hardest level wen"
- "got. Hope you have a saved game a level orn"
- "two previous. If not, be prepared to dien"
- "aplenty. For master marines only."
- // before map 32
- #define P6TEXT
- "Betcha wondered just what WAS the hardestn"
- "level we had ready for ya? Now you know.n"
- "No one gets out alive."
- #define T1TEXT
- "You've fought your way out of the infestedn"
- "experimental labs. It seems that UAC hasn"
- "once again gulped it down. With theirn"
- "high turnover, it must be hard for poorn"
- "old UAC to buy corporate health insurancen"
- "nowadays..n"
- "n"
- "Ahead lies the military complex, nown"
- "swarming with diseased horrors hot to getn"
- "their teeth into you. With luck, then"
- "complex still has some warlike ordnancen"
- "laying around."
- #define T2TEXT
- "You hear the grinding of heavy machineryn"
- "ahead. You sure hope they're not stampingn"
- "out new hellspawn, but you're ready ton"
- "ream out a whole herd if you have to.n"
- "They might be planning a blood feast, butn"
- "you feel about as mean as two thousandn"
- "maniacs packed into one mad killer.n"
- "n"
- "You don't plan to go down easy."
- #define T3TEXT
- "The vista opening ahead looks real damnn"
- "familiar. Smells familiar, too -- liken"
- "fried excrement. You didn't like thisn"
- "place before, and you sure as hell ain'tn"
- "planning to like it now. The more youn"
- "brood on it, the madder you get.n"
- "Hefting your gun, an evil grin tricklesn"
- "onto your face. Time to take some names."
- #define T4TEXT
- "Suddenly, all is silent, from one horizonn"
- "to the other. The agonizing echo of Helln"
- "fades away, the nightmare sky turns ton"
- "blue, the heaps of monster corpses start n"
- "to evaporate along with the evil stench n"
- "that filled the air. Jeeze, maybe you'ven"
- "done it. Have you really won?n"
- "n"
- "Something rumbles in the distance.n"
- "A blue light begins to glow inside then"
- "ruined skull of the demon-spitter."
- #define T5TEXT
- "What now? Looks totally different. Kindn"
- "of like King Tut's condo. Well,n"
- "whatever's here can't be any worsen"
- "than usual. Can it? Or maybe it's bestn"
- "to let sleeping gods lie.."
- #define T6TEXT
- "Time for a vacation. You've burst then"
- "bowels of hell and by golly you're readyn"
- "for a break. You mutter to yourself,n"
- "Maybe someone else can kick Hell's assn"
- "next time around. Ahead lies a quiet town,n"
- "with peaceful flowing water, quaintn"
- "buildings, and presumably no Hellspawn.n"
- "n"
- "As you step off the transport, you hearn"
- "the stomp of a cyberdemon's iron shoe."
- //
- // Character cast strings F_FINALE.C
- //
- #define CC_ZOMBIE "ZOMBIEMAN"
- #define CC_SHOTGUN "SHOTGUN GUY"
- #define CC_HEAVY "HEAVY WEAPON DUDE"
- #define CC_IMP "IMP"
- #define CC_DEMON "DEMON"
- #define CC_LOST "LOST SOUL"
- #define CC_CACO "CACODEMON"
- #define CC_HELL "HELL KNIGHT"
- #define CC_BARON "BARON OF HELL"
- #define CC_ARACH "ARACHNOTRON"
- #define CC_PAIN "PAIN ELEMENTAL"
- #define CC_REVEN "REVENANT"
- #define CC_MANCU "MANCUBUS"
- #define CC_ARCH "ARCH-VILE"
- #define CC_SPIDER "THE SPIDER MASTERMIND"
- #define CC_CYBER "THE CYBERDEMON"
- #define CC_HERO "OUR HERO"
- #endif
- //-----------------------------------------------------------------------------
- //
- // $Log:$
- //
- //-----------------------------------------------------------------------------