aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script
diff options
context:
space:
mode:
authorThomas Fach-Pedersen2014-05-25 19:56:03 +0200
committerEugene Sandulenko2016-09-29 22:33:33 +0200
commit25e97d21446418a4303652c749aac2118d04984c (patch)
treed5453a2493256c704b5c64cb4c5f40f50d09869f /engines/bladerunner/script
parent5cb4ba9a9b52705d84e30b07de1badb780e4b02e (diff)
downloadscummvm-rg350-25e97d21446418a4303652c749aac2118d04984c.tar.gz
scummvm-rg350-25e97d21446418a4303652c749aac2118d04984c.tar.bz2
scummvm-rg350-25e97d21446418a4303652c749aac2118d04984c.zip
BLADERUNNER: First easter egg, developer commentary
Diffstat (limited to 'engines/bladerunner/script')
-rw-r--r--engines/bladerunner/script/rc01.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/engines/bladerunner/script/rc01.cpp b/engines/bladerunner/script/rc01.cpp
index 24cb27ca44..560eb24742 100644
--- a/engines/bladerunner/script/rc01.cpp
+++ b/engines/bladerunner/script/rc01.cpp
@@ -30,6 +30,27 @@ void ScriptRC01::InitializeScene() {
_vm->outtakePlay(28, true);
_vm->outtakePlay(41, true);
_vm->outtakePlay( 0, false);
+
+ _vm->ISez("Blade Runner");
+ _vm->ISez("");
+ _vm->ISez("From the dark recesses of David Leary's imagination comes a game unlike any");
+ _vm->ISez("other. Blade Runner immerses you in the underbelly of future Los Angeles. Right");
+ _vm->ISez("from the start, the story pulls you in with graphic descriptions of a");
+ _vm->ISez("grandmother doing the shimmy in her underwear, child molestation, brutal");
+ _vm->ISez("cold-blooded slaying of innocent animals, vomiting on desks, staring at a");
+ _vm->ISez("woman's ass, the list goes on. And when the game starts, the real fun begins -");
+ _vm->ISez("shoot down-on-their-luck homeless people and toss them into a dumpster. Watch");
+ _vm->ISez("with sadistic glee as a dog gets blown into chunky, bloody, bits by an");
+ _vm->ISez("explosive, and even murder a shy little girl who loves you. If you think David");
+ _vm->ISez("Leary is sick, and you like sick, this is THE game for you.");
+ _vm->ISez("");
+ _vm->ISez("JW: Don't forget the wasting of helpless mutated cripples in the underground.");
+ _vm->ISez("It's such a beautiful thing!");
+ _vm->ISez("");
+ _vm->ISez("DL: Go ahead. Just keep beating that snarling pit bull...ignore the foam");
+ _vm->ISez("around his jaws. There's room on the top shelf of my fridge for at least one");
+ _vm->ISez("more head... - Psychotic Dave");
+ _vm->ISez("");
}
void ScriptRC01::SceneLoaded() {