home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DREAD26.ZIP / GAME.ZIP / DREAD.CFG < prev    next >
Text File  |  1995-03-19  |  6KB  |  130 lines

  1. ; DREAD.CFG Door Configuration File for Dr. Dread
  2. ;
  3. ; This configuration file can be used by the sysop to customize Dr. Dread
  4. ; for use on their own 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. Dr. Dread is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but the door's .EXE file.
  8. ;
  9. ; ******************************************************************
  10. ; Any text following a semi-colon (;), and blank lines, are ignored.
  11. ; EVERYTHING IN THIS FILE IS SET UP DISABLED. You must remove the (;)
  12. ; to activate a feature.
  13. ; ******************************************************************
  14. ;
  15. ;------------------------------------------------------------------------------
  16. ;
  17. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  18. ;  information passed to the door by the BBS. However, some BBS software does
  19. ;  not supply this information to doors. In such cases, if the sysop's name is
  20. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  21. ;  activate this option.
  22. ;
  23. ;SysopName    The Sysop
  24. ;
  25. ;------------------------------------------------------------------------------
  26. ;
  27. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  28. ;  the information passed to the door by the BBS. However, some BBS software
  29. ;  does not supply this information to door programs. In such cases, if the
  30. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  31. ;  semi-colon (;) to activate this option.
  32. ;
  33. ;SystemName    Unnamed BBS
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ;  Memory swapping options. These options are generally not needed, but can be
  53. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  54. ;  to specify which directory or directories should be used for swapping.
  55. ;  Multiple directory paths can be seperated using a semi-colon.
  56. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  57. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  58. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  59. ;
  60. ;SwappingDir    C:\
  61. ;SwappingNoEMS
  62. ;SwappingDisable
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ;  Serial port options. These options are generally not needed, as these
  67. ;  settings can usually be determined from the BBS door information file.
  68. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  69. ;  with the modem. "SerialPort" specifies the port port number that the modem
  70. ;  is connected to. Unless you have reassigned the port numbers through your
  71. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  72. ;  so on. Remove the semi-colon (;) to activate either of these options.
  73. ;
  74. ;LockedBPS    38400
  75. ;SerialPort    0
  76. ;
  77. ;
  78. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  79. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  80. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  81. ;  the door to always communicate directly with the modem, bypassing any
  82. ;  FOSSIL driver.
  83. ;
  84. ;NoFossil
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  The following options only apply if a FOSSIL driver is NOT being used for
  89. ;  serial communications. If a FOSSIL driver IS being used, these options
  90. ;  are normally set on the FOSSIL driver command line.
  91. ;
  92. ;  Hexidecimal address of the serial port. This address can usually be
  93. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  94. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  95. ;  (;) to activate this option.
  96. ;
  97. ;PortAddress 2F8
  98. ;
  99. ;
  100. ;  Interrupt request line that the serial port is using. May be any IRQ line
  101. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  102. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  103. ;  to activate this option.
  104. ;
  105. ;PortIRQ 4
  106. ;
  107. ;
  108. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  109. ;  the serial I/O receive buffer. You may want to increase this buffer size
  110. ;  if you find that characters being sent from the user's modem are being lost.
  111. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  112. ;  buffer. You may want to increase this buffer size for improved performance
  113. ;  in some multitasking environments.
  114. ;
  115. ;ReceiveBuffer 256
  116. ;TransmitBuffer 1024
  117. ;
  118. ;
  119. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  120. ;  if they are available. You can prevent OpenDoors from using the FIFO
  121. ;  buffers, even if they are available, by removing the semi-colon before
  122. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  123. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  124. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  125. ;  bytes.
  126. ;
  127. ;NoFIFO
  128. ;FIFOTriggerSize 4
  129. ;
  130.