home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / zaphod12 / dehacked.ini < prev    next >
Text File  |  1995-02-25  |  2KB  |  54 lines

  1. # This is the DeHackEd v2.3 config file.
  2. # Lines that start with '#' are comments.
  3.  
  4. # 'editname' is the name of the Doom exe file to hack.  The 'normalname' 
  5. # should be the name of your original (unmodified) Doom exe file.  The 
  6. # 'normalname' exe will NOT be modified by DeHackEd, but only referred 
  7. # to at several times for unaltered info.
  8. editname = c:\doom\doomhack.exe
  9. normalname = c:\doom\doom.exe
  10.  
  11. # The name and location of your Doom WAD.
  12. wadname = c:\doom\doom.wad
  13.  
  14. # The path to your Doom directory.  This is where Doom will be run 
  15. # from when you 'r'un Doom inside DeHackEd.
  16. pathname = c:\doom
  17.             
  18. # Command line arguments when Doom is run from within DeHackEd.
  19. params = -skill 4 -warp 2 8
  20.  
  21. # The directory to look for patch files in.
  22. patchdir = c:\doom\patches
  23.  
  24. # Options for soundblaster cards.  sbaddress is the address of your card,
  25. # sbirq is the IRQ for the card, and sbdma is the DMA channel.  Use a 
  26. # DMA of -1 for auto-detect.
  27. #sbaddress = 220
  28. #sbirq = 5
  29. #sbdma = -1
  30.  
  31. # The following are all optional, and are included only in the hopes that
  32. # they might be used to fend off future Doom versions, if any more pop
  33. # up.
  34.  
  35. # Doom version #
  36. #        0 for Doom 1 1.2
  37. #        1 for Doom 1 1.666, Doom 2 1.7, Doom 2 1.7a
  38. #        2 for Doom 2 1.666
  39. #        3 for Doom x 1.9
  40. #version = 0
  41.  
  42. # The size of the user-defined Doom exe file.
  43. #size = 717239
  44.  
  45. # These are the offsets for the various data sections...
  46. #thingoff  = 606956
  47. #soundoff  = 628910
  48. #frameoff  = 573188
  49. #spriteoff = 572676
  50. #ammooff   = 625184
  51. #weaponoff = 625608
  52. #textoff   = 554068
  53. #codepoff  = 257022
  54.