Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NGX - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

   [  INI format  ]

   NGX.INI can have any size and the lines any length, but only the first
   8,192 bytes (8 kb) will be read. Keywords can appear in any order.

   The format is: keyword = value                                          

   There can be one keyword per line, in any combination of lower/upper-
   case. Numbers can be in decimal (100) or hexadecimal (64h).
   Spaces and tabs are separators. Comma (,) is list separator. A list of
   numbers can be continued on the next line by ending current line with a
   backslash (\). Anything on a line after a semicolon (;) is considered a
   comment and ignored.
   Leave value blank, or comment the line, in order to use defaults.


   For each keyword is listed: Keyword type, valid range, default value,
   and possibly a max. value.

     Boolean  : true or false expression:
                NGX will recognize 'on', 'enabled' and 'off', 'disabled'
     Byte     : any number between 0 and 255 (both incl.) possibly
                limited by range
     Word     : any number between 0 and 65535 (both incl.) possibly
                limited by range
     Text     : a text string
     Byte list: two or more byte numbers, separated by commas

     Range    : numbers outside this range will cause an error
     Max      : max. length for text strings or max. number of bytes in a
                byte list

   If an error occurs, the rest of the line is skipped, and you'll get a
   reminder. If a keyword is used twice or more, the line in which it first
   appears is used. If NGX counts 10 errors, the rest of the .INI file is
   skipped.


   Following examples are all valid:                                       

   bufFERsizE=2141h                    ;Mixed case
   MenusSize =01000                    ;Five digit decimal
   Colorset2 = 1fh,31,13h              ;Mix decimal and hex numbers
   videomodes =     03,\               ;80x25 color  ( must have commas )
                    7,  \              ;80x25 mono   (  in a byte list  )
                    59h,\              ;Machine-specific mode
                    5aH                ;Ditto
   COLORSET0 = ,,,,,78                 ;Change 6th item only
   quickscan = on                      ;On = enabled
   CenterBoxes = DISabled              ;Off = disabled
   NGDIR = c:\ng
   openNG= d:\ngx\ngx.ng               ;Different directory
   ScreenHalf = ;;enabled              ;Use default

See Also: Bad keyword

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson