home *** CD-ROM | disk | FTP | other *** search
- # This is the DeHackEd 2.1 config file.
- # Lines that start with '#' are comments.
- # Also note the spaces below on both sides of the equals sign. They make
- # my life easier. :-)
-
- # The name of the doom.exe file to hack.
- #doomexe = d:\doom2\doom2.exe
- doomexe = d:\doom\doom.exe
-
- # The name and location of your Doom wad.
- #doomwad = d:\doom2\doom2.wad
- doomwad = d:\doom\doom.wad
-
- # The path to your Doom directory. This is where Doom will be run from
- # when you 'r'un Doom inside DeHackEd.
- #doompath = d:\doom2
- doompath = d:\doom
-
- # Command line arguments when Doom is run from within DeHackEd.
- #doomargs = -skill 4 -warp 01
- doomargs = -skill 4 -warp 1 1
-
- # The directory to look for patch files in.
- patchdir = d:\patches.deh
-
- # Options for soundblaster cards. sbaddress is the address of your card,
- # sbirq is the IRQ for the card, and sbdma is the DMA channel.
- sbaddress = 220
- sbirq = 7
- sbdma = 1
-
- # This is all optional, and included only for those who do their own
- # doom.exe hacking.
-
- # Doom version #
- # 0 for Doom 1.2
- # 1 for Doom 1.666
- # 2 for Doom ][ (v1.666)
- # 1 for Doom ][ (any other version)
- # This MUST be included if any of the following options are included,
- # and should be before any of the following options.
- #doomver = 2
-
- # The size of the user-defined doom.exe file.
- #doomsize = 686993
-
- # These are the offsets for the various data sections...
- #thingoff = 650512
- #soundoff = 618964
- #frameoff = 623436
- #spriteoff = 622884
- #ammooff = 612116
- #weaponoff = 612148
- #textoff = 664104
-