home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
DSDKNO10.ZIP
/
DSD-KENO.CFG
< prev
next >
Wrap
Text File
|
1993-09-18
|
5KB
|
115 lines
##############################################################################
# DOMINION SOFTWARE DESIGNERS #
# CONFIG FILE FOR DSD KENO V1.0 #
##############################################################################
# #
# All config items are in the form :- #
# <keyword> <paramater> #
# #
# '#' is a comment and is not processed, Keywords are discussed throughout #
# the configuration file, describing each item and it's use #
# #
##############################################################################
#
# BBS_VERSION keyword <required>
# This keyword is to tell DSD Keno what BBS program your BBS program is
# compatible with, options are
# 1 - RemoteAccess 1.11
# 2 - RemoteAccess 2.0
#
BBS_VERSION 2
#
#
# DORINFO_FILE keyword <required>
# This keyword is to tell DSD Keno where to find the DORINFO drop file used
# by RemoteAccess. This can be changed in multiple configuration files to
# allow Multi-Line setup.
#
DORINFO_FILE C:\BBS\NODE1\DORINFO1.DEF
#
#
# EXITINFO_FILE keyword <required>
# This keyword is to tell DSD Keno where to find the EXITINFO drop file used
# by RemoteAccess. Once again this can be altered in multiple configuration
# files to allow Multi-Line setup, but be careful not to MOVE exitinfo files
# from where RA creates them, as RA reads it back in again after DSD Keno
# has finished running, and makes the changes in the users time etc.
#
EXITINFO_FILE C:\BBS\NODE1\EXITINFO.BBS
#
#
# DOOR_PATH keyword <optional>
# This keyword is to tell DSD Keno what directory to use to save it's data
# files and to look for Keyfiles etc. If this path is not specified, the
# current directory will be used.
#
DOOR_PATH C:\BBSGAMES\DSD-KENO\
#
#
# ANSI_SCORE_FILE keyword <optional>
# This keyword tells DSD Keno the name of the ANSI score file to be created
# so that DSD Keno scores can be viewed from a BBS Menu. If it is not
# specified, no score file will be created.
#
ANSI_SCORE_FILE C:\BBS\TXTFILES\DSD-KENO.ANS
#
#
# ASCII_SCORE_FILE keyword <optional>
# Same as above, except an ASCII version of the score file.
#
ASCII_SCORE_FILE C:\BBS\TXTFILES\DSD-KENO.ASC
#
#
# FAKE_PLAY keyword <optional>
# This keyword tells DSD Keno wether you wish to allow players to use FAKE
# Mode. Fake Mode allows users to play without losing or gaining time, but
# they cannot get Best All Time Scores, and their High Scores are marked with
# an (F).
# Paramaters Are :-
# ON - Allow Fake Mode <default>
# OFF - Disable Fake Mode
#
FAKE_PLAY ON
#
#
# MINIMUM_BET keyword <optional>
# This keyword tells DSD Keno the minimum amount to allow a user to bet on
# a hand. It can be any number in the range of 1 to 100. The minimum must
# ofcourse be lower than the maximum. Default is 1.
#
MINIMUM_BET 1
#
#
# MAXIMUM_BET keyword <optional>
# This keyword tells DSD Keno the maximum amount to allow a user to be on
# a hand. It can be any number in the range of 1 to 100. The maximum must
# ofcourse be higher than the minimum. Default is 10.
#
MAXIMUM_BET 10
#
#
# BANK_TYPE keyword <optional>
# This keyword tells DSD Keno the type of BBS TimeBank to use to deposit
# time of users who have winning that will take them over the next BBS
# event. If a TimeBank is not used, the users will lose that time, as
# it is important for BBS events to be honoured.
# Paramaters are :-
# NONE - No TimeBank support <default>
# DSD - Support for Dominion Software Designers special External Banking
# file. Currently supported by DSD TimeBank.
# THEBANK - Support for THEBANK.EXT type external banking, currently used
# in TimeBanks such as RATS, and THEBANK.
#
BANK_TYPE DSD
#
#
# BANK_PATH keyword <optional/required if BANK_TYPE has been set>
# This keyword tells DSD Keno where to find the external TimeBank files
# for the TimeBank which you have specified with BANK_TYPE. This is a
# PATH only, the file names are standard and are set by DSD Keno.
#
BANK_PATH C:\BBS\DSD-BANK\
#
#
# END OF DSD KENO CONFIGURATION FILE