home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DSDKNO10.ZIP / DSD-KENO.CFG < prev    next >
Text File  |  1993-09-18  |  5KB  |  115 lines

  1. ##############################################################################
  2. #                      DOMINION SOFTWARE DESIGNERS                           #
  3. #                     CONFIG FILE FOR DSD KENO V1.0                          #
  4. ##############################################################################
  5. #                                                                            #
  6. # All config items are in the form :-                                        #
  7. # <keyword> <paramater>                                                      #
  8. #                                                                            #
  9. # '#' is a comment and is not processed, Keywords are discussed throughout   #
  10. # the configuration file, describing each item and it's use                  #
  11. #                                                                            #
  12. ##############################################################################
  13. #
  14. # BBS_VERSION keyword  <required>
  15. # This keyword is to tell DSD Keno what BBS program your BBS program is
  16. # compatible with, options are
  17. #     1  -  RemoteAccess 1.11
  18. #     2  -  RemoteAccess 2.0
  19. #
  20. BBS_VERSION          2
  21. #
  22. #
  23. # DORINFO_FILE keyword  <required>
  24. # This keyword is to tell DSD Keno where to find the DORINFO drop file used
  25. # by RemoteAccess.  This can be changed in multiple configuration files to
  26. # allow Multi-Line setup.
  27. #
  28. DORINFO_FILE         C:\BBS\NODE1\DORINFO1.DEF
  29. #
  30. #
  31. # EXITINFO_FILE keyword  <required>
  32. # This keyword is to tell DSD Keno where to find the EXITINFO drop file used
  33. # by RemoteAccess.  Once again this can be altered in multiple configuration
  34. # files to allow Multi-Line setup, but be careful not to MOVE exitinfo files
  35. # from where RA creates them, as RA reads it back in again after DSD Keno
  36. # has finished running, and makes the changes in the users time etc.
  37. #
  38. EXITINFO_FILE        C:\BBS\NODE1\EXITINFO.BBS
  39. #
  40. #
  41. # DOOR_PATH keyword  <optional>
  42. # This keyword is to tell DSD Keno what directory to use to save it's data
  43. # files and to look for Keyfiles etc.  If this path is not specified, the
  44. # current directory will be used.
  45. #
  46. DOOR_PATH            C:\BBSGAMES\DSD-KENO\
  47. #
  48. #
  49. # ANSI_SCORE_FILE keyword  <optional>
  50. # This keyword tells DSD Keno the name of the ANSI score file to be created
  51. # so that DSD Keno scores can be viewed from a BBS Menu.  If it is not
  52. # specified, no score file will be created.
  53. #
  54. ANSI_SCORE_FILE      C:\BBS\TXTFILES\DSD-KENO.ANS
  55. #
  56. #
  57. # ASCII_SCORE_FILE keyword  <optional>
  58. # Same as above, except an ASCII version of the score file.
  59. #
  60. ASCII_SCORE_FILE     C:\BBS\TXTFILES\DSD-KENO.ASC
  61. #
  62. #
  63. # FAKE_PLAY keyword  <optional>
  64. # This keyword tells DSD Keno wether you wish to allow players to use FAKE
  65. # Mode.  Fake Mode allows users to play without losing or gaining time, but
  66. # they cannot get Best All Time Scores, and their High Scores are marked with
  67. # an (F).
  68. # Paramaters Are :-
  69. #  ON  - Allow Fake Mode <default>
  70. #  OFF - Disable Fake Mode
  71. #
  72. FAKE_PLAY            ON
  73. #
  74. #
  75. # MINIMUM_BET keyword  <optional>
  76. # This keyword tells DSD Keno the minimum amount to allow a user to bet on
  77. # a hand.  It can be any number in the range of 1 to 100.  The minimum must
  78. # ofcourse be lower than the maximum.  Default is 1.
  79. #
  80. MINIMUM_BET          1
  81. #
  82. #
  83. # MAXIMUM_BET keyword  <optional>
  84. # This keyword tells DSD Keno the maximum amount to allow a user to be on
  85. # a hand.  It can be any number in the range of 1 to 100.  The maximum must
  86. # ofcourse be higher than the minimum.  Default is 10.
  87. #
  88. MAXIMUM_BET          10
  89. #
  90. #
  91. # BANK_TYPE keyword  <optional>
  92. # This keyword tells DSD Keno the type of BBS TimeBank to use to deposit
  93. # time of users who have winning that will take them over the next BBS
  94. # event.  If a TimeBank is not used, the users will lose that time, as
  95. # it is important for BBS events to be honoured.
  96. # Paramaters are :-
  97. #  NONE    - No TimeBank support <default>
  98. #  DSD     - Support for Dominion Software Designers special External Banking
  99. #            file.  Currently supported by DSD TimeBank.
  100. #  THEBANK - Support for THEBANK.EXT type external banking, currently used
  101. #            in TimeBanks such as RATS, and THEBANK.
  102. #
  103. BANK_TYPE            DSD
  104. #
  105. #
  106. # BANK_PATH keyword  <optional/required if BANK_TYPE has been set>
  107. # This keyword tells DSD Keno where to find the external TimeBank files
  108. # for the TimeBank which you have specified with BANK_TYPE.  This is a 
  109. # PATH only, the file names are standard and are set by DSD Keno.
  110. #
  111. BANK_PATH            C:\BBS\DSD-BANK\
  112. #
  113. #
  114. # END OF DSD KENO CONFIGURATION FILE
  115.