home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 034.NAKEDEYE.CFG < prev    next >
Text File  |  1992-08-19  |  5KB  |  94 lines

  1. #####################################################################
  2. #                                                                   #
  3. #   Welcome to NakedEye configuration file. This file is OPTIONAL.  # 
  4. #   It allows you to customize NakedEye to start up with the        #
  5. #   configuration that is more appropriate for your system.         #
  6. #                                                                   #
  7. #   Character # is used for comments. All settings are in the form  #
  8. #   setting_name=setting where setting_names are predefined in this #
  9. #   file and "settings" are suggested here also.                    #
  10. #                                                                   #
  11. #                                                                   #
  12. #####################################################################
  13. svga=
  14.             # This entry should be set to the full path name of
  15.             # a BGI file that you prefer (if that is the case).
  16.             # By default the entry should be empty. NakedEye will
  17.             # attempt to find the file where the executable of
  18.             # NakedEye is found. If this is set then please set
  19.         # the next enrty 'resol' to reflect the modes to use 
  20. resol=0,1,2,4,3
  21.             # Resolutions supported are 0, 1, 2, 3, 4 where 
  22.             #   0   standard VGA  320x200
  23.             #   1   super    VGA  640x400
  24.             #   2   super    VGA  640x480    (default)
  25.             #   3   super    VGA  800x600
  26.             #   4   super    VGA 1024x678
  27.             # The default start up is 2, but it can be changed by 
  28.             # placing the desired mode number last eg: 0,1,2,4,3 to 
  29.             # set 3 as the default. Please be careful as the VGA 
  30.             # driver will fail badly if your card does not suport 
  31.             # the resolution you indicate.
  32. bufpath=.
  33.             #   PATH where the buffer file should be. It is used for
  34.             #   swapping between memory and hard disk when NakedEye runs
  35.             #   out of EMS memory or when no EMS is available.
  36.             #   This name is recommended to be in your fastest and/or
  37.             #   biggest disk. A file called buffer#.tmp will be created
  38.             #   for memory<->disk swapping. The default directory is
  39.             #   . for current directory. The # in the file name is the 
  40.             #   number of times you currently run the program typically 1.
  41. ems=
  42.             # Boolean flag telling NakedEye to use EMS (Expanded Memory) 
  43.             # or not
  44.             #   yes     use EMS if it is available     (default)
  45.             #   no      do not use EMS in any case
  46.             #
  47.             #   Note that NakedEye will always use hard-disk space if it runs 
  48.             #   out of EMS or EMS does not exist.
  49.  
  50. greeting=yes
  51.             # This flag takes values yes or no . If it is no NakedEye will not 
  52.             # display the LOGO greeting window when start up. This only 
  53.             # works if you meet the requirements set out in the condition
  54.             # for using this software in register.doc .
  55. compress=yes
  56.             # takes a value yes or no (default is yes)
  57.             # This flag tells NakedEye to compress the color table and shift it
  58.             # up to the end of the 256 range. The result is that for some
  59.             # pictures with less than 256 colors, some low entries starting
  60.             # at 0 may be left available for the windows and messages. This
  61.             # make the windows and boxes look better with their intended 
  62.             # Black and White colors. This also affects the generation of
  63.             # new GIF files out of existing ones.
  64. quickstart=no
  65.             # This boolean flag yes/no is used to indicate whether you 
  66.             # you want NakedEye to do a quick start-up. In a quick 
  67.             # start-up no LOGO or selection menu is displayed. The first
  68.             # image is loaded straight away.
  69. delay=0     # Takes value between 1 and 10, default is 0
  70.             # It is there to delay the fast CPU such as 386 at 33 Mhz 
  71.             # and 486 machines.
  72. quiet=no    # Set to yes to make nakedeye becomes quiet except when an
  73.             # error happens or a wrong key is typed.
  74. lefthand=yes
  75.             # Set to yes will move the control panel to the left and
  76.             # the Image area to the right hand side. Default is no
  77. soundext=snd  
  78.             # The extension name for VOC<->GIF association files.
  79.             # This helps NakedEye to locate the association file(s) 
  80.             # where NakedEye's files are kept. 
  81. textext=trc
  82.             # The extension name for text<->GIF similar to the VOC<->GIF
  83.             # association. This file contains the names of text file(s)
  84.             # to be displayed along GIF files.
  85. compressor=zip -o -q
  86.             # The command for compressing postscript output files. It can
  87.             # be any archiver such as lha, pkzip, zoo, arc etc ... provided
  88.             # that there are options to overwrite existing files and be
  89.             # silent when it works. This command will be invoked with
  90.             # the syntax:   compressor options filename filename.ps
  91.             # where filename is the GIF filename without extension. The
  92.             # compressed archived file will be filename.zip or
  93.             # filename.lzh or with another extension.
  94.