home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / doomhack / dhe20.zip / DEHACKED.INI < prev    next >
Text File  |  1994-09-11  |  1KB  |  45 lines

  1. # This is the DeHackEd 2.0 config file.
  2. # Lines that start with '#' are comments.
  3. # Also note the spaces below on both sides of the equals sign.  They make
  4. #   my life easier.  :-)
  5.  
  6. # The name of the doom.exe file to hack.
  7. #doomexe = c:\doom2\doom2.exe
  8. #doomexe = c:\doom\doom12.exe
  9. doomexe = c:\doom\doom.exe
  10.  
  11. # The name and location of your Doom wad.
  12. doomwad = c:\doom\doom.wad
  13. #doomwad = c:\doom2\doom2.wad
  14.  
  15. # The path to your Doom directory.  This is where Doom will be run from
  16. # when you 'r'un Doom inside DeHackEd.
  17. doompath = c:\doom
  18. #doompath = c:\doom2
  19.  
  20. # Command line arguments when Doom is run from within DeHackEd.
  21. doomargs = -skill 3 -devparm -warp 1 1
  22.  
  23. # The directory to look for patch files in.
  24. patchdir = c:\doom\patches
  25.  
  26. # This is all optional, and included only for those who do their own
  27. # doom.exe hacking.
  28.  
  29. # Doom version #, 0 for 1.2, 1 for 1.6, 2 for 2.0
  30. # This MUST be included if any of the following options are included,
  31. # and should be before any of the following options.
  32. #doomver = 1
  33.  
  34. # The size of the user-defined doom.exe file.
  35. #doomsize = 658469
  36.  
  37. # These are the offsets for the various data sections...
  38. #thingoff = 627216
  39. #soundoff = 599580
  40. #frameoff = 602492
  41. #spriteoff = 601988
  42. #ammooff = 593736
  43. #weaponoff = 593768
  44. #textoff = 639888
  45.