home *** CD-ROM | disk | FTP | other *** search
- This is the Barons config file. Each config line is made up of
- KEYWORD/VALUE pairs separated by an equal (=) sign. Any line beginning
- with something other than an acceptable keyword is ignored (such as this
- text...). Entries can be in upper or lower case for the keywords, however,
- if your system makes a distinction between upper and lower case in file
- names, make sure to be consistent.
-
- NOTE: In order for the last line in this file to be read, there must be a
- return at the end of it. This is a problem with the stdio line input
- routines and I haven't been able to come up with another solution yet.
-
- +-----------------------------------------------------------------------------+
- | Appropriate entries are (defaults are shown): |
- | |
- | TEST_CONFIG = OFF (If this is on, the config values will be |
- | printed after reading in the config file,|
- | then the program will exit. Use it to |
- | verify that what you are putting in this |
- | file is being interpreted correctly) |
- | TITLE_SCREEN = Barons (Note that this has NO extension!) |
- | ERROR_LOG = Error.log |
- | DOC_FILE = Barons.doc |
- | TIME_FILE = TimeFile.DAT |
- | RANKINGS_FILE = Rankings.DAT |
- | SYSOPBUL_FILE = SysopBul.DAT |
- | MESSAGE_INDEX = MIndex.DAT |
- | MESSAGE_BASE = Messages.DAT |
- | MONSTER_FILE = Monsters.TXT |
- | TOWN_ROWS = 10 (This can range from 3-26 and indicates |
- | the number of rows of 26 towns to have |
- | in the game) |
- | MAX_PLAYERS = 30 (Maximum players allowed in a game, |
- | ranges from 1-200) |
- | MAX_MESSAGES = 50 (Maximum messages in the message base |
- | before purging takes place, ranges from |
- | 25-500) |
- | MAX_MSG_LINES = 30 (Maximum number of lines per message, |
- | ranges from 10-100) |
- | MAX_COMBATS = 15 (Maximum combats a player can have with |
- | monsters in one day) |
- | COUNTDOWN = 15 (This is the number of days to wait after |
- | all of the towns have been taken before |
- | ending the game and declaring a winner) |
- | BSYSOP1_NAME = (If this matches a person's BBS name [NOT |
- | his game name], that person will have |
- | Barons Sysop priviledges) |
- | BSYSOP2_NAME = (This allows a second person to have |
- | Barons Sysop priviledges) |
- | BSYSOP3_NAME = (This allows a third person to have |
- | Barons Sysop priviledges) |
- | BSYSOP_PASSWORD = (If this is set to something, then the |
- | Barons Sysop must also know this |
- | password before he is allowed to have |
- | access to the Barons editor -- this |
- | applies to all three) |
- | ERASE_ASSETS = NO (If this is set to YES, then a deleted |
- | Baron's assets [towns & castles] will be |
- | reset to starting values in addition to |
- | being made neutral.) |
- +-----------------------------------------------------------------------------+
-
- BSYSOP1_NAME = Richard Wilkes
- BSYSOP2_NAME = Mike Bayley
- BSYSOP3_NAME = Nick Short
- BSYSOP_PASSWORD = RAWtest
- ERASE_ASSETS = YES
- TOWN_ROWS = 16
- MAX_COMBATS = 50
-