home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 015A / HETH_B13.ZIP / SETUP.TXT < prev    next >
Text File  |  1995-11-10  |  4KB  |  122 lines

  1. HOW TO SET UP THE DETH and HETH .INI AND .CFG FILES
  2. ===================================================
  3.  
  4. In order to make DETH user-configurable, it is necessary to use configuration
  5. files. These can be confusing, and ordinarily do not need to be edited, as
  6. long as you have unzipped DETH with the -d parameter in order to retain DETH's
  7. directory structure. DETH needs to know the location of main IWAD file for the
  8. game you intend to edit. The default locations are shown in the DOOM.CFG,
  9. DOOM2.CFG, HEXEN.CFG, and HERETIC.CFG.
  10.  
  11.  
  12. <DOOM.CFG>
  13.  
  14.   # Location of the main IWAD.
  15.   [wad]
  16.   c:\doom\doom.wad
  17.  
  18. <DOOM2.CFG>
  19.  
  20.   # Location of the main IWAD.
  21.   [wad]
  22.   c:\doom2\doom2.wad
  23.  
  24. <HEXEN.CFG>
  25.  
  26.   # Location of the main IWAD.
  27.   [wad]
  28.   c:\hexen\hexen.wad
  29.  
  30. If your DOOM 1 and 2 and HEXEN directories are on different drives, or named
  31. differently than the above, you will need to put the proper reference in these
  32. two areas. (Likewise for the HERETIC.CFG.)
  33.  
  34. This is all you should have to edit in the .cfg files.
  35.  
  36. =========================================
  37.  
  38. DETH is set up by default to edit DOOM 2, assuming the above. If you want to
  39. edit DOOM 1 or The Ultimate DOOM, you will have to change one area in the
  40. DETH.INI:
  41.  
  42.   # LOAD OPTIONS 
  43.   # -+-+-+-+-+-+
  44.   # Game data to use.
  45.   #gamedef = config\doom.cfg
  46.   gamedef = config\doom2.cfg
  47.   #gamedef = config\heretic.cfg
  48.  
  49. In the HETH.INI:
  50.  
  51.   # LOAD OPTIONS 
  52.   # -+-+-+-+-+-+
  53.  
  54.   # Game data to use.
  55.   gamedef = config\hexen.cfg
  56.  
  57. A "#" in front of line means that that line is ignored. So if you want to edit
  58. Ultimate DOOM, for instance, put a # in front of the 2nd gamedef line, and
  59. remove the one in front of the 1st gamedef line. Likewise if you want to edit
  60. HERETIC. DETH will recognize only one of these lines: the others must be
  61. "commented" out with a #.
  62.  
  63. There are a couple of other options in the DETH.INI that can be changed to
  64. reflect your own personal default options for DETH each time you use it. It is
  65. a good idea to get familiar with the DETH.INI file. Here are some other areas
  66. you may want to look at: 
  67.  
  68.   # DISPLAY OPTIONS
  69.   # -+-+-+-+-+-+-+-
  70.   # 0-standard VGA, 1-640x480x256, 2-640x480x256, 3-800x600x256, 4-1024x768x256
  71.   #bgi = VESA
  72.   video = 3
  73.  
  74. DETH is set to run in 800x600x256 mode. If you have a decent monitor, you may
  75. wish to run DETH in a higher resolution. To do so, simply change the "video =
  76. 3" number to 4. (For more info on this, read the DETHGO32.TXT for setting up
  77. the GO32 environment and specifying drivers for your video card.)
  78.  
  79. You may also wish to configure DETH to use your favorite Textures and Flats
  80. each time it starts. To do this, check out the Preferences Menu section:
  81.  
  82.   # PREFERENCES MENU (F5)
  83.   # -+-+-+-+-+-+-+-+-+-+-
  84.  
  85.   # Default Textures and preferences. You may want to change these values...
  86.   walltexture = BIGBRIK1
  87.   uppertexture = BIGBRIK1
  88.   lowertexture = BIGBRIK1
  89.   ceiltexture = FLOOR7_1
  90.   floortexture = RROCK09
  91.   doortrack = DOORTRAK
  92.   doortexture = BIGDOOR4
  93.   upperstep = STEPTOP
  94.   lowerstep = STEP6
  95.   teletexture = GATE1
  96.   ceilheight = 256
  97.   floorheight = 0
  98.  
  99.  
  100. To change or use any or all of the above lines, remove the "#" from the line
  101. you wish to use, and enter IN CAPITAL LETTERS the exact name of the
  102. texture/flat you wish to use. That is, DO NOT enter "brick6". It must be
  103. "BRICK6" (without the "" of course). Otherwise you will get invalid PName
  104. errors when DOOM tries to run. These options can also be set from within DETH
  105. itself using the F5 key, but the changes are only good for the current editing
  106. session, and will reset to default values if you exit DETH.
  107.  
  108. ========================================
  109.  
  110. That's about it. We are hopeful to have an automatic configuration function
  111. for DETH sometime in the future; but for now, there are other more pressing
  112. areas for further development to make DETH even better. I know: How much
  113. better could it get?<g>
  114.  
  115. ========================================
  116.  
  117. Your suggestions and comments matter. Please e-mail any and all to:
  118.  
  119. Antony J. Burden        100765,3240@compuserve.com
  120. John W. Anderson (Dr Sleep)     76132.3415@compuserve.com
  121.  
  122.