home *** CD-ROM | disk | FTP | other *** search
-
-
- ; Sample Door Initialization File
- ; (c) 1995 David J. Pinch ∙ All Rights Reserved Worldwide
-
-
- AutoDetect = No
- ; If TRUE, the software will attempt to detect ANSI capabilities
- ; on the remote system. This command has no affect on local sessions.
-
-
- ChatGreeting = "~|[Chat Mode]~|Enter |0F/?|07 for more information.~|"
- ;
- ; This string is displayed when you press Alt-C to break into
- ; chat-mode. A CR/LF sequence is not appended to the string (this
- ; allows you to finish a sentence). Example:
- ;
- ; "Hello! I just wanted to let you know that "
- ; ^ Here's where you begin
- ; typing when you break
- ; into chat-mode.
-
-
- ChatHelp = ChatHelp
- ; Text file displayed when /? is typed in chat-mode.
-
-
- CheckBreak = Yes
- ; If TRUE, then you are allowed to press CTL-BREAK to terminate the
- ; program. If FALSE, pressing control-break does nothing. Normally
- ; pressing control-break causes to the program to exit with an error-level
- ; of 255.
-
-
- CheckSnow = No
- ; If TRUE, the software will slow down certain screen-writes to eliminate
- ; flicker on older CGA video boards.
-
-
- ClrScr = False
- ; If TRUE, the screen will be cleared during the initialization of the door.
- ; Local sessions started from the command-line *might* like better
- ; if this value is set to FALSE.
-
-
- Color1 = True
- ; If TRUE, ANSI will be selected if a "1" is passed in the graphics field
- ; of the DORINFOx.DEF drop file. This is required for RemoteAccess.
-
-
- ; ComPort = 1
- ; The ComPort for this node. You will have to unremark this line if
- ; you are not using a drop file *and* you are not using the -C command-line
- ; parameter.
-
-
- DBS = True
- ; Destructive Backspace. This value should be set to TRUE if any remote
- ; terminals erase the character to the left of the cursor when the
- ; backspace character is received. If FALSE, then the program assumes
- ; full-control of the display and uses a fancier input system during
- ; certain prompts. Local sessions default to FALSE.
-
-
- DirectVideo = True
- ; If TRUE, the software will write directly to video RAM. Both monochrome
- ; and color systems are supported. If FALSE, the software will use the
- ; BIOS (which is much slower).
-
-
- ; DropFile = \RA\Node1\Door.Sys
- ; The full path and name of a drop file. DOOR.SYS and DORINFOx.DEF are
- ; are supported. Most sysops, however, prefer to use the -P command-line
- ; parameter. I.e. /PC:\RA\DOOR.SYS
-
-
- Fading = Yes
- ; If TRUE, ~v will cause the screen to fade to black, and ~^ will
- ; restore the screen. This affects the local screen only, and is
- ; purely an aesthetic affect. You should avoid turning it on if you
- ; are running under a multitasker. VGA required.
-
-
- FadeDelay = 10
- ; The delay factor in VGA fades. Larger numbers translate
- ; to longer fade times.
-
-
- FlagFalse = "-"
- FlagTrue = "X"
- ; FlagFalse is the character representing a FALSE bit in a binary string.
- ; FlagTrue is the opposite.
-
-
- HiddenChar = #254
- ; The character displayed during a password entry.
- ; # 0 = <blank with no cursor movement>
- ; # 32 = <blank with cursor movement>
- ; # 176 = ░
- ; # 177 = ▒
- ; # 178 = ▓
- ; # 219 = █
- ; # 249 = ∙
- ; # 250 = ·
- ; # 254 = ■
- ; # 255 = <blank with cursor movement>
-
-
- Intense = No
- ; If TRUE, then backgrounds can have high-intensity colors (colors 8
- ; through 15). This affects the local screen only and is really just
- ; a curiosity.
-
-
- ; Locked = 38400
- ; Your locked baud-rate. You should use this command if this information
- ; is not passed in the drop file *and* you are not using the -O
- ; command-line parameter.
-
-
- MacroFiller = #176
- ; The character used to fill out formatted macros. Note: The ~M formatting
- ; code allows the use of a different filler character. The ~MD code
- ; resets the existing filler character to this value.
-
-
- ; MenuDir =
- ; Location of the menu files (*.MNU). The default location is the
- ; program directory.
-
-
- ; Node = 1
- ; The current node number. This value is required for certain
- ; inter-program communications. You can also use the -N command-line
- ; parameter. The drop file might also contain this information. If
- ; a node number is not specified anywhere, it defaults to 1.
-
-
- NoiseBlink = No
- ; If TRUE, all generated line noise will blink. This is really annoying,
- ; BUT highly unlikely. You might have more fun, though <GRIN>.
-
-
- NoiseColor = 50
- ; NoiseColor=X means that 1 out of X ALT-Ls will result in a random color
- ; change. You may use any number from 0 to 255. A value of 0 or 1 will
- ; cause a color change every time ALT-L is pressed. This, of course, is
- ; statistically impossible.
-
-
- OverScan = 0
- ; The overscan area is the box surrounding the text screen. Normally it
- ; is black since no program can write to this area. If you are curious
- ; about the overscan box, then experiment with this command.
-
-
- ; Sysop = "David Pinch"
- ; Your name. This information is required for certain registration keys.
- ; Be sure to use quotes.
-
-
- TabSize = 8
- ; The size of the tab character (ASCII #9). The default size is 8 spaces.
-
-
- ; TextDir =
- ; The location of any external display files (.ASC, .ANS, .AVT, .HLP).
- ; The default value is the program directory.
-
-
-