home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / hack36a.zip / HELP < prev    next >
Text File  |  1986-10-20  |  7KB  |  174 lines

  1.     Welcome to HACK!    ( UN*X version 1.0.3 and PC HACK 3.4 )
  2.  
  3.     HACK is a Dungeons and Dragons like game where you (the adventurer)
  4. descend into the depths of the dungeon in search of the Amulet of Yendor
  5. (reputed to be hidden on the twentieth level).  You are accompanied by a
  6. little dog that can help you in many ways and can be trained to do all
  7. sorts of things. On the way you will find useful (or useless) items, (quite
  8. possibly with magic properties) and assorted monsters.  You attack a monster
  9. by trying to move into the space a monster is in (but often it is much
  10. wiser to leave it alone).
  11.  
  12.     Unlike most adventure games, which give you a verbal description of
  13. your location, hack gives you a visual image of the dungeon level you are on.
  14.  
  15.     HACK uses the following symbols:
  16.         A to Z and a to z:  monsters.  You can find out what a letter
  17. represents by saying "/ (letter)", as in "/A", which will tell you that 'A'
  18. is a giant ant.
  19.         - and |  These form the walls of a room (or maze).
  20.         .  this is the floor of a room.
  21.         #  this is a corridor.
  22.         (in PC HACK the dungeon symbols are user definable so may
  23.             not look like this on the screen)
  24.  
  25.         >  this is the staircase to the next level.
  26.         <  the staircase to the previous level.
  27.         `  A large boulder.
  28.         @  You (usually).
  29.         ^  A trap.
  30.         )  A weapon of some sort.
  31.         (  Some other useful object (key, rope, dynamite, camera, ...)
  32.         [  A suit of armor.
  33.         %  A piece of food (not necessarily healthy ...).
  34.         /  A wand.
  35.         =  A ring.
  36.         ?  A scroll.
  37.         !  A magic potion.
  38.         $  A pile or pot of gold.
  39.  
  40. Commands:
  41.     HACK knows the following commands:
  42.     ?    help: print this list.
  43.     !    Escape to a shell.
  44.     <    up: go up the staircase (if you are standing on it).
  45.     >    down: go down (just like up).
  46.     ^    tell about the type of a trap you found earlier.
  47.     )    tell about current wielded weapon.
  48.     [    tell about current armor.
  49.     =    tell about current rings.
  50.     $    count how many gold pieces you are carrying.
  51.     .    rest, do nothing.
  52.     ,    pick up some things.
  53.     :    look at what is here.
  54.     /    (followed by any symbol): tell what this symbol represents.
  55.     \    tell what has been discovered.
  56.     ^A    abort a long command (like waiting, searching, opening a tin)
  57.     ^P    repeat last message
  58.         (subsequent ^P's repeat earlier messages).
  59.     ^R    redraw the screen.
  60.     ^T    teleport.
  61.     a    again - do the previous command again
  62.     A    use, apply - Generic command for using a key to lock
  63.         or unlock a door, using a camera, using a rope, etc.
  64.     c    call: name a certain object or class of objects.
  65.     C    Call: Name an individual monster.
  66.     d    drop something. d7a: drop seven items of object a.
  67.     D    Drop several things.
  68.         In answer to the question "What kinds of things do you
  69.         want to drop? [!%= au]" you should give zero or more
  70.         object symbols possibly followed by 'a' and/or 'u'.
  71.         'a' means: drop all such objects, without asking for
  72.             confirmation.
  73.         'u' means: drop only unpaid objects (when in a shop).
  74.     E    Engrave: Write a message in the dust on the floor.
  75.         E- means: use fingers for writing.
  76.     e    eat food.
  77.     g    (followed by one of kjhlyubn): move until something
  78.         interesting is found.
  79.     G    (followed by one of KJHLYUBN): as previous, but forking
  80.         of corridors is not considered interesting.
  81.     kjhlyubn - go one step in the direction indicated.
  82.         k: north (i.e., to the top of the screen),
  83.         j: south, h: west, l: east, y: ne, u: nw, b: se, n: sw.
  84.     KJHLYUBN - Go in that direction until you hit a wall or run
  85.         into something.
  86.     ^K^J^H^L^Y^U^B^N - Go in that direction until you find something
  87.         interesting.
  88.     i    print your inventory.
  89.     I    print selected parts of your inventory, like in
  90.         I* - print all gems in inventory;
  91.         Iu - print all unpaid items;
  92.         Ix - print all used up items that are on your shopping bill;
  93.         I$ - count your money.
  94.     m    (followed by one of kjhlyubn): move without picking up
  95.         any objects.
  96.     M    (followed by one of KJHLYUBN): Move far, no pickup.
  97.     O    Set options. You will be asked to enter an option line.
  98.         If this is empty, the current options are reported.
  99.         Otherwise it should be a list of options separated by commas.
  100.  
  101.         Boolean options are set TRUE by doing "O <option>" and set
  102.         FALSE by doing "O !<option>" or "O no<option>", where <option>
  103.         is one of:
  104.  
  105.         <option>    default    effects
  106.         --------    -------    -------
  107.         female        FALSE    If you're a female player (= !male).
  108.         fixinvlet    (no longer available)
  109.         male        TRUE    If you're a male player (= !female).
  110.         rest_on_space    FALSE    If true, space does the same as `.'
  111.         time        FALSE    Show elapsed time
  112.         tombstone    (no longer available)
  113.         confirm        TRUE    Prevents you from hitting your dog.
  114.         pickup        TRUE    Whether you pick up what you step on.
  115.         rawio        FALSE    If PC HACK can use raw mode for output.
  116.         silent        FALSE    If the bell rings for input errors.
  117.         sortpack    TRUE    Whether pack is sorted by object class.
  118.         IBMBIOS        FALSE    If your computer is IBM BIOS compatible
  119.         DECRainbow    FALSE    If your computer is a DEC Rainbow.
  120.  
  121.         Compound options are set by doing "O <option>:<value(s)>" where
  122.         <option> and <value(s)> are:
  123.  
  124.         <option> default <value(s)>    effect
  125.         -------- ------------------    ------
  126.         name     none        Supplies the answer to the question
  127.                     "Who are you?"; it may have a suffix.
  128.                     Name can only be set in the configur-
  129.                     ation file.
  130.         endgame     5 t / 4 a    A description of what parts of the list
  131.                     of topscorers should be printed when
  132.                     the game is finished.  The default is
  133.                     to show the 5 top scores and 4 scores
  134.                     around your score.
  135.         packorder ")[%?/=!(*0    The order to display your inventory in.
  136.                     Only has an effect if sortpack is TRUE.
  137.  
  138.         Usually one will not want to use the 'O' command, but instead
  139.         put an OPTIONS=.... line in the configuration file.
  140.     p    pay your shopping bill.
  141.     P    Put on a ring.
  142.     q    drink (quaff) a potion.
  143.     Q    Quit the game.
  144.     r    read a scroll.
  145.     R    Remove Ring.
  146.     s    search for secret doors and traps around you.
  147.     S    Save the game.
  148.     t    throw an object or shoot an arrow.
  149.     T    Takeoff armor.
  150.     v    print version number.
  151.     w    wield weapon. w- means: wield nothing, use bare hands.
  152.     W    Wear armor.
  153.     z    zap a wand.
  154.  
  155.     You can put a number before a command to repeat it that many times,
  156.     as in "20s" or "40.".
  157.  
  158.     When you see the prompt `[ynaq]' this means:
  159.         y - yes for this item.
  160.         n - no for this item (skip to the next one).
  161.         a - yes for all items starting at this one.
  162.         q - quit.  Stop asking about these items.
  163.     If you do `D%', HACK will ask you whether you want to drop each piece
  164.     of food.  If you answer `a', HACK will drop all pieces of food.  If
  165.     you answer `q', HACK will not drop any pieces.  You can drop pieces
  166.     selectively by answering `y' or `n' for each piece.
  167.  
  168.  
  169.     On the bottom line you see on what dungeon level you are, how
  170.     much gold you're carrying, how many hit points you have now
  171.     (and will have when fully recovered), what your armor class is
  172.     (the lower the better), your strength, experience level and the
  173.     state of your stomach.
  174.