home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / ENS100.ZIP / ENSEMBLE.CFG < prev    next >
Text File  |  1994-09-19  |  5KB  |  121 lines

  1. ;   Nexus 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. ;Mono        Will disable color on the local side. (Necessary if you are
  14. ;            running a monochrome system)
  15. ;
  16. ;BBSType     Specifies the type of bbs software under which this door program
  17. ;            will be run. Valid bbs types include:
  18. ;
  19. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  20. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  21. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  22. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  23. ;                    PCB14 - Pcboard version 14
  24. ;                    PCB15 - Pcboard version 15
  25. ;                  PHOENIX - Phoenix bbs
  26. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  27. ;                     WWIV - WWIV bbs (uses chain.txt)
  28. ;                 CALLINFO - Wildcat 2.xx
  29. ;
  30. ;  Notes    *  ANSI graphics is selected when a "2" is passed in the graphics
  31. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  32. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  33. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  34. ;              UltraBBS and many shareware BBSes require this type.
  35. ;
  36. ;ComPort     For bbs types that do not have the com-port contained in their
  37. ;            door information files (such as PCBOARD-12), you will have to
  38. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  39. ;            not the whole word COM1.
  40. ;
  41. ;Fossil      Selecting this option will cause EAW2GAME to use a fossil port
  42. ;            driver.  Otherwise EAW2GAME will use its own internal comport
  43. ;            handlers.  Note - do not use both fossil and Xfossil at the same
  44. ;            time. Maximum speed of 38,400 bps.
  45. ;
  46. ;Xfossil     Selecting this option will cause EAW2GAME to use the extended
  47. ;            fossil driver speeds in both X00 or BNU.   This will support
  48. ;            speeds of 57,600 or higher baud.  Otherwise EAW2GAME will use
  49. ;            its own internal comport handlers.  This option neither opens
  50. ;            nor closes the fossil but reads and writes to it in whatever
  51. ;            state it is in when the door is run.
  52. ;
  53. ;LockBaud    This will specify a locked baud rate. If you specify this
  54. ;            parameter, then no matter what the bbs software says, this baud
  55. ;            rate will be used.  Values up to 115200 are allowed.
  56. ;            [NOTE: You can also specify the locked baud rate using /Bxxxx
  57. ;            from the command line]
  58. ;
  59. ;Port1       If you must use a non-standard interrupt, EAW2game 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. ;
  67. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  68. ;            per session that a user may be in the door. (i.e. if you
  69. ;            specified 30 minutes, then if the user had 60 mins left, he could
  70. ;            only play for 30 mins)
  71. ;
  72. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  73. ;            of "OFF" if you wish it to be disabled.
  74. ;
  75. ;Statfore    Statfore foreground color of the status line and the major input
  76. ;            fields. (default 7 - lightgrey)
  77. ;
  78. ;Statback    The background color of the status line (default 1 - blue)
  79. ;
  80. ;
  81. ;------------------------------ Sample Data ----------------------------------
  82. ;
  83. SYSOPFIRST Michael
  84. SYSOPLAST Russo
  85. BBSNAME High Voltage! BBS
  86. ;
  87. ;       ::::------- Put your bbs type here! Select from those listed above
  88. ;       ::::
  89. ;       \/\/
  90. BBSTYPE DOORSYS
  91. ;
  92. ;                   If you are using a bbs type that doesn't provide the com
  93. ;        ::-------- port num in it's door information file (such as pcb-12),
  94. ;        \/         then uncomment this line and put your com port here.
  95. ;COMPORT 1
  96. ;
  97. ; Uncomment the next line if you use a fossil device driver.
  98. ;FOSSIL
  99. ;
  100. ; Uncomment the next line if you use a fossil device driver set at speeds
  101. ; over 38,400 baud.
  102. ;XFOSSIL
  103. ;
  104. ;           ::------If you are locking ports uncomment this line and set this
  105. ;           ::      number to the port speed.
  106. ;           \/
  107. LOCKBAUD 19200
  108. ;
  109. ;       ::------------ If you are going to use a non-standard IRQ place the
  110. ;       ::             port address in hex one space after the PORT# option.
  111. ;       ::
  112. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  113. ;       \/  \/         one space after the ports' hex address.
  114. ;PORT1 03F8 4
  115. ;PORT2 02F8 3
  116. ;PORT3 03E8 4
  117. ;PORT4 02E8 3
  118. ;
  119. ;------------------------------ End of File ----------------------------------
  120.  
  121.