home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / games / cheats / gameaidb.arj / GAUNTLET.UNP < prev    next >
Encoding:
Text File  |  1988-12-02  |  5.0 KB  |  73 lines

  1.   ***************************************************************************
  2.  *                                                                           *
  3.  *          This is how I unlocked Gauntlet by Mindscape                     *
  4.  *                                                                By : LM    *
  5.   ***************************************************************************
  6.  
  7.  Gauntlet was one of those games in the arcade that I liked a lot.
  8.  So when I walked into the Computer Store and saw it on the shelf,
  9.  I just had to have it. 
  10.   
  11.  
  12.  The price of the game was'nt bad at all and the games was really good.
  13.  But Mindscape gives you onle ONE install. What kind of $hi* is that.
  14.  I mean only one install to your hard disk and then you must uninstall
  15.  befor you optimize you disk or you have lost your game forever!
  16.  
  17.          ------------  NO MOER INSTALL's. -------------
  18.  
  19.  Anyhow not wanting to take a chance of losing my games to a mistake I got
  20.  out my DEBUG and statred to look at the game. I found that Mindscape writes
  21.  two hidden files to your C:\ when you install Gauntlet.
  22.  DEMAA.COM and DEMAB.COM. The first file (DEMAA.COM) is just junk.
  23.  The second file (DEMAB.COM) has some info about where the first file
  24.  is at on your hard disk. (The starting cluster number)
  25.  When you load Gauntlet it calls GINTRO.EXE and GINTRO.EXE checks for this
  26.  information. Then it calls GPORG.EXE and it check for the same information. 
  27.  My fix for this was to load gintro.exe and gprog.exe with fake data.
  28.  After you fix gauntlet you DON'T have to use Mindscape install to play the
  29.  game, just copy the files to your disk and go.
  30.  It has worked fine for Me and I hope it is what you need to fix your game.
  31.  
  32.  ****************************************************************************
  33. * To fix Gauntlet you will need the following:                               *
  34. *                                                                            *
  35. * 1. A copy of your Gauntlet master diskette(you can use dos to make a copy) *
  36. * 2. Debug                                                                   *
  37. *                                                                            *
  38.  ****************************************************************************
  39. * Procedure :                                                                *
  40. *                                                                            *
  41. * 1. Rename gintro.exe gintro                                                *
  42. * 2. debug gintro                                                            *
  43. * 3. e 3EB7 90 90 90 90                This was a check for drive A:,B:,C:   *
  44. * 4. e 4339 EB 21                      Jump around file read (demaa.com)     *
  45. * 5. e 435C B8 C3 02 A3 22 03 B8 3D FD Replace file info with dummy data     *
  46. * 6. e 4097 EB 14                      Jump around file read (demab.com)     *
  47. * 7. w                                                                       *
  48. * 8. q                                                                       *
  49. * 9. Rename gintro gintro.exe                                                *
  50. * 10. Rename gprog.exe gprog                                                 *
  51. * 11. debug gprog                                                            *
  52. * 12. e 7F57 90 90 90 90                This was a check for drive A:,B:,C   *
  53. * 13. e 83D9 EB 21                      Jump around file read (demaa.com)    *
  54. * 14. e 83FC B8 C3 02 A3 22 03 B8 3D FD Replace file info with dummy data    *
  55. * 15. e 8137 EB 14                      Jump around file read (demab.com)    *
  56. * 16. w                                                                      *
  57. * 17. q                                                                      *
  58. * 18. Rename gprog gprog.exe                                                 *
  59. *                                                                            *
  60.  ****************************************************************************
  61. * Now you can copy you game to any hard disk or flex many times.             *
  62.  ****************************************************************************
  63. * If you would like more information as to HOW and WHY.                      *
  64. * You can leave Me a message on the following BBS :                          *
  65. * Inner Sanctum (813) 856 5071                                               *
  66.  ****************************************************************************
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.