home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 382.TWMALL.CTL < prev    next >
Text File  |  1992-09-03  |  4KB  |  96 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  21. ;                     WWIV - WWIV bbs (uses chain.txt)
  22. ;                  PHOENIX - Phoenix bbs
  23. ;                  WILDCAT - Wildcat bbs
  24. ;                    PCB14 - Pcboard version 14 (not fully tested)
  25. ;                  DOORSYS - The DOOR.SYS format (wildcat 3.0, TAG, etc)
  26. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  27. ;
  28. ;ComPort:    For bbs types that do not have the com-port contained in their
  29. ;            door information files (such as PCBOARD-12), you will have to
  30. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  31. ;            not the whole word COM1.
  32. ;
  33. ;Internal:   Selecting this option will cause doordriver to use it's internal
  34. ;            buffered comm routines. If you do not have a fossil, it is a good
  35. ;            idea to use this option.
  36. ;
  37. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  38. ;            per session that a user may be in the door. (i.e. if you
  39. ;            specified 30 minutes, then if the user had 60 mins left, he could
  40. ;            only play for 30 mins)
  41. ;
  42. ;Quiet:      If specified, the door will strip out all ^G characters from
  43. ;            the local side.
  44. ;
  45. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  46. ;            of "OFF" if you wish it to be disabled.
  47. ;
  48. ;Statfore:   The foreground color of the status line (default 0)
  49. ;
  50. ;Statback:   The background color of the status line (default 7)
  51. ;
  52. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  53. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  54. ;            understand, FORCE and QUICKBBS require this option set although
  55. ;            RBBS should not.
  56. ;
  57. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  58. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  59. ;            enhanced screen allows the local sysop to see much more infor-
  60. ;            mation on the screen.
  61. ;
  62. SYSOPFIRST SCOTT
  63. SYSOPLAST BAKER
  64. BBSNAME THE NOT-YET-NAMED BBS
  65. ;
  66. ;       ::::------- Put your bbs type here! Select from those listed above
  67. ;       ::::
  68. ;       \/\/
  69. BBSTYPE RBBS
  70. ;
  71. ;                   If you are using a bbs type that doesn't provide the com
  72. ;        ::-------- port num in it's door information file (such as pcb-12),
  73. ;        \/         then uncomment this line and put your com port here.
  74. ;COMPORT 1
  75. ;
  76. ; UNCOMMENT NEXT LINE TO USE INTERNAL I/O (IF YOU HAVE PROBLEMS USE FOSSIL)
  77. ;INTERNAL
  78. ;
  79. ; USE NEXT LINE FOR FOSSIL (BNU IS RECOMMENDED)
  80. ;FOSSIL
  81. ;                   Uncomment this line if you are running a monochrome
  82. ;  ::-------------- system on the local side.
  83. ;  \/
  84. ;MONO
  85. ;QUIET
  86. STATUS ON
  87. STATFORE 0
  88. STATBACK 7
  89. ;                   Uncomment this if GW doesn't give color output to users
  90. ;  ::-------------- who have color (ansi) selected.
  91. ;  \/
  92. ;COLOR1
  93. ;
  94. ;43LINE
  95. ;
  96.