home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / MORP52B.ZIP / MORIA.CNF < prev    next >
Text File  |  1991-04-03  |  3KB  |  89 lines

  1. # Configuration file for OS/2 MORIA 5.2b
  2. #
  3. #  OS/2 notes:
  4. #       I believe the game always does output through VIO calls now,
  5. # so the ANSI options will either not work at all or might (!) crash it.
  6. # OS/2 tends to presume the existence of a hard disk, so the floppy disk
  7. # save options have not been tested.
  8. #       Note that this BETA version does not generate a score file, so
  9. # the score file option will not have any effect.
  10. #                                       -DPO-
  11.  
  12.  
  13.  
  14. # Configuration file for PC MORIA 4.87
  15. #
  16. # All lines that have the # character as the first character are
  17. # comment lines.  Blank lines are totally ignored.
  18.  
  19. ##################################################################
  20. ###                  Configuration                             ###
  21. ##################################################################
  22.  
  23. # MORIA is very easy to configure.  The biggest problem is that there
  24. # is not enough room on a single 360K floppy disk to hold the DOS
  25. # DOS system files, MORIA.EXE (about 340K) and a MORIA save file
  26. # (about 80K or so).  Below are a few methods for configuring MORIA
  27. # depending on your disk storage.  Once you decide which method to
  28. # use, follow the instructions then remove the comment character ('#')
  29. # from the beginning of the lines that start with 'SAVE' and 'SCORE'.
  30. # Only remove the '#' from 1 pair of lines.
  31.  
  32.  
  33.  
  34. #################### 1 hard disk systems #########################
  35. #
  36. # Create a C:\games subdirectory on your hard disk and put C:\games
  37. # on your PATH.  Copy MORIA.EXE and MORIA.CNF to C:\games.
  38. #
  39. #SAVE c:\games\moria.sav;n
  40. #SCORE c:\games\moria.scr
  41.  
  42.  
  43. #################### 2 360K floppy disk systems ##################
  44. #
  45. # Format /s a floppy disk and copy MORIA.CNF to it.   Format (no /s)
  46. # a second floppy disk and copy MORIA.EXE to it.  When you want to play
  47. # MORIA, put the first diskette in drive A, the second in drive B and
  48. # type B:MORIA
  49. #
  50. #SAVE a:\moria.sav
  51. #SCORE a:\moria.scr
  52.  
  53.  
  54. #################### 1 high density floppy disk systems ##########
  55. #
  56. # Format /s 1 high-density diskette and copy MORIA.CNF and MORIA.EXE
  57. # to it.
  58. #
  59. #SAVE a:\moria.sav
  60. #SCORE a:\moria.scr
  61.  
  62.  
  63.  
  64.  
  65. ##################################################################
  66. ###                  Other OPTIONS                             ###
  67. ##################################################################
  68.  
  69. # These graphics characters are a solid box and a centered dot and a dark rock
  70. GRAPHICS 177 249 176
  71.  
  72. # IBMbios option enables the numeric keypad.  Possibly unusable
  73. # on a non-IBM clone.
  74. IBMBIOS
  75.  
  76. # NOTE: I think RAWIO is unusable for the OS/2 version   -DPO-
  77. ## Rawio makes output somewhat faster and allows ^P (control P) to
  78. ## be used for the "previous message" MORIA command.  Cannot be
  79. ## used on a Dec Rainbow.
  80. ##RAWIO
  81.  
  82. # Being used to LARN and HACK, I prefer the ROGUE-like interface
  83. KEYBOARD ROGUE
  84.  
  85. # It is possible to have MORIA output ANSI sequences, rather than
  86. # use BIOS calls.  This "ANSI" option is required for Dec Rainbows
  87. # and other computers that are not IBM BIOS compatible.
  88. #ANSI
  89.