home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / doomhack / doomthng.txt < prev    next >
Text File  |  1994-06-16  |  701b  |  24 lines

  1.  
  2. This is a simple C program based on the information from
  3.  
  4.                 "Hacking the DOOM.EXE file"
  5.             by Matt Fell (matt.burnett@acebbs.com)
  6.                        June 13, 1994
  7.  
  8. and the DEU source code.  (Thanks guys!!)
  9.  
  10. It reads the file doom.exe in the current directory and prints
  11. out a table of the items and their attributes.
  12. The file table.txt contains the output of this program.
  13.  
  14. You can easily modify the source code to make changes to the
  15. doom.exe file (e.g. make the Barons float) but I haven't done it.
  16.  
  17. I compiled these sources with gcc from within Linux.
  18. (When is DOOM for X coming out??)
  19.  
  20. "Just another DOOM hack..."
  21.  
  22.    -Sam Lantinga     11/23/94
  23.  
  24.