home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / editors / dme301.zip / DMAPEDIT.INI < prev    next >
Text File  |  1994-05-24  |  965b  |  40 lines

  1. * comments start with a '*', thus this is a comment!
  2.  
  3. * these parameters can be in any order whatsoever.
  4.  
  5. * for information of what these settings mean, and a full list of all 
  6. * the setting, please read the file 'dme_ini.doc'.
  7.  
  8. *  path to doom's IWAD file.
  9. doom path=c:/doom
  10.  
  11. *  edit mode can be: things, vertexes, lines, or sectors
  12. edit mode=things
  13.  
  14. *  grid display intensity
  15. grid=off
  16.  
  17. *  initial zoom factor
  18. zoom=4
  19.  
  20. *  name of video driver (256 color)
  21. video driver=vesa.bgi
  22.  
  23. *  BGI video mode number (varies with BGI's).  With vesa.bgi, you have:
  24. *      0 - 320 x 200 (Can't use with DMapEdit, though.  Too low resolution)
  25. *      1 - 640 x 400
  26. *      2 - 640 x 480 (recommended, and default)
  27. *      3 - 800 x 600
  28. *      4 -1024 x 768
  29. video mode=2
  30.  
  31. *  episode to load at startup (range is 1-3)
  32. episode=1
  33.  
  34. *  mission to load at startup (range is 1-9)
  35. mission=1
  36.  
  37. * either yes or no.  Makes a backup of saved pwads
  38. backup=yes
  39.  
  40.