home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / newstuff / dme40bt2.zip / DME_INI.TXT < prev    next >
Text File  |  1994-08-31  |  3KB  |  96 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 make sure that it is correct.  Otherwise, your setting must 
  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 - 6]
  31.  
  32.    Initial zoom factor at startup.  Default is 3.
  33.  
  34. video driver=
  35.  
  36.    Name of BGI video driver to use.  It must be a 256 color driver.  Only
  37.    8 characters are allowed, and it is loaded from the directory that
  38.    dmapedit.exe is located in.
  39.  
  40. video mode=[0-?]
  41.  
  42.    The BGI video driver mode number.  The total number of modes varies with
  43.    each BGI.  Vesa.bgi has the following modes:
  44.  
  45.       0 - 320 x 200 (Can't use with DMapEdit, though.  Too low resolution)
  46.       1 - 640 x 400
  47.       2 - 640 x 480 (recommended, and default)
  48.       3 - 800 x 600
  49.       4 -1024 x 768
  50.  
  51. episode=[1 - 3]
  52.  
  53.    Default episode # to load at startup.
  54.  
  55. mission=[1 - 9]
  56.  
  57.    Default mission # to load at startup.
  58.  
  59. backup=[yes, no]
  60.  
  61.    DMapEdit makes a backup of any PWAD you try to save over.  If you set
  62.    backup to no, DMapEdit will delete this backup after it has successfully
  63.    saved the new PWAD.  This can help save some disk space, if you have a lot
  64.    of pwads around.  Otherwise, it is recommended to set backup to yes.  If
  65.    an attempt to save a PWAD fails, your old PWAD can be found as the same
  66.    name with the extension '.bak'.
  67.  
  68. grid=[off, 1 - 3]
  69.  
  70.    This sets the intensity value of the grid at startup.
  71.  
  72. crosshare=[on, off]
  73.  
  74.    Controls the visibility of the crosshare at startup.
  75.  
  76. flash mode=[old, new]
  77.  
  78.    Use either the old v2.1- method of hilighting, or the new pulsating 
  79.    green method of hilighting.
  80.  
  81. skip intro=[yes, no]
  82.  
  83.    Bypasses the intro screen.  (not recommended if you haven't registered. :)
  84.  
  85. left mouse button=[add, delete, edit, mark]
  86. middle mouse button=[add, delete, edit, mark]
  87. right mouse button=[add, delete, edit, mark]
  88.  
  89.    Sets the initial configuration of the mouse buttons at startup.
  90.  
  91. don't draw wall textures=[yes, no]
  92.  
  93.     For anyone who still experiences the texture drawing picklist bug, you
  94. can turn off texture drawing with this, and it shouldn't crash.  The trade
  95. off is that you don't get to see what the textures look like.
  96.