home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / JC_211.ZIP / COMBAT.CFG < prev    next >
Encoding:
Text File  |  1990-09-27  |  4.2 KB  |  105 lines

  1. ;
  2. ;Jet Combat Door Control file, created by JCINIT.EXE.
  3. ;Modify to your needs.
  4. ;--------------------------------------------------------
  5. ;
  6. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  7. ;            the users.
  8. ;
  9. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  10. ;            the users.
  11. ;
  12. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  13. ;
  14. ;Mono:       Will disable color on the local side. (Necessary if you are
  15. ;            running a monochrome system);
  16. ;
  17. ;BBSType:    Specifies the type of bbs software under which this door program
  18. ;            will be run. Valid bbs types include:
  19. ;
  20. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  21. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  22. ;                    PCB12 - Pcboard version 12 (uses PCBOARD.SYS)
  23. ;                    PCB14 - Pcboard version 14 (uses PCBOARD.SYS)
  24. ;                     WWIV - WWIV bbs (uses chain.txt)
  25. ;                      GAP - GAP v4.x (uses DOOR.SYS)
  26. ;                  PHOENIX - Phoenix bbs (uses INFO.BBS)
  27. ;                  WILDCAT - Wildcat bbs (uses CALLINFO.BBS)
  28. ;                 SPITFIRE - Spitfire bbs (uses SFDOORS.DAT)
  29. ;                       GT - GT-Power bbs (uses GTUSER.BBS)
  30. ;
  31. ;ComPort:    Simply put the port number (i.e. 1,2,3,4,etc) not the whole
  32. ;            word COM1.
  33. ;
  34. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  35. ;            of "OFF" if you wish it to be disabled.
  36. ;
  37. ;Statfore:   The foreground color of the status line (default 0)
  38. ;
  39. ;Statback:   The background color of the status line (default 7)
  40. ;
  41. ;Foreground: Specifies default foreground color (default 7)
  42. ;
  43. ;Background: Specifies default background color (default 0)
  44. ;
  45. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  46. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  47. ;            enhanced screen allows the local sysop to see much more infor-
  48. ;            mation on the screen.
  49. ;
  50. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  51. ;            line mode when doordriver is completed. This option is only
  52. ;            useful when the above 43LINE option is used. If 25EXIT is not
  53. ;            specified and 43LINE is, then doordriver will exit to DOS in
  54. ;            the 43-line mode.
  55. ;
  56. ;EndChat:    This is what gets displayed when the sysop exits chat mode.
  57. ;
  58. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  59. ;            This allows you to substitue in one color for another (i.e.
  60. ;            you could substitute in GREEN for all instances of BLUE). The
  61. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  62. ;            REMAPBACK command below handles the background colors. When a
  63. ;            color is substituted, it effects both the LOCAL user and the
  64. ;            REMOTE user. REMAPFORE's syntax is below:
  65. ;
  66. ;                       Syntax:  REMAPFORE <color1> <color2>
  67. ;                      Example:  REMAPFORE 14 15
  68. ;
  69. ;            The <color> parameters are numeric codes for colors which are
  70. ;            listed on a table below. The example will substitue white
  71. ;            (color 15) in for yellow (color 14)
  72. ;
  73. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  74. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  75. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  76. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  77. ;
  78. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  79. ;            it effects background colors instead of foreground colors. The
  80. ;            syntax is identical except that only colors 0-7 are available
  81. ;            for background.
  82. ;
  83. -----------------------------------------------------------------------------
  84. STATUS ON
  85. STATBACK 1
  86. STATFORE 15
  87. FOREGROUND 7
  88. BACKGROUND 0
  89. ENDCHAT Thanks for chatting!
  90. BBSTYPE QUICK
  91. COMPORT 2
  92. ;
  93. ; You are using a fossil driver, to use the internal comm routines
  94. ; in Jet Combat uncomment the line below.
  95. ; ||
  96. ; ||
  97. ; \/
  98. ;INTERNAL
  99. ;
  100. BBSNAME Top Gun ][ BBS
  101. SYSOPFIRST John
  102. SYSOPLAST Richardson
  103. ;43LINE
  104. ;25EXIT
  105.