home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / wads / doom2 / dehacked.ini < prev    next >
Text File  |  1995-04-21  |  1KB  |  46 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 = d:\doom2\doom2.exe
  8. #doomexe = c:\doom\doom12.exe
  9. doomexe = d:\doom\doom.exe
  10.  
  11. # The name and location of your Doom wad.
  12. doomwad = d:\doom\doom.wad
  13. #doomwad = c:\games\doom\doom.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 = d:\doom
  18. #doompath = d:\doom2
  19.  
  20. # Command line arguments when Doom is run from within DeHackEd.
  21. doomargs = -skill 4 -devparm -warp 1 1
  22.  
  23. # The directory to look for patch files in.
  24. patchdir = d:\doom
  25.  
  26.  
  27. # This is all optional, and included only for those who do their own
  28. # doom.exe hacking.
  29.  
  30. # Doom version #, 0 for 1.2, 1 for 1.6, 2 for 2.0
  31. # This MUST be included if any of the following options are included,
  32. # and should be before any of the following options.
  33. #doomver = 1
  34.  
  35. # The size of the user-defined doom.exe file.
  36. #doomsize = 658469
  37.  
  38. # These are the offsets for the various data sections...
  39. #thingoff = 627216
  40. #soundoff = 599580
  41. #frameoff = 602492
  42. #spriteoff = 601988
  43. #ammooff = 593736
  44. #weaponoff = 593768
  45. #textoff = 639888
  46.