home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / chap02 / hack103 / read.me < prev    next >
Text File  |  1985-10-31  |  4KB  |  110 lines

  1. /-\
  2. |@|  You are being digested by a mysterious monster --More--
  3. \-/
  4.   
  5.   
  6. Welcome to ....
  7.  
  8.  
  9.                PC HACK version 1.03 for MSDOS(tm) computers
  10.                --------------------------------------------
  11.  
  12.                            by Don Kneller
  13.                               2 Panoramic Way #204
  14.                               Berkeley, CA 94704
  15.                               October 31, 1985
  16.  
  17.  
  18. ============================================================================
  19. To: All
  20. Re: PC HACK 1.03
  21.  
  22.     Well, here it is.  I have not had as much time to play with this
  23.     version as I did with 1.0.1, so I don't know if it is bug free or not.
  24.  
  25.     This is the full UNIX version 1.03 with a several enhancements.
  26.         1) Easier configuration that uses less environment space.
  27.         2) PC HACK can use graphics characters for the dungeon.
  28.         3) Ramdisk support.  Makes the game much faster, especially
  29.            for floppy-only systems.
  30.         4) A bunch of new options.  Pack sorting, confirmation before
  31.            hitting tame monsters, turning the bell off, whether you
  32.            pick up everything you step on, or just look at it. Cursor
  33.            key use on IBM BIOS compatible computers.
  34.         5) Some protection against disk full problems.
  35.         6) Another way to survive cockatrice attacks.
  36.  
  37.     The documentation HACK103.DOC is formatted for 66 line paper in
  38.     case you want to print it out.  The simplest way to print the
  39.     documentation is:
  40.  
  41.         copy hack103.doc prn:
  42.  
  43.     The problem with ^P causing 'echo to printer' being turned on has been
  44.     solved, thanks to help from Mark Zbikowski (markz@microsoft.UUCP).  The
  45.     solution was the use an MSDOS function call for IOCTLS to change the
  46.     terminal into 'raw' mode. An added bonus is noticeably faster display
  47.     speed.
  48.         Also, the niggling bug that caused the first line of the help
  49.     files to appear out of position was traced to a bug in ANSI.SYS which
  50.     results in improper tab expansion.  This has been fixed by expanding
  51.     the tabs 'by hand' in the code.
  52.  
  53.  
  54. Configuration Overview
  55. ----------------------
  56.  
  57.     Basically, people with HardDisks will want to create the
  58.     directory: \GAMES\HACK for the PC HACK support files (of
  59.     course, you can choose your own directory names, but for this
  60.     short discussion, assume these names).  Copy all files except
  61.     HACK103.EXE into \GAMES\HACK.  Copy HACK103.EXE into a
  62.     directory accessible with the PATH environment variable
  63.     (you might use \GAMES).  Create an environment variable called
  64.     HACKDIR with value \GAMES\HACK (use the command:
  65.         set HACKDIR=\GAMES\HACK
  66.     probably in your AUTOEXEC.BAT file).  Edit the HACK103.CNF file
  67.     to put in your player name and other options.  At the MSDOS prompt
  68.     type:
  69.         C> hack103
  70.     and you should be playing.
  71.     
  72.     People with floppy only systems will want to keep all PC HACK files
  73.     on one floppy (called the "GAME" disk), and have 2 extra formatted
  74.     floppies, one called "LEVELS" and one called "SAVE".  The SAVE floppy
  75.     will store saved games and will be swapped with the GAME disk in drive
  76.     "A" at the appropriate times.  The LEVELS floppy will be in "B" drive.  If you don't have any saved games
  77.     If you don't have any saved games yet, or you don't want to restart
  78.     from a saved game, you can leave the GAME disk in drive "A" even when
  79.     PC HACK asks you to insert the SAVE disk.  If you have more than 2
  80.     floppy drives, all 3 diskettes can be used at the same time.
  81.     Edit the HACK103.CNF file and put comment characters ('#') in front
  82.     of all lines for the "possible hard disk configuration" and remove
  83.     the comment characters from the lines of the "possible two floppy
  84.     configuration".  At the MSDOS prompt type:
  85.         A> hack103
  86.     and you should be playing.
  87.  
  88.     The documentation HACK103.DOC has details for configuration of
  89.     PC HACK for your system.
  90.  
  91.  
  92. ============================================================================
  93. To: All beginner HACKERS
  94. Re: An overview and some hints
  95.  
  96.     There is a special section in HACK103.DOC called
  97.         "Hints for beginner HACKERS"
  98.     This is for people who have never played HACK or ROGUE
  99.     before and want a description of what they can do in HACK.
  100.  
  101. ============================================================================
  102.  
  103.  
  104.         Don Kneller.
  105.         2 Panoramic Way #204
  106.         Berkeley, CA 94704
  107.  
  108.         UUCP:    ...ucbvax!ucsfcgl!kneller
  109.         ARPA:    ucsfcgl!kneller@berkeley.arpa
  110.