home *** CD-ROM | disk | FTP | other *** search
/ Perseus / PERSEUS.iso / spiele / tads12.exe / DITCH.DOC < prev    next >
Text File  |  1991-09-30  |  21KB  |  463 lines

  1. Ditch Day Drifter:  Interactive Fiction by Michael J. Roberts.
  2. Copyright (c) 1990 by Michael J. Roberts.  All Rights Reserved.
  3.  
  4.  
  5. INTRODUCTION
  6.  
  7. "Ditch Day Drifter" is a game that takes place on the campus of the fictitious
  8. California Institute of Technology in the mythical city of Pasadena.  You play
  9. the main character:  an undergraduate at Caltech.  As the story opens, you find
  10. that today is Ditch Day, the Caltech tradition in which seniors leave campus
  11. for the day, but not before barring the doors to their rooms with all sorts of
  12. complex puzzles and devices called "stacks."  Your job is to defeat the stack
  13. left by the senior who lives across the hall from you, in order to get into his
  14. room and claim whatever bribes the room's owner might have left behind.
  15.  
  16. DITCH runs on several computer systems.  These instructions describe the
  17. general operation of the game that is common to all or most of these systems.
  18. You may also need to know certain details that are specific to your computer,
  19. such as how to install the game on your computer and how to start it, or which
  20. keys are used for certain functions.  Another file in the DITCH distribution
  21. should provide your system-specific information.
  22.  
  23.  
  24. A NOTE ABOUT TADS, THE TEXT ADVENTURE DEVELOPMENT SYSTEM
  25.  
  26. Ditch Day Drifter was designed as a sample game written using the Text
  27. Adventure Development System, or TADS, which is a programming tool designed for
  28. writing text adventures.  TADS is available as "shareware," so you may be able
  29. to obtain TADS from the same place as DITCH.  For more information about TADS,
  30. please contact us at High Energy Software, P. O. Box 50422, Palo Alto,
  31. CA 94303, or through electronic mail on CompuServe (user ID 73737,417) or
  32. GEnie (mail ID M.ROBERTS10).  Internet users can send us electronic mail
  33. on CompuServe (and we can reply to Internet addresses).  Send mail to
  34. 73737.417@compuserve.com (note that the comma in the CompuServe ID turns
  35. into a period for Internet users).
  36.  
  37.  
  38. PLAYING THE GAME
  39.  
  40. In an adventure game, you play by typing commands that describe what you want
  41. to do.  Unfortunately, the game isn't as smart as you are, so it can't
  42. understand nearly as many sentences as a person could.  In this section,
  43. we'll describe most of the types of commands that you will need to use while
  44. playing the game.
  45.  
  46. Each time you see the prompt, ">", you type a command.  Your command should
  47. be a simple imperative sentence, or a series of imperatives separated by
  48. periods.  Press the RETURN (or ENTER) key when you are done typing your
  49. command; DITCH doesn't start interpreting the command until you press RETURN.
  50.  
  51. You can use capital or small letters in any mixture.  You can use words such
  52. as THE and AN when they're appropriate, but you can omit them if you prefer.
  53. You can abbreviate any word to six or more letters, but DITCH will pay
  54. attention to all of the letters you type.  For example, you could refer to
  55. a FLASHLIGHT with the words FLASHL, FLASHLIG, and so forth, but not with
  56. FLASHSDF.
  57.  
  58.  
  59. TRAVEL
  60.  
  61. At any time during the game, you are in a location.  DITCH desribes your
  62. location when you first enter, and again any time you type LOOK.  In a given
  63. location, you can reach anything described, so you don't need to type commands
  64. to move about within a location.
  65.  
  66. You move from place to place in the game by typing the direction you want to
  67. go.  DITCH will always tell you the directions that you can go from a location,
  68. although it usually doesn't tell you what you will find when you go there.  You
  69. will probably find it helpful to make a map as you explore the game.  The
  70. directions the game recognizes are NORTH, SOUTH, EAST, WEST, NORTHEAST,
  71. SOUTHEAST, UP, and DOWN.  You can abbreviate these to N, S, E, W, NE, SE, NW,
  72. SW, U, and D.  In some locations you can also use IN and OUT.
  73.  
  74. Generally, backtracking will take you back to where you started.  For example,
  75. if you start off in the kitchen, go north into the living room, then go south,
  76. you will be back in the kitchen.
  77.  
  78. Most of the time, when DITCH describes a door or doorway, you don't need to
  79. open the door to go through the passage; the game will do this for you.  Only
  80. when DITCH explicitly describes a closed door (or other impediment to travel)
  81. will you need to type a command to open the door.
  82.  
  83.  
  84. OBJECTS
  85.  
  86. In DITCH, you will find many objects that you can carry or otherwise
  87. manipulate.  When you want to do something with an object, type a simple
  88. command that tells the game what you want to do; be explicit.  For example,
  89. you could type READ THE BOOK or OPEN THE DRAWER.  Most of the objects in the
  90. game have fairly obvious uses; you shouldn't have to think of any obscure or
  91. unrelated words to manipulate the objects.
  92.  
  93. You generally don't have to specify exactly where you want to put an object
  94. that you wish to carry; you can just type TAKE (followed by the object's
  95. name) to carry an object.  We didn't think it was particularly interesting
  96. to force you to specify which object you wish to put in your left pocket,
  97. which you wish to carry in your right hand, and so forth.  However, there
  98. is a limit to how many objects you can carry at once, and to how much weight
  99. you can handle.  You can carry more objects (but not more weight, of course)
  100. by putting some items inside containers (for example, you may be able to put
  101. several objects into a box, and carry the box), since this reduces the number
  102. of objects you actually have to juggle at once.
  103.  
  104. Some basic verbs that you will use frequently are TAKE (to pick up an object),
  105. DROP (to drop an object), OPEN and CLOSE, and EXAMINE (which you can abbreviate
  106. to X).  You can PUT an object IN or ON another object when appropriate.  The
  107. game recognizes many other verbs as well.  We tried to make all of the verbs
  108. obvious; if you find a knob, you will be able to TURN it, and if you find a
  109. button, you will be able to PUSH it.  By the same token, you probably won't
  110. need to turn the button or push the knob.
  111.  
  112. Some examples of commands that the game recognizes are shown below.  These
  113. aren't necessarily commands that you'll ever type while playing DITCH, but
  114. they illustrate some of the verbs and sentence formats that you may use.
  115.  
  116.     GO NORTH
  117.     NORTH
  118.     N
  119.     UP
  120.     TAKE THE BOX
  121.     PUT THE FLOPPY DISK INTO THE BOX
  122.     CLOSE BOX
  123.     LOOK AT DISK
  124.     TAKE DISK OUT OF BOX
  125.     LOOK IN BOX
  126.     WEAR THE CONICAL HAT
  127.     TAKE OFF HAT
  128.     CLOSE BOX
  129.     TURN ON THE LANTERN
  130.     LIGHT MATCH
  131.     LIGHT CANDLE WITH MATCH
  132.     RING BELL
  133.     POUR WATER INTO BUCKET
  134.     PUSH BUTTON
  135.     TURN KNOB
  136.     EAT COOKIE
  137.     DRINK MILK
  138.     THROW KNIFE AT THIEF
  139.     KILL TROLL WITH SWORD
  140.     READ NEWSPAPER
  141.     LOOK THROUGH WINDOW
  142.     UNLOCK DOOR WITH KEY
  143.     TIE THE ROPE TO THE HOOK
  144.     CLIMB UP THE LADDER
  145.     TURN THE KNOB
  146.     JUMP
  147.     TYPE "HELLO" ON THE KEYBOARD
  148.     TYPE 1234 ON THE KEYPAD
  149.     GET IN THE CAR
  150.     GET OUT OF THE CAR
  151.     GET ON THE HORSE
  152.     GIVE WAND TO WIZARD
  153.     ASK WIZARD ABOUT WAND
  154.  
  155.  
  156. OTHER CHARACTERS
  157.  
  158. You may encounter other characters in the game.  You can interact in certain
  159. ways with these characters.  For example, you can GIVE things to them, and you
  160. could try to attack them (although DITCH is a non-violent game, so you
  161. shouldn't expect to solve any of your problems this way).  In addition, you
  162. can ask characters about things:
  163.  
  164.     ASK WIZARD ABOUT WAND
  165.  
  166. You can also tell characters to do something.  To do this, type the character's
  167. name, then a comma, then a command that you want the character to perform.  You
  168. can type several commands for the character all on the same line by separating
  169. the commands with periods.  For example:
  170.  
  171.     ROBOT, GO NORTH. PUSH BUTTON. GO SOUTH.
  172.  
  173. Of course, you shouldn't expect that characters will always follow your
  174. instructions; most characters have minds of their own, and won't automatically
  175. do what you ask.
  176.  
  177.  
  178. TIME
  179.  
  180. Time in DITCH passes only in response to commands you type.  Nothing happens
  181. while the game is waiting for you to type something.  Each turn takes about
  182. the same amount of time.  If you want to let some game time pass, because
  183. you think something is about to happen, you can type WAIT (or just Z).
  184.  
  185.  
  186. SCORE
  187.  
  188. DITCH assigns you a score while you play, indicating how close you are to
  189. finishing the game.  At certain points in the game, DITCH will award you points
  190. when you solve some puzzle or obtain some item.  The score is intended to
  191. provide you with a measure of your progress in the game, and increases as
  192. you get further in the game; you never lose points once they are earned.
  193.  
  194.  
  195. REFERRING TO MULTIPLE OBJECTS
  196.  
  197. You can usually use multiple objects in your sentences.  You separate the
  198. objects by the word AND or a comma.  For example:
  199.  
  200.     TAKE THE BOX, THE FLOPPY DISK, AND THE ROPE
  201.     PUT DISK AND ROPE IN BOX
  202.     DROP BOX AND BALL
  203.  
  204. You can use the word ALL to refer to everything that is applicable to your
  205. command, and you can use EXCEPT (right after the word ALL) to exclude certain
  206. objects.
  207.  
  208.     TAKE ALL
  209.     PUT ALL EXCEPT DISK AND ROPE INTO BOX
  210.     TAKE EVERYTHING OUT OF THE BOX
  211.     TAKE ALL OFF SHELF
  212.  
  213. The word ALL refers to everything that makes sense for your command, excluding
  214. things inside containers that are used in the command.  For example, if you
  215. are carrying a box and a rope, and the box contains a floppy disk, typing
  216. DROP ALL will drop only the box and the rope; the floppy disk will remain in
  217. the box.
  218.  
  219.  
  220. "IT" AND "THEM"
  221.  
  222. You an use IT and THEM to refer to the last object or objects that you used
  223. in a command.  Some examples:
  224.  
  225.     TAKE THE BOX
  226.     OPEN IT
  227.     TAKE THE DISK AND THE ROPE
  228.     PUT THEM IN THE BOX
  229.  
  230.  
  231. MULTIPLE COMMANDS ON A LINE
  232.  
  233. You can put multiple commands on a single input line by separating the
  234. commands with periods or the word THEN, or with a comma or the word AND.
  235. Each command still counts as a separate turn.  For example:
  236.  
  237.     TAKE THE DISK AND PUT IT IN THE BOX
  238.     TAKE BOX. OPEN IT.
  239.     UNLOCK THE DOOR WITH THE KEY. OPEN IT, AND THEN GO NORTH
  240.  
  241. If the game doesn't understand one of the commands on the input line, it will
  242. tell you what it couldn't understand, and it will ignore the rest of the
  243. commands on the line.
  244.  
  245.  
  246. AMBIGUOUS COMMANDS
  247.  
  248. If you type a command that leaves out some important information, DITCH will
  249. try to figure out what you mean anyway.  When the game can be reasonably sure
  250. about what you mean, because only one object would make sense with the command,
  251. the game will make an assumption about the missing information and act as
  252. though you had supplied it.  For example,
  253.  
  254.     >TIE THE ROPE
  255.     (to the hook)
  256.     The rope is now tied to the hook.  The end of the
  257.     rope nearly reaches the floor of the pit below.
  258.  
  259. If your command is ambiguous enough that the game doesn't feel safe making
  260. assumptions about what you meant, the game will ask you for more information.
  261. You can answer these questions by typing the missing information.  If you
  262. decide you didn't want to bother with the command after all, you can just type
  263. a new command; the game will ignore the question it asked.  For example:
  264.  
  265.     >UNLOCK THE DOOR
  266.     What do you want to unlock the door with?
  267.     
  268.     >THE KEY
  269.     Which key do you mean, the gold key, or the silver key?
  270.     
  271.     >GOLD
  272.     The door is now unlocked.
  273.  
  274.  
  275. UNKNOWN WORDS
  276.  
  277. DITCH will sometimes use words in its descriptions that it doesn't understand
  278. in your commands.  For example, you may see a description such as, "The
  279. planet's rings are visible as a thin arc high overhead, glimmering in the
  280. sunlight."  If the game doesn't know words such as "rings," you can assume
  281. that they're not needed to play the game; they're in the descriptions simply
  282. to make the story more interesting.  For those objects that are important,
  283. the game recognizes many synonyms; if the game doesn't understand a word you
  284. use, or any of its common synonyms, you are probably trying something that is
  285. not necessary to continue the game.
  286.  
  287.  
  288. SAVING AND RESTORING
  289.  
  290. You can store a snapshot of the game's state in a disk file at any time.
  291. Later, if your character is killed or you find that it has become impossible
  292. to finish the game (due to a lost or broken object, for example), you can
  293. restore the state of the game exactly as it was when you saved it to the
  294. disk file.  You can save your position as many times as you like, using
  295. different disk files for each position.  Saving the game also allows you to
  296. play DITCH over the course of many days, without having to start over from
  297. scratch each time you come back to the game.
  298.  
  299. To save the game, type SAVE at any prompt.  The game will ask you for the
  300. name of a disk file to use to store the game state.  (You will have to
  301. specify a filename suitable for your computer system, and the disk must have
  302. enough space to store the game state.  The game will tell you if the game
  303. was not saved properly for some reason.)  You should give the file a name that
  304. does not exist on your disk.  If you save the game into a file that already
  305. exists, the data previously in that file will be destroyed.
  306.  
  307. When you wish to restore a game, type RESTORE at the command prompt.  The
  308. game will ask you for the name of a disk file that you specified with a
  309. previous SAVE command.  After reading the disk file, the game state will
  310. be restored to exactly the position when you saved it.
  311.  
  312.  
  313. SPECIAL COMMANDS
  314.  
  315. The game understands several special commands that you can use to control
  316. the game.  You can use these commands at any prompt.
  317.  
  318. AGAIN or G:  Repeats your last command.  If your last input line was composed
  319. of several commands, only the last command on the line is repeated.
  320.  
  321. INVENTORY or I:  Shows the list of items you are carrying.
  322.  
  323. LOOK or L:  Shows the full description of your location.
  324.  
  325. OOPS:  Allows you to correct the spelling of a word in the last command.
  326. You can use OOPS when the game displays this complaint:  "I don't know the
  327. word <word>."  Immediately after this message, you can type OOPS followed by
  328. the corrected spelling of the misspelled word.  You can only type one word
  329. after OOPS, so this command doesn't allow you to correct certain types of
  330. errors, such as when you run two words together without a spce.
  331.  
  332. QUIT:  Stops the game, and returns you to your operating system.
  333.  
  334. RESTART:  Starts the game over from the beginning.
  335.  
  336. RESTORE:  Restores a position previously saved with the SAVE command.
  337.  
  338. SAVE:  Stores the current state of the game in a disk file, so that you can
  339. come back to the same place later (with the RESTORE command).
  340.  
  341. SCORE:  Shows you your current score, the maximum possible score, and the
  342. number of turns you have taken so far.
  343.  
  344. SCRIPT:  Starts writing everything you see on the screen (your commands and
  345. the game's responses) to a disk file.  The game will ask you for a filename
  346. to be used for the transcript; you should select a filename that does not yet
  347. exist on your disk, because if you use an existing filename, data in the file
  348. will be destroyed.  Use the UNSCRIPT command to stop making the transcript.
  349.  
  350. TERSE:  Tells the game that you wish to see only short descriptions of
  351. locations you have already seen when you enter them.  This is the default
  352. mode.  See also the VERBOSE command.
  353.  
  354. UNSCRIPT:  Turns off the transcript being made with the SCRIPT command.
  355.  
  356. VERBOSE:  Tells the game to show you the full description of every location
  357. you enter, whether or not you have seen the description before.  By default,
  358. the game will show you the full description of a location only when you first
  359. enter it, and will show you the short description each time you enter the
  360. location thereafter.  Of course, you can get a full description at any time
  361. by typing LOOK.  See also the TERSE command.
  362.  
  363. VERSION:  Shows you the current version of the game.
  364.  
  365. WAIT or Z:  Causes game time to pass.  When the game is waiting for you to
  366. type command, no game time passes; you can use this command to wait for
  367. something to happen.
  368.  
  369.  
  370. COMMAND EDITING AND RECALL
  371.  
  372. On most computer systems, DITCH has a special feature that allows you to
  373. use your keyboard's editing keys to modify an input line as you are typing
  374. it, and to recall commands that you have previously typed for editing and
  375. re-entry.  The specific keys you use vary depending on your system, and some
  376. systems don't support this feature at all; see the system-specific
  377. documentation for more information.
  378.  
  379. While you are typing a command, the game allows you to go back and change
  380. part of the line without "backspacing" over the rest of the line to get there.
  381. Simply use your left and right cursor-arrow keys to move the cursor to any
  382. point in the command line.  The BACKSPACE key deletes a character to the left
  383. of the cursor, and the DELETE key deletes the character at which the cursor
  384. is located.
  385.  
  386. You can insert new text at the cursor simply by typing the text.  You can
  387. press the RETURN (or ENTER) key with the cursor at any point in the line (the
  388. cursor need not be at the end of the command line).
  389.  
  390. You can recall the previous command that you  entered by pressing the up
  391. cursor-arrow key; pressing the up-arrow key again recalls the command before
  392. that, and so forth.  Using the down cursor-arrow key reverses this process,
  393. until you get back to the original command that you were typing before you
  394. started pressing the up-arrow key.
  395.  
  396. Once you have recalled a prior command, you can re-enter it by pressing the
  397. RETURN key.  In addition, you can edit the command, as described above, before
  398. entering the command.
  399.  
  400. The exact number of commands the game retains depends on the lengths of the
  401. commands, but more than a hundred of the most recent commands are generally
  402. retained at any given time.
  403.  
  404.  
  405. REVIEW MODE
  406.  
  407. Another special feature that DITCH supports on many computer systems is
  408. called "review mode."  The game remembers text as it "scrolls" off the screen;
  409. by invoking recall mode, you can go back and look at text that is no longer
  410. visible on the screen.  On most systems, review mode is activated by pressing
  411. the function key F1.
  412.  
  413. Once in review mode, the status line that is normally at the top of the
  414. screen will be replaced by the review mode help line.  This line shows the
  415. keystrokes you use to view previous screenfuls of text, and also shows you the
  416. key that exits review mode and resumes normal game play (this is generally the
  417. game key that you used to activate review mode).
  418.  
  419. While in review mode, your screen becomes a window onto the text that the
  420. game has stored away.  When you first activate review mode, you are looking
  421. at the very bottom of this text, which is the screenful of text that was
  422. just displayed.  Use the up and down cursor-arrow keys to move the window up
  423. and down.  Pressing the up cursor-arrow key moves the window up one line,
  424. showing you one line of text that has scrolled off the screen.  Most systems
  425. also provide keys to move up and down by a full screenful (also called a
  426. "page.")
  427.  
  428. To resume game play, press the same key that you used to activate review
  429. mode.
  430.  
  431. The number of screenfuls of text that the game stores away for review depends
  432. on how much text is actually on each screen, since the game has a limit on the
  433. number of characters it can store, not on the number of lines.  Normally, more
  434. than twenty of the most recent screens of text are saved and available for
  435. review at any given time.
  436.  
  437.  
  438. FEEDBACK
  439.  
  440. We're very interested in hearing about your experience playing Ditch Day
  441. Drifter.  We hope that you find the game entertaining, not frustrating, and
  442. we want your adventure to be unmarred by programming errors.
  443.  
  444. Please write to us and tell us how you liked the game.  Tell us if you have
  445. any ideas for improving the game.  If you find any problems, or encounter a
  446. situation you find confusing or illogical, try to be as specific as you can
  447. about the problem.  If you find a bug, please try as best you can to tell us
  448. how we can reproduce the problem ourselves (every bug is easy to fix, but most
  449. bugs are hard to find), and be sure to note the version of the game you are
  450. playing (type the VERSION command to obtain this information).
  451.  
  452. Send your comments to:
  453.  
  454.     High Energy Software
  455.     P. O. Box 50422
  456.     Palo Alto, CA 94303
  457.  
  458. If you prefer to contact us through electronic mail, we can be reached on
  459. CompuServe (user ID 73737,417) or on GEnie (mail ID M.ROBERTS10).  Internet
  460. users can send mail to 73737.417@compuserve.com (note that the comma in the
  461. CompuServe ID becomes a period for Internet users).
  462.  
  463.