home *** CD-ROM | disk | FTP | other *** search
/ DOOM 2 Scenari / DOOM_II_CD.iso / grafica / soul / dehacked.ini < prev    next >
Encoding:
Text File  |  1994-11-09  |  1.6 KB  |  55 lines

  1. # This is the DeHackEd 2.1 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 = d:\doom\doom.exe
  9.  
  10. # The name and location of your Doom wad.
  11. #doomwad = d:\doom2\doom2.wad
  12. doomwad = d:\doom\doom.wad
  13.  
  14. # The path to your Doom directory.  This is where Doom will be run from
  15. # when you 'r'un Doom inside DeHackEd.
  16. #doompath = d:\doom2
  17. doompath = d:\doom
  18.  
  19. # Command line arguments when Doom is run from within DeHackEd.
  20. #doomargs = -skill 4 -warp 01
  21. doomargs = -skill 4 -warp 1 1
  22.  
  23. # The directory to look for patch files in.
  24. patchdir = d:\patches.deh
  25.  
  26. # Options for soundblaster cards.  sbaddress is the address of your card,
  27. # sbirq is the IRQ for the card, and sbdma is the DMA channel.
  28. sbaddress = 220
  29. sbirq = 7
  30. sbdma = 1
  31.  
  32. # This is all optional, and included only for those who do their own
  33. # doom.exe hacking.
  34.  
  35. # Doom version #
  36. #        0 for Doom 1.2
  37. #        1 for Doom 1.666
  38. #        2 for Doom ][ (v1.666)
  39. #        1 for Doom ][ (any other version)
  40. # This MUST be included if any of the following options are included,
  41. # and should be before any of the following options.
  42. #doomver = 2
  43.  
  44. # The size of the user-defined doom.exe file.
  45. #doomsize = 686993
  46.  
  47. # These are the offsets for the various data sections...
  48. #thingoff  = 650512
  49. #soundoff  = 618964
  50. #frameoff  = 623436
  51. #spriteoff = 622884
  52. #ammooff   = 612116
  53. #weaponoff = 612148
  54. #textoff   = 664104
  55.