home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collection 4: Games & Extensions / Aztech-HomeEdutainmentCollection-Vol4-3DGamesExtensions.iso / hhe / hhe.ini < prev    next >
Text File  |  1995-02-03  |  2KB  |  50 lines

  1. # This is the HHE 1.0 config file.
  2. # Lines that start with '#' are comments.
  3.  
  4. # 'editname' is the name of the Heretic exe file to hack.  The 
  5. # 'normalname' should be the name of your original (unmodified) Heretic 
  6. # exe file.  The 'normalname' exe will NOT be modified by HHE, but only 
  7. # referred at several times for unaltered info.
  8. editname = c:\heretic\herehack.exe
  9. normalname = c:\heretic\heretic.exe
  10.  
  11. # The name and location of your Heretic WAD.
  12. wadname = c:\heretic\heretic.wad
  13.  
  14. # The path to your Heretic directory.  This is where Heretic will be run 
  15. # from when you 'r'un Heretic inside HHE.
  16. pathname = c:\heretic
  17.  
  18. # Command line arguments when Heretic is run from within HHE.
  19. params = -skill 4 -warp 2 8
  20.  
  21. # The directory to look for patch files in.
  22. patchdir = c:\heretic\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 included only in the hopes that
  32. # they might be used to fend off future Heretic versions.
  33.  
  34. # Heretic version #
  35. #        0 for now
  36. #version = 0
  37.  
  38. # The size of the user-defined heretic.exe file.
  39. #size = 717239
  40.  
  41. # These are the offsets for the various data sections...
  42. #thingoff  = 606956
  43. #soundoff  = 628910
  44. #frameoff  = 573188
  45. #spriteoff = 572676
  46. #ammooff   = 625184
  47. #weaponoff = 625608
  48. #textoff   = 554068
  49. #codepoff  = 257022
  50.