home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / hack.zip / HACK103.CNF next >
Text File  |  1986-03-23  |  1KB  |  38 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 two cases, a person with a
  4. # hard disk as drive C: and a person with two floppy disks.  The floppy
  5. # disk configuration has been commented out with comment characters
  6. # ('#').  If you do not have a hard disk, put comment characters in
  7. # front of each line for the hard disk configuration, and remove the
  8. # comment characters from the front of each line for the two floppy
  9. # configuration.  The lines with normal text (like this one, and the
  10. # titles of the following configurations) must always have comment
  11. # characters as the first character in the line.
  12.  
  13. # A possible hard disk configuration.
  14. #
  15. # SAVE=c:\games\hack\save;n
  16. # LEVELS=c:\games\hack\bones
  17. # OPTIONS=name:YourName-C,female,silence,BIOSok
  18.  
  19. # A possible two floppy configuration.
  20. #
  21. # SAVE=a:\
  22. # LEVELS=b:\
  23. # OPTIONS=name:YourName-C,male,,BIOSok
  24. # RAMDISK=c:
  25.  
  26. # A possible single floppy configuration.
  27. #
  28. SAVE=a:\
  29. LEVELS=a:\
  30. OPTIONS=name:YourName-C,male,,BIOSok
  31. # RAMDISK=c:
  32.  
  33. # The order of the 9 GRAPHICS characters is:
  34. # vertical wall, horizontal wall, top left corner, top right corner
  35. # bottom left corner, bottom right corner, door, floor, corridor
  36. # This example uses the IBM graphics character set.
  37. GRAPHICS = 179 196 218 191 192 217 206 250 176
  38.