home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_ii / program / w32deu52.exe / WINDEU.INI < prev    next >
Encoding:
Text File  |  1995-07-16  |  3.4 KB  |  103 lines

  1. #
  2. #  Default WinDEU config file
  3. #
  4. # ********************************************************  
  5. # *** IMPORTANT NOTE:                                  *** 
  6. # *** A line beginning with a "#" is ignored (comment) ***
  7. # ********************************************************
  8. #
  9. #  Everything has been commented out, so this file does nothing.
  10. #  But you can customize it to suit your needs.
  11.  
  12. # Name of the main wad file (un-comment only one of these 3 lines).
  13. #main = e:\games\doom\doom.wad
  14. main = e:\games\doom2\doom2.wad
  15. #main = e:\games\heretic\heretic.wad
  16.  
  17. # Name of the patch wads you want to load.
  18. #file = renaud.wad
  19. #file = raphael.wad
  20. #file = brendon.wad
  21.  
  22. # Set this if you want debugging on by default.
  23. # (Can be changed in the preferences dialog box.)
  24. #debug = true
  25.  
  26. # Use this to control the the noises.
  27. # (Can be changed in the preferences dialog box.)
  28. #quiet = true
  29. # (Can be changed in the preferences dialog box.)
  30. #quieter = true
  31.  
  32. # Set this if you think you are a brain.
  33. # (Can be changed in the preferences dialog box.)
  34. #expert = true
  35.  
  36. # Use this to hide the info bar (displayed by default).
  37. # (Can be changed in the preferences dialog box.)
  38. #infobar = false
  39.  
  40. # Set this if you don't want to unselect all previously selected objects when
  41. # you use the selection box (Shift-MouseButton1, Shift-M).
  42. # (Can be changed in the preferences dialog box.)
  43. #addselbox = true
  44.  
  45. # Uncomment this if you don't like to have the object 0 selected when you
  46. # switch from one editing mode to another.
  47. # (Can be changed in the preferences dialog box.)
  48. #select0 = false
  49.  
  50. # If you are an expert in Binary Space Partitioning algorithms and you want
  51. # to tweak the Nodes builder, then you can use the following parameter.
  52. # Default recommended value = 8
  53. # (Can be changed in the preferences dialog box.)
  54. #splitfactor = 8
  55.  
  56. # Default textures and preferences.  You may want to change those values...
  57. # (Can be changed in the preferences dialog box.)
  58. #walltexture = BROWNHUG
  59. #uppertexture = REDWALL1
  60. #lowertexture = COMPBLUE
  61. #ceiltexture = F_SKY1
  62. #floortexture = FLAT20
  63. #ceilheight = 256
  64. #floorheight = 0
  65.  
  66. # This has something to do with the funny message displayed when 
  67. # WinDEU starts...
  68. #reminder1 = false
  69.  
  70. # Set this if you don't want to get 3D controls in Windows and dialog boxes
  71. # (Can be changed in the preferences dialog box.)
  72. #3DControls=false
  73.  
  74. # Set this if you want the length of moving LineDefs to be displayed
  75. # (Can be changed in the preferences dialog box.)
  76. #DrawLength=true
  77.  
  78. # Set the priority of the nodes builder when rebuilding a level.
  79. # This priority determines the minimum number of milliseconds the
  80. # builder will compute before giving control back to Windows.
  81. # If you set 20, it means WinDEU will gives back control to Windows
  82. # approximately (at most) 50 times a second.
  83. # A value of 0 means WinDEU WON'T multi-task.
  84. # (Can be changed in the preferences dialog box.)
  85. BuildPriority=25
  86.  
  87. # Maximum UNDO/REDO operations to keep in memory.
  88. # Currently, each UNDO/REDO takes lot of memory (same as level),
  89. # so don't abuse if you've got not much...
  90. # Default value is 5 UNDO/REDO.
  91. # (Can be changed in the preferences dialog box.)
  92. MaxUndo=10
  93.  
  94. # Set this if you want to change the default grid size(8)
  95. # Legal values are 0, 8, 16, 32, 64, 128, 256
  96. GridSize=32
  97.  
  98. # Set this if you want the grid to be shown by default
  99. #ShowGrid=true
  100.  
  101. # Set this if you want to "Snap to grid" by default
  102. SnapToGrid=true
  103.