home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / descent2.zip / descent.txt next >
Text File  |  1996-10-23  |  2KB  |  51 lines

  1. Hex edit Descent2.exe with the following, if you intend to apply the
  2. 1.1 patch, do it before performing the following, as the patch will
  3. not apply to a modified Descent2.exe file.
  4.  
  5. Instructions for the novice user...
  6. <Version 1.1.>
  7. after you have selected Descent2.exe
  8. hit the Alt+F5 and enter the code (ie. C69E4) 
  9. highlight the said string (ie. 53)
  10. and then you right click your mouse and select fill
  11. and change it to the new code (ie. C3)
  12.  
  13. now do the same for the rest of the codes
  14.  
  15. save it and you are done.
  16.  
  17.  
  18.  Version 1.0 (the out of the box version)
  19.  
  20.  Location                     change  from       to
  21.  C27EC                                      53        C3
  22.  EE045                                      75        EB
  23.  F3F8C                                      53        C3
  24.  F51B8                                      53        C3
  25.  
  26.  Version 1.1 (after patch)
  27.  
  28.  C69E4                                      53         C3
  29.  F3C5F                                      75         EB
  30.  F9C6C                                      53         C3
  31.  FAEA4                                      53         C3
  32.  
  33. These operations will remove the CD check *AND* the movies, so a
  34. medium install to hard disk will do nicely. :)  If you want the
  35. movies, but not the CD check, just change the 75<->EB values.  I
  36. suppose you could experiment with the other three movie values, if you
  37. wanted to disable some movies, but not others, or even all the movies.
  38. Try it and see, I guess.  Important: as with all modifications of this
  39. type, always make backup copies of the file before tinkering.
  40.  
  41. This is for registered owners who think that the CD is an utter PITA.
  42. Don't remember who originally posted these values, but many thanks to
  43. them.
  44.  
  45.  
  46. you can download hex editor from this site.
  47. http://ourworld.compuserve.com/homepages/breakpoint 
  48.  
  49.  
  50.  
  51.