home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / fwars101.zip / FWARS.CFG < prev    next >
Text File  |  1994-07-22  |  6KB  |  127 lines

  1. ;   Door Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  14. ;            be added to muliple page Rip news file so you can use them
  15. ;            as a bulletin.
  16. ;
  17. ;Mono        Will disable color on the local side. (Necessary if you are
  18. ;            running a monochrome system)
  19. ;
  20. ;BBSType     Specifies the type of bbs software under which this door program
  21. ;            will be run. Valid bbs types include:
  22. ;
  23. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  24. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  25. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  26. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  27. ;                    PCB14 - Pcboard version 14
  28. ;                    PCB15 - Pcboard version 15
  29. ;                  PHOENIX - Phoenix bbs
  30. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  31. ;                     WWIV - WWIV bbs (uses chain.txt)
  32. ;                 CALLINFO - Wildcat 2.xx
  33. ;
  34. ;  Notes    *  ANSI graphics is selected when a "2" is passed in the graphics
  35. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  36. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  37. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  38. ;              UltraBBS and many shareware BBSes require this type.
  39. ;
  40. ;ComPort     For bbs types that do not have the com-port contained in their
  41. ;            door information files (such as PCBOARD-12), you will have to
  42. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  43. ;            not the whole word COM1.
  44. ;
  45. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  46. ;            driver.  Otherwise doordriver will use its own internal comport
  47. ;            handlers.
  48. ;
  49. ;Xfossil     Selecting this option will cause DDPlus to use the extended
  50. ;            X00 fossil driver.  This will support speeds of 57,000 or higher
  51. ;            baud.  Otherwise DDPlus will use its own internal comport
  52. ;            handlers.
  53. ;
  54. ;LockBaud    This will specify a locked baud rate. If you specify this
  55. ;            parameter, then no matter what the bbs software says, this
  56. ;            baud rate will be used. [NOTE: You can also specify the locked
  57. ;            baud rate using /Bxxxx from the command line]
  58. ;
  59. ;Port1       If you must use a non-standard interrupt, doordriver can be
  60. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  61. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  62. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  63. ;            $03E8 was needed use the following:
  64. ;            PORT3 03E8 15
  65. ;
  66. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  67. ;            per session that a user may be in the door. (i.e. if you
  68. ;            specified 30 minutes, then if the user had 60 mins left, he could
  69. ;            only play for 30 mins)
  70. ;
  71. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  72. ;            of "OFF" if you wish it to be disabled.
  73. ;
  74. ;Statfore    Statfore foreground color of the status line and the major input
  75. ;            fields. (default 7  light-grey)
  76. ;
  77. ;Statback    The background color of the status line (default 1)
  78. ;
  79. ;Color1      Tells RRX2GAME to select ANSI graphics when a "1" is passed
  80. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  81. ;            understand, FORCE and QUICKBBS require this option set although
  82. ;            RBBS should not.
  83. ;
  84. ;------------------------------ Sample Data ----------------------------------
  85. ;
  86. SYSOPFIRST Michael
  87. SYSOPLAST Russo
  88. BBSNAME High Voltage! BBS
  89. ;
  90. ;       ::::------- Put your bbs type here! Select from those listed above
  91. ;       ::::
  92. ;       \/\/
  93. BBSTYPE DOORSYS
  94. ;
  95. ;                   If you are using a bbs type that doesn't provide the com
  96. ;        ::-------- port num in it's door information file (such as pcb-12),
  97. ;        \/         then uncomment this line and put your com port here.
  98. ;COMPORT 1
  99. ;
  100. ; Uncomment the next line if you use a fossil device driver.
  101. ;FOSSIL
  102. ;
  103. ; Uncomment the next line if you use a X00153+ fossil device driver.
  104. ;XFOSSIL
  105. ;
  106. ;           ::------If you are locking ports uncomment this line and set this
  107. ;           ::      number to the port speed.
  108. ;           \/
  109. ;LOCKBAUD 19200
  110. ;
  111. ;       ::------------ If you are going to use a non-standard IRQ place the
  112. ;       ::             port address in hex one space after the PORT# option.
  113. ;       ::
  114. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  115. ;       \/  \/         one space after the ports' hex address.
  116. ;PORT1 03F8 4
  117. ;PORT2 02F8 3
  118. ;PORT3 03E8 4
  119. ;PORT4 02E8 3
  120. ;                   Uncomment this line if you want to make Rip bulletins
  121. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.  
  122. ;  \/               Ingore this.. no RIP for Food Wars yet..
  123. ;PAUSECODE @PAUSE@
  124. ;
  125. ;------------------------------ End of File ----------------------------------
  126.  
  127.