home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / doom2 / dhe30a.zip / README.TXT < prev    next >
Text File  |  1995-09-03  |  3KB  |  69 lines

  1.                            DeHackEd v3.0a
  2.                         By Greg Lewis (Tree)
  3.                            gregl@umich.edu
  4.  
  5.   This file contains setup instructions for DeHackEd v3.0.  I have 
  6. gotten a lot of email from users who had troubles setting up earlier 
  7. versions of DeHackEd, so hopefully this file will help alleviate many 
  8. of those problems.
  9.  
  10.   OK.  You just downloaded a copy of DeHackEd v3.0.  Now, you've got 
  11. this DeHackEd zip file sitting on your computer.  What to do first?  
  12. Obviously you have already unzipped it if you are reading this text 
  13. file.  I'd advise first of all creating a separate directory to store 
  14. DeHackEd in.  It certainly cuts down on the clutter in your main Doom 
  15. directory, and is easier to handle new releases (if there are any more).  
  16. I'll assume, for all the examples that I give in this file, that your 
  17. computer is set up like the following.  If your computer is set up 
  18. differently (as it almost certainly is), just substitute the directories 
  19. that you have in your computer for the directories I give here.
  20.  
  21. Main Doom directory - c:\doom2
  22. DeHackEd directory - c:\doom2\dhe
  23.  
  24.   Copy the DeHackEd zip file to your new DeHackEd directory, which is 
  25. c:\doom2\dhe in this example, and unzip it.  You should see around 10 
  26. or 11 files of varying types.  Those that end in '.deh' are the main 
  27. files that DeHackEd uses to change the Doom exe file.  The file that I 
  28. will be concerned with in this text is the dehacked.ini file.
  29.  
  30.   The dehacked.ini file contains all of the custom settings for your
  31. computer, so that DeHackEd knows where to look for stuff.  Usually the 
  32. file can be altered once at the beginning and then left alone for the 
  33. rest of the time that you use DeHackEd.
  34.  
  35.   You should see several lines in the ini file that contain one word
  36. followed by an equal sign and then a directory or filename.  Those are 
  37. the parameters that you will be changing.  There will also be lines that 
  38. start with '#' symbols... ignore those lines, they are only comments to 
  39. help you figure out what you are doing.  Find the lines with the equals 
  40. signs and change them so that they look like this:
  41.  
  42. editname = <your_doom_directory>\doomhack.exe
  43. normalname = <your_doom_directory>\doom2.exe
  44. wadname = <your_doom_directory>\doom2.wad
  45. patchdir = <your_dehacked_directory>
  46. pathname = <your_doom_directory>
  47.  
  48.   So, in the example directories given above, these lines would look
  49. like this:
  50.  
  51. editname = c:\doom2\doomhack.exe
  52. normalname = c:\doom2\doom2.exe
  53. wadname = c:\doom2\doom2.wad
  54. patchdir = c:\doom2\dhe
  55. pathname = c:\doom2
  56.  
  57.   Save the dehacked.ini file.  You should be about ready to start editing 
  58. now!  Simply type "dehacked" at the command line, and you will be able to 
  59. load and save the patch files, and begin editing the information yourself!
  60.  
  61.   If you need more information about DeHackEd's keys or moving around in 
  62. the editor, or if you are having other types of problems, please refer to
  63. the DeHackEd.HLP file.  It contains just information on just about every
  64. aspect of using the editor.  And, of course, feel free to send me email
  65. if you continue to have problems.  I generally get very swamped during the
  66. school year, but I will try to help you out if I can.
  67.  
  68.   Enjoy!
  69.