home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PASTEL04.ZIP / DOOR.INI < prev    next >
Encoding:
Text File  |  1995-09-30  |  5.5 KB  |  164 lines

  1.  
  2.  
  3. AutoDetect = No          
  4.   ; If TRUE, the software will attempt to detect ANSI capabilities
  5.   ; on the remote system.  This command has no affect on local sessions.
  6.  
  7.  
  8. ChatGreeting = "~FChatHelp|"   ; Initial text shown on the screen when
  9.                                ; chat-mode is activated.
  10.  
  11. ChatHelp     = ChatHelp        ; Text file displayed if /? is entered 
  12.                                ; in chat-mode.
  13.  
  14.  
  15. ; You can fully configure the color of any text written while in chat-mode.
  16. ; The default color set is based on the IceChat program by Jeremy Landvoigt.
  17.  
  18. ChatSysopDigit = 11     ; Numbers (not including the decimal point)
  19. ChatSysopHiBit = 1      ; High-Bit characters (#128 to #255)
  20. ChatSysopLower = 15     ; Lower-case letters
  21. ChatSysopPunct = 9      ; Punctuaction characters
  22. ChatSysopUpper = 7      ; Upper-case letters
  23.  
  24. ChatUserDigit  = 11     
  25. ChatUserHiBit  = 1        
  26. ChatUserLower  = 15       
  27. ChatUserPunct  = 9
  28. ChatUserUpper  = 7
  29.  
  30.  
  31. CheckBreak = Yes         
  32.   ; If TRUE, then you are allowed to press CTL-BREAK to terminate the
  33.   ; program.  If FALSE, pressing control-break does nothing.  Normally 
  34.   ; pressing control-break causes to the program to exit with an error-level
  35.   ; of 255.
  36.  
  37.  
  38. CheckSnow = No
  39.   ; If TRUE, the software will slow down certain screen-writes to eliminate 
  40.   ; flicker on older CGA video boards.  
  41.  
  42.  
  43. ClrScr = True       
  44.   ; If TRUE, the screen will be cleared during the initialization of the door.
  45.   ; Local sessions started from the command-line *might* like better
  46.   ; if this value is set to FALSE.    
  47.  
  48.  
  49. Color1 = True
  50.   ; If TRUE, ANSI will be selected if a "1" is passed in the graphics field
  51.   ; of the DORINFOx.DEF drop file.  This is required for RemoteAccess.
  52.  
  53.  
  54. ; ComPort = 1
  55.   ; The ComPort for this node.  You will have to unremark this line if
  56.   ; you are not using a drop file *and* you are not using the -C command-line
  57.   ; parameter.
  58.  
  59.  
  60. DBS = True
  61.   ; Destructive Backspace.  This value should be set to TRUE if any remote
  62.   ; terminals erase the character to the left of the cursor when the
  63.   ; backspace character is received.  If FALSE, then the program assumes
  64.   ; full-control of the display and uses a fancier input system during
  65.   ; certain prompts.  Local sessions default to FALSE.
  66.  
  67.  
  68. DirectVideo = True
  69.   ; If TRUE, the software will write directly to video RAM.  Both monochrome
  70.   ; and color systems are supported.  If FALSE, the software will use the
  71.   ; BIOS (which is much slower).
  72.  
  73.  
  74. ; DropFile = \RA\Node1\Door.Sys
  75.   ; The full path and name of a drop file.  DOOR.SYS and DORINFOx.DEF are
  76.   ; are supported.  Most sysops, however, prefer to use the -P command-line
  77.   ; parameter.  I.e. /PC:\RA\DOOR.SYS
  78.  
  79.  
  80. Fading = No
  81.   ; If TRUE, ~v will cause the screen to fade to black, and ~^ will
  82.   ; restore the screen.  This affects the local screen only, and is
  83.   ; purely an aesthetic affect.  You should avoid turning it on if you
  84.   ; are running under a multitasker.  VGA required.
  85.  
  86.  
  87. FadeDelay = 10
  88.   ; The delay factor in VGA fades.  Larger numbers translate
  89.   ; to longer fade times.
  90.  
  91.  
  92. FancyPrompt = Yes
  93.   ; If TRUE, a fancy prompt will be created if ANSI.SYS is detected when
  94.   ; when you shell to MS-DOS.  The prompt requires approx. 80 bytes
  95.   ; of enviroment space.
  96.  
  97.  
  98. FlagFalse = "0"
  99. FlagTrue  = "1"
  100.   ; FlagFalse is the character representing a FALSE bit in a binary string.
  101.   ; FlagTrue is the opposite.
  102.  
  103.  
  104. HiddenChar = #254
  105.   ; The character displayed during a password entry.  
  106.   ;   #   0  =  <blank with no cursor movement>
  107.   ;   #  32  =  <blank with cursor movement>
  108.   ;   # 176  =  ░
  109.   ;   # 177  =  ▒
  110.   ;   # 178  =  ▓
  111.   ;   # 219  =  █
  112.   ;   # 249  =  ∙
  113.   ;   # 250  =  ·
  114.   ;   # 254  =  ■
  115.   ;   # 255  =  <blank with cursor movement>
  116.  
  117.  
  118. Intense = No
  119.   ; If TRUE, then backgrounds can have high-intensity colors (colors 8
  120.   ; through 15).  This affects the local screen only and is really just
  121.   ; a curiosity.
  122.  
  123.  
  124. ; Locked = 38400
  125.   ; Your locked baud-rate.  You should use this command if this information
  126.   ; is not passed in the drop file *and* you are not using the -O 
  127.   ; command-line parameter.
  128.  
  129.  
  130. MacroFiller = #32
  131.   ; The character used to fill out formatted macros.  Note: The ~M formatting
  132.   ; code allows the use of a different filler character.  The ~MD code
  133.   ; resets the existing filler character to this value.
  134.  
  135.  
  136. ; Node = 1
  137.   ; The current node number.  This value is required for certain
  138.   ; inter-program communications.  You can also use the -N command-line
  139.   ; parameter.  The drop file might also contain this information.  If
  140.   ; a node number is not specified anywhere, it defaults to 1.
  141.  
  142.  
  143. NoiseBlink = No          
  144.   ; If TRUE, all generated line noise will blink.   This is really annoying,
  145.   ; BUT highly unlikely.  You might have more fun, though <GRIN>.
  146.  
  147.  
  148. NoiseColor = 50          
  149.   ; NoiseColor=X means that 1 out of X ALT-Ls will result in a random color
  150.   ; change.  You may use any number from 0 to 255.  A value of 0 or 1 will
  151.   ; cause a color change every time ALT-L is pressed.  This, of course, is
  152.   ; statistically impossible.
  153.  
  154.  
  155. OverScan = 0
  156.   ; The overscan area is the box surrounding the text screen.  Normally it 
  157.   ; is black since no program can write to this area.  If you are curious
  158.   ; about the overscan box, then experiment with this command.
  159.  
  160.  
  161. ; TextDir = ".\"
  162.   ; The location of any external display files (.ASC, .ANS, .AVT).  The
  163.   ; default value is the program directory.
  164.