home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / footb121.zip / FOOT.CFG < prev    next >
Text File  |  1996-01-23  |  15KB  |  324 lines

  1. ; FOOT.CFG - Sample Franchise Football door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize Franchise
  4. ; Football for use on their system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. FFBL is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but the .EXE file.
  8. ; However, there are many cases where the you may wish to customize FFBL's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow FFBL doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;
  21. ;BBSDir    C:\BBS
  22. ;
  23. ;------------------------------------------------------------------------------
  24. ;
  25. ;  The door's working directory. This is where the door's system files are
  26. ;  located. Remove the semi-colon (;) to activate this option.
  27. ;
  28. ;DoorDir    C:\BBS\FFBL
  29. ;
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ;  Local mode override. Forces FFBL to always operate in local test mode.
  33. ;  Remove the semi-colon (;) to activate this option. When this mode is
  34. ;  activated, no door information file is required and default settings are
  35. ;  used for the user's name, location, etc.  This option is an excellent
  36. ;  way to run FFBL on Local Area Networks.  Simply enable this option and
  37. ;  everyone may run the game with the FOOTBALL FOOT.CFG command line.
  38. ;
  39. ;LocalMode
  40. ;
  41. ;------------------------------------------------------------------------------
  42. ;
  43. ;  Door personality setting. This setting selects one of a number of sysop
  44. ;  interface personalities. Each personality setting emulates the status line
  45. ;  format and sysop function keys of a particular BBS package. Valid
  46. ;  personality settings are:
  47. ;
  48. ;                     Standard            (Default style, similar to RA 1.11)
  49. ;                     PCBoard
  50. ;                     RemoteAccess
  51. ;                     Wildcat
  52. ;
  53. Personality    Standard
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ;  Log File options. "LogFileName" specifies filename (path optional) where
  58. ;  FFBL should record log information. To disable the log file altogether,
  59. ;  remove the semi-colon (;) from the "DisableLogging" line.
  60. ;
  61. ;LogFileName    DOOR.LOG
  62. ;DisableLogging
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ;  BBS node number that door is running on. Only used if FFBL is unable
  67. ;  to determine the node number by some other means.
  68. ;
  69. Node    1
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  74. ;  time, up until, but not including, the end time. Times should be in 24-hour
  75. ;  format. To disable paging on a particular day, set the paging start and end
  76. ;  times to the same time.
  77. ;
  78. ;                      Start Time    End Time
  79. SundayPagingHours         9:00        22:00
  80. MondayPagingHours         8:30        22:00
  81. TuesdayPagingHours        8:30        22:00
  82. WednesdayPagingHours      8:30        22:00
  83. ThursdayPagingHours       8:30        22:00
  84. FridayPagingHours         8:30        22:00
  85. SaturdayPagingHours       9:00        22:00
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;
  89. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  90. ;  sysop page alarm.
  91. ;
  92. PageDuration    10
  93. ;
  94. ;------------------------------------------------------------------------------
  95. ;
  96. ;  Maximum length of time a user is permitted to access the door. If the user's
  97. ;  total remaining time on the BBS is less than this value, the user will only
  98. ;  be permitted to access the door for this shorter length of time. This option
  99. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  100. ;  When this option is disabled, the user will be permitted to use the full
  101. ;  of their remaining time on the BBS within the door.
  102. ;
  103. ;MaximumDoorTime    15
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  108. ;  without the user pressing any key, before the user will be automatically
  109. ;  disconnected. A value of 0 disables inactivity timeouts.
  110. ;
  111. InactivityTimeout    200
  112. ;
  113. ;------------------------------------------------------------------------------
  114. ;
  115. ;  Name of the sysop. Franchise Football can usually determine the sysop's name from the
  116. ;  information passed to the door by the BBS. However, some BBS software does
  117. ;  not supply this information to doors. In such cases, if the sysop's name is
  118. ;  required by FFBL, it may be supplied here. Remove the semi-colon (;) to
  119. ;  activate this option.
  120. ;
  121. ;SysopName    Scott Snella
  122. ;
  123. ;------------------------------------------------------------------------------
  124. ;
  125. ;  Name of the BBS. FFBL can usually determine the name of the BBS from
  126. ;  the information passed to the door by the BBS. However, some BBS software
  127. ;  does not supply this information to door programs. In such cases, if the
  128. ;  name of the BBS is needed by the FFBL, it may be supplied here. Remove the
  129. ;  semi-colon (;) to activate this option.
  130. ;
  131. ;SystemName    Mos Eisley
  132. ;
  133. ;------------------------------------------------------------------------------
  134. ;
  135. ;  Door colour options. These options specify the various text colours that
  136. ;  will be used by FFBL if ANSI or AVATAR graphics modes are available.
  137. ;  Colours are specified in the format:
  138. ;
  139. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  140. ;
  141. ;  Where foreground and background colours are one of:
  142. ;
  143. ;         Black
  144. ;         Blue
  145. ;         Green
  146. ;         Cyan
  147. ;         Red
  148. ;         Magenta
  149. ;         Yellow / Brown
  150. ;         White / Grey
  151. ;
  152. ;  Note that some of these options (such as those that pertain to files
  153. ;  listings) are not used for all doors.
  154. ;
  155. ChatUserColour               Bright white on black
  156. ChatSysopColour              Bright red on black
  157. FileListTitleColour          Bright yellow on black
  158. FileListNameColour           Bright yellow on black
  159. FileListSizeColour           Bright magenta on black
  160. FileListDescriptionColour    Cyan on black
  161. FileListOfflineColour        Bright red on black
  162. PagePromptColour             Bright white on black
  163. PopupMenuTitleColour         Bright white on grey
  164. PopupMenuBorderColour        Black on grey
  165. PopupMenuTextColour          Black on grey
  166. PopupMenuKeyColour           Red on grey
  167. PopupMenuHighlightColour     Grey on black
  168. PopupMenuHighKeyColour       Red on black
  169. ;
  170. ;------------------------------------------------------------------------------
  171. ;
  172. ;  Memory swapping options. These options are generally not needed, but can be
  173. ;  used to customize FFBL's swapping behaviour. "SwappingDir" can be used
  174. ;  to specify which directory or directories should be used for swapping.
  175. ;  Multiple directory paths can be seperated using a semi-colon.
  176. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  177. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  178. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  179. ;
  180. ;SwappingDir    C:\
  181. ;SwappingNoEMS
  182. ;SwappingDisable
  183. ;
  184. ;------------------------------------------------------------------------------
  185. ;
  186. ;  Serial port options. These options are generally not needed, as these
  187. ;  settings can usually be determined from the BBS door information file.
  188. ;  "LockedBPS" specifies the the BPS rate at which the FFBL should communicate
  189. ;  with the modem. "SerialPort" specifies the port port number that the modem
  190. ;  is connected to. Unless you have reassigned the port numbers through your
  191. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  192. ;  so on. Remove the semi-colon (;) to activate either of these options.
  193. ;
  194. ;LockedBPS    38400
  195. ;SerialPort    0
  196. ;
  197. ;
  198. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  199. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  200. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  201. ;  the door to always communicate directly with the modem, bypassing any
  202. ;  FOSSIL driver.
  203. ;
  204. ;NoFossil
  205. ;
  206. ;------------------------------------------------------------------------------
  207. ;
  208. ;  The following options only apply if a FOSSIL driver is NOT being used for
  209. ;  serial communications. If a FOSSIL driver IS being used, these options
  210. ;  are normally set on the FOSSIL driver command line.
  211. ;
  212. ;  Hexidecimal address of the serial port. This address can usually be
  213. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  214. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  215. ;  (;) to activate this option.
  216. ;
  217. ;PortAddress 2F8
  218. ;
  219. ;
  220. ;  Interrupt request line that the serial port is using. May be any IRQ line
  221. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  222. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  223. ;  to activate this option.
  224. ;
  225. ;PortIRQ 4
  226. ;
  227. ;
  228. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  229. ;  the serial I/O receive buffer. You may want to increase this buffer size
  230. ;  if you find that characters being sent from the user's modem are being lost.
  231. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  232. ;  buffer. You may want to increase this buffer size for improved performance
  233. ;  in some multitasking environments.
  234. ;
  235. ReceiveBuffer 256
  236. TransmitBuffer 1024
  237. ;
  238. ;
  239. ;  UART FIFO buffers. Normally, FFBL will use 16550A UART FIFO buffers
  240. ;  if they are available. You can prevent FFBL from using the FIFO
  241. ;  buffers, even if they are available, by removing the semi-colon before
  242. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  243. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  244. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  245. ;  bytes.
  246. ;
  247. ;NoFIFO
  248. FIFOTriggerSize 4
  249. ;
  250. ;------------------------------------------------------------------------------
  251. ;
  252. ;  Custom door information file support. Franchise Football automatically recognizes
  253. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  254. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  255. ;  to permit FFBL doors to operate on BBS systems that produce a different
  256. ;  format file, you may define a custom door information file format. A custom
  257. ;  door information file format is defined using the "CustomFileName" command,
  258. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  259. ;
  260. ;  The "CustomFileName" option specifies the filename used to distinguish this
  261. ;  file format from other file formats. This filename should not include a
  262. ;  path. To specify the path where the door information file is located, use
  263. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  264. ;  custom format is the same as that of one of the built-in formats, the custom
  265. ;  format will override the built-in format.
  266. ;
  267. ;  The actual format of the custom file is specified using a number of lines
  268. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  269. ;  correspond to a single line in the door information file, with the option
  270. ;  following the "CustomFileLine" keyword specifying the information that can
  271. ;  be found on that line. This can be one of the following keywords:
  272. ;
  273. ;                    Ignore - Causes the next line in the door information
  274. ;                             file to be ignored. Use on lines for which none
  275. ;                             of the options below apply.
  276. ;                   ComPort - COM? port the modem is connected to
  277. ;                             (0 indicates local mode)
  278. ;                FossilPort - Fossil port number the modem is connected to
  279. ;                  ModemBPS - BPS rate at which to communicate with modem
  280. ;                             (0 or non-numerical value indicates local mode)
  281. ;                 LocalMode - 1, T or Y if door is operating in local mode
  282. ;                  UserName - Full name of the user
  283. ;             UserFirstName - First name(s) of the user
  284. ;              UserLastName - Last name of the user
  285. ;                     Alias - The user's psuedonym / handle
  286. ;                 HoursLeft - Hours user has left online
  287. ;               MinutesLeft - Minutes user has left online, or time left online
  288. ;                             in format hh:mm
  289. ;               SecondsLeft - Seconds user has left online, or time left online
  290. ;                             in format hh:mm:ss or format mm:ss
  291. ;                             (If more than one of the above time options are
  292. ;                             used, the user time left is taken to be the total
  293. ;                             of all of these values.)
  294. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  295. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  296. ;                       RIP - 1, T or Y for RIP graphics mode
  297. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  298. ;              ScreenLength - Number of lines on user's screen
  299. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  300. ;                  Security - The user's security level / access level
  301. ;                      City - City the user is calling from
  302. ;                      Node - Node number user is connected to
  303. ;                 SysopName - Full name of the sysop
  304. ;            SysopFirstName - The sysop's first name(s)
  305. ;             SysopLastName - The sysop's last name
  306. ;                SystemName - Name of the BBS
  307. ;
  308. ;
  309. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  310. CustomFileLine    SystemName
  311. CustomFileLine    SysopFirstName
  312. CustomFileLine    SysopLastName
  313. CustomFileLine    ComPort
  314. CustomFileLine    ModemBPS
  315. CustomFileLine    Ignore
  316. CustomFileLine    UserFirstName
  317. CustomFileLine    UserLastName
  318. CustomFileLine    City
  319. CustomFileLine    ANSI
  320. CustomFileLine    Security
  321. CustomFileLine    MinutesLeft
  322. ;
  323. ;------------------------------------------------------------------------------
  324.