home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / TEXT / DM15BFIX.TXT < prev    next >
Text File  |  1994-08-29  |  2KB  |  56 lines

  1.  
  2.  
  3.          This text was taken from several articles posted on:
  4.  
  5.                 ALT.GAMES.DOOM
  6.  
  7.  
  8.     
  9.    The "R_ProjectSprite: Invalid frame..." bug in DOOM 1.5b (after using the
  10. `idkfa' cheat and trying to select the shotgun) is probably because the cheat
  11. gives you the `super shotgun' which is available in DOOM2, but not in the
  12. Beta. Use your favourite binary editor to apply the following patch to DOOM.EXE
  13.  
  14. Find:
  15.        B9 09 00 00 00 C7 40 B0 02 00 00 00
  16.  
  17. Replace with:
  18.        B9 08 00 00 00 C7 40 B0 02 00 00 00
  19.           ^^
  20. Incidentally, the number `09' is the number of weapons the `idkfa' cheat will
  21. give you. If, for some reason, you wish to limit yourself to not using the
  22. plasma rifle and/or the BFG when cheating change this number to 07 or 06
  23. respectively.
  24.  
  25. While we're hacking 'idkfa', is there any way to keep 'idkfa' from giving
  26. all the colored keys?  I sometimes use idkfa in a pinch for ammo but don't
  27. want the keys.
  28.  
  29.   Certainly! As usual, load up your favourite binary editor and prepare to
  30. operate on DOOM.EXE as follows:
  31.  
  32. Find the sequence:
  33.  
  34.      B9 06 00 00 00 8D 42 44
  35.         ^^
  36. and replace the marked number `06' with the number of keys you wish to obtain
  37. when using the `idkfa' cheat. Changing it to zero works fine (no, not a
  38. coincidence, I checked). Incidentally, there are six keys: three keycards and
  39. three skull keys.
  40.  
  41.    And while we are on the subject of cheating, the following patch enables
  42. the cheat keys in NightMare mode (haven't actually tried this one, but there
  43. is no reason why it shouldn't work ;-)
  44.  
  45. Find:      0F 85 29 03 00 00 83 3D 70 82 02 00 04
  46. Replace:   0F 85 29 03 00 00 83 3D 70 82 02 00 45
  47.                                                ^^
  48.  
  49. Enjoy,
  50.  
  51. Elias.
  52. ep104@cus.cam.ac.uk.
  53.  
  54.  
  55.  
  56.