home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 3 / TheCompleteDoomAccessoryPackVolumeIiiCd.bin / editors / dmapedit / dme_ini.doc < prev    next >
Text File  |  1994-05-22  |  3KB  |  89 lines

  1. The 'dmapedit.ini' file controls the default setting of DMapEdit.  This 
  2. file will be used if it is either located in the current directory, or 
  3. the same directory as 'dmapedit.exe'.  It will use the one in the 
  4. current directory, if both are present.  So, it is possible to have 
  5. different setups in different directories.
  6.  
  7. Listed below are the different variables that you can set, along with 
  8. the valid settings, if any.  The format looks like this:
  9.  
  10. variable=[settings]
  11.  
  12. If no settings are shown, then the setting isn't checked, and you the 
  13. user should have sure that it is correct.  Otherwise, your setting much 
  14. match one of those shown.  Each setting is seperated by a ',' or a range 
  15. of settings shown when seperated with a '-'.
  16.  
  17.  
  18. -- Variables listing --
  19.  
  20. doom path=
  21.  
  22.    The path to doom's IWAD.  You can use '/' or '\' in all paths.  Note that
  23.    this path can point to either the directory of doom.wad (or doom1.wad), 
  24.    i.e. '/doom', or point to doom.wad itself, i.e. '/doom/doom.wad'.
  25.  
  26. edit mode=[things, vertexes, lines, sectors]
  27.  
  28.    Sets the default edit mode to use at startup.
  29.  
  30. zoom [0 - 7]
  31.  
  32.     Initial zoom factor at startup.  Default is 4.
  33.  
  34. video driver=
  35.  
  36.    Name of BGI video driver to use.  It must be a 256 color driver.
  37.  
  38. video mode=[0-?]
  39.  
  40.    The BGI video driver mode number.  The total number of modes varies with
  41.    each BGI.  Vesa.bgi has the following modes:
  42.  
  43.       0 - 320 x 200 (Can't use with DMapEdit, though.  Too low resolution)
  44.       1 - 640 x 400
  45.       2 - 640 x 480 (recommended, and default)
  46.       3 - 800 x 600
  47.       4 -1024 x 768
  48.  
  49. episode=[1 - 3]
  50.  
  51.    Default episode # to load at startup.
  52.  
  53. mission=[1 - 9]
  54.  
  55.    Default mission # to load at startup.
  56.  
  57. backup=[yes, no]
  58.  
  59.    DMapEdit makes a backup of any PWAD you try to save over.  If you set
  60.    backup to no, DMapEdit will delete this backup after it has successfully
  61.    saved the new PWAD.  This can help save some disk space, if you have a lot
  62.    of pwads around.  Otherwise, it is recommended to set backup to yes.  If
  63.    an attempt to save a PWAD fails, your old PWAD can be found as the same
  64.    name with the extension '.bak'.
  65.  
  66. grid=[off, 1 - 3]
  67.  
  68.    This sets the intensity value of the grid at startup.
  69.  
  70. crosshare=[on, off]
  71.  
  72.    Controls the visibility of the crosshare at startup.
  73.  
  74. flash mode=[old, new]
  75.  
  76.    Use either the old v2.1- method of hilighting, or the new pulsating 
  77.    green method of hilighting.
  78.  
  79. skip intro=[yes, no]
  80.  
  81.    Bypasses the intro screen.  (not recommended if you haven't registered. :)
  82.  
  83. left mouse button=[add, delete, edit, mark]
  84. middle mouse button=[add, delete, edit, mark]
  85. right mouse button=[add, delete, edit, mark]
  86.  
  87.    Sets the initial configuration of the mouse buttons at startup.
  88.  
  89.