home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WAKE1F.ZIP / GAME.ZIP / SSS.CFG < prev    next >
Text File  |  1995-04-25  |  6KB  |  129 lines

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