home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / hack36.zip / HACK.CNF next >
Text File  |  1987-11-11  |  2KB  |  52 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for three cases, a person with a hard
  4. # disk as drive C:, 1 person with two floppy disks, and several people
  5. # with two floppy disks.  The default configuration is the second one.
  6. # To change configuration, comment out the unwanted configurations, and
  7. # remove the comment from the configuration you want.
  8.  
  9. # I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
  10.  
  11. # A hard disk configuration.
  12. #
  13. SAVE=c:\hack
  14. # Ramdisk=d:
  15. #options=name:Yourname,IBMBIOS, rawio
  16.  
  17. # A 2-floppy configuration.
  18. #
  19. #hackdir=a:\
  20. #levels-b:\
  21. #save=b:\
  22. options=name:YourName-W
  23. # Ramdisk=c:
  24.  
  25. # The 9 GRAPHICS characters are:
  26. # vertical wall, horizontal wall, top left corner, top right corner
  27. # bottom left corner, bottom right corner, door, floor, corridor
  28. # An example using the IBM graphics character set.
  29. GRAPHICS = 179 196 218 191 192 217 206 250 176
  30.  
  31.  
  32. #     Special section for DEC Rainbow owners.
  33. #
  34. #  You *must* include the option `DECRainbow' in the OPTIONS line
  35. #  if you want to use line-drawing charcters.  Also, you must *not*
  36. #  use the option `rawio' or your system will hang!
  37. #
  38. #  You can select the "Rainbow line-drawing character set"
  39. #  for drawing the dungeon.  For *graphics* characters,
  40. #  128 has been added to the decimal value of the character.
  41. #  Adding 128 lets PC HACK know you want it to use the line-drawing
  42. #  character set.  Non-graphical characters are indicated by
  43. #  their decimal value.  You can mix both types of characters in
  44. #  the GRAPHICS line.
  45. #
  46. #  A recommended configuration for the Rainbow using the
  47. #  line-drawing character set, two floppies and no ramdisk is:
  48. # SAVE=b:\
  49. # LEVELS=b:\
  50. # OPTIONS=name:YourName,DECRainbow
  51. # GRAPHICS = 248 241 236 235 237 234 238 254 225 
  52.