home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / games / adventur / hack / hack.doc < prev    next >
Text File  |  1988-11-05  |  2KB  |  61 lines

  1. /-\
  2. |@|    You are being digested by a mysterious monster -- More --
  3. \-/
  4.  
  5.     Welcome to the OS/2 implementation for PC HACK (version 1.03).
  6.  
  7. Introduction
  8. ------------
  9. This is a version of the public domain program HACK (copyright (c)
  10. Stichting Mathematisch Centrum, Amsterdam, 1984, 1985.) implemented
  11. under OS/2 with the Microsoft C compiler (Version 5.1).
  12.  
  13. This version of HACK is bound using the BIND utility of the
  14. Microsoft C Version 5.1 C Compiler.  This means that it will run
  15. under the OS/2 and MS-DOS operating system.  The beauty of
  16. running under the OS/2 operating system is that you can run
  17. multiple copies of HACK in different sessions and also run other
  18. programs simulatenously.
  19.  
  20. Since this has been compiled from an old version of HACK
  21. (version 1.03), there are some features that do not work.  For
  22. example, all items have to be picked up (including gold), this
  23. is not automatic.  You can toggle this option with the O
  24. command, or placing the option 'pickup' in the HACK.CNF
  25. configuration file.
  26.  
  27. Note:  This hasn't been fully tested so there may be some other
  28. problems lurking out there, so beware.
  29.  
  30. Depending on the time, I might make corrections and implement
  31. other features.
  32.  
  33. If you have any questions, problems, etc., feel free to contact
  34. me at:
  35.  
  36.     Jeffrey McCrimon
  37.     21910 So. Western Ave., #33
  38.     Torrance, CA 90501
  39.  
  40. Happy Hacking!
  41.  
  42. Description of some of the files:
  43. --------------------------------
  44.  
  45. GOHACK.BAT  - A batch file for DOS to start HACK
  46. GOHACK.CMD  - The same as above but runs under OS/2
  47.  
  48. Syntax for GOHACK.BAT/CMD
  49.  
  50.            GOHACK [old|<oldsavefile>]
  51.  
  52.            where old = starts from a saved file that has been
  53.                        renamed to thor.gam
  54.  
  55.                  <oldsavefile> = a saved file that has a file name
  56.                                  other than thor.gam
  57.  
  58. The two parameters are optional, if you do not specify one of
  59. the parameters HACK will either start a new game or start from a
  60. previously saved game <thor.sav>.
  61.