home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / games / 13559 < prev    next >
Encoding:
Text File  |  1992-12-28  |  4.3 KB  |  197 lines

  1. Newsgroups: comp.sys.mac.games
  2. Path: sparky!uunet!think.com!ames!nsisrv!potemkin!sardella
  3. From: sardella@potemkin.gsfc.nasa.gov (Tom Sardella)
  4. Subject: Maelstrom 1.03 ResEdit Hacks
  5. Message-ID: <sardella.725572953@potemkin>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: potemkin.gsfc.nasa.gov
  8. Organization: Goddard Space Flight Center
  9. Date: Mon, 28 Dec 1992 20:02:33 GMT
  10. Lines: 185
  11.  
  12. These are my ResEdit hacks for Maelstrom version 1.03.  I've added a few
  13. since I posted the hacks for version 1.02.  Feel free to mix and match to
  14. provide your own desired effect.  
  15.  
  16.  
  17.  
  18. 1.   Invincibility.  When you should die because of a collision or a hit, 
  19.      it says "Sweet!" instead and you live.  Shields are no longer needed.
  20.  
  21.  
  22. CODE Resource #2:
  23.  
  24.      Location 06DE:
  25.  
  26.           Old Data:  66
  27.           New Data:  60
  28.  
  29.      Location 0752:
  30.  
  31.           Old Data:  66
  32.           New Data:  60
  33.  
  34.      Location 0B14:
  35.  
  36.           Old Data:  67 1E
  37.           New Data:  4E 71
  38.  
  39.      Location 0B22:
  40.  
  41.           Old Data:  66 10
  42.           New Data:  4E 71
  43.  
  44.  
  45.  
  46. 2.   Initial goodies (3x fire power, long shots, rapid fire, retro brakes).
  47.      Luck and shields are no longer important when you're invincible, so
  48.      they're not fooled with.
  49.  
  50.  
  51. CODE Resource #3:
  52.  
  53.      Location 0F0A:
  54.  
  55.           Old Data:  42 6D FC C8 42 6D FC CA  
  56.           New Data:  2B 7C 00 01 00 01 FC C8
  57.  
  58.      Location 0F16:
  59.  
  60.           Old Data:  42 6D FC CE 42 6D FC D0  
  61.           New Data:  2B 7C 00 01 00 01 FC CE
  62.  
  63.  
  64.  
  65.      Once this hack is installed, individual goodies can be turned off as
  66.      follows:
  67.  
  68.  
  69.         Hack            Location        Old Data        New Data
  70.         ----------------------------------------------------------
  71.         Retro           0F0C            00 01           00 00
  72.         Rapid Fire      0F0E            00 01           00 00
  73.         Long Shots      0F18            00 01           00 00
  74.         Triple Shots    0F1A            00 01           00 00
  75.  
  76.  
  77.  
  78. 3.   Initial bonus points in a new wave.  Set it to whatever you want.
  79.  
  80.  
  81. CODE Resource #3:
  82.  
  83.      Location 12C4:
  84.  
  85.           Old Data:  00 00 07 D0  
  86.  
  87.  
  88. 4.   Replace small asteroids with a bonus comet.  This is a cheap way to
  89.      create comet storms.  Performance is affected by this, however, and
  90.      everything slows down considerably, depending on how many comets are
  91.      on the screen.
  92.  
  93.  
  94. CODE Resource #2:
  95.  
  96.      Location 0CB2:
  97.  
  98.           Old Data:  21 DE
  99.           New Data:  1C 62
  100.  
  101.  
  102. 5.   Make every bonus worth 5000 points.  This involves code insertions and
  103.      deletions, but overall the size of the resource does not change.  Be
  104.      careful when applying this hack.  The changes should be done in the
  105.      order indicated.
  106.  
  107.  
  108. CODE Resource #2:
  109.  
  110.      Insert at Location 0EC6:
  111.  
  112.           Old Data:  42 80              (Insert prior to this)
  113.           New Data:  3D 7C 13 88 00 08  (This adds 6 bytes)
  114.  
  115.      Replace at Location 0EF8:
  116.  
  117.           Old Data:  20 2E 00 06 80 FC 03 E8
  118.           New Data:  70 05                     (This deletes 6 bytes)
  119.  
  120.  
  121.  
  122. 6.   Make every multiplier 5x.
  123.  
  124.  
  125. CODE Resource #2:
  126.  
  127.      Location 2754:
  128.  
  129.           Old Data:  67 14 6B 00 00 F2 57 40 67
  130.           New Data:  4E 71 4E 71 4E 71 4E 71 60
  131.  
  132.  
  133. 7.   Increase likelihood of getting a multiplier.
  134.  
  135.  
  136. CODE Resource #3:
  137.  
  138.      Location 0F96:
  139.  
  140.           Old Data:  6F 04
  141.           New Data:  4E 71
  142.  
  143.  
  144. 8.   Increase likelihood of getting a bonus comet.
  145.  
  146.  
  147. CODE Resource #3:
  148.  
  149.      Location 0FC6:
  150.  
  151.           Old Data:  6F 04
  152.           New Data:  4E 71
  153.  
  154.  
  155. 9.   Remove nasties as follows:
  156.  
  157.  
  158. CODE Resource #3:
  159.  
  160.         Nasty                   Location        Old Data        New Data
  161.         -----------------------------------------------------------------
  162.         Gravity (Vortex)        0FF6            6F              60
  163.         Homing Mine             1026            6F              60
  164.         Nova                    103E            6F              60
  165.         Steel Asteroid          15FB            82              7A
  166.            (Large Asteroid instead)
  167.  
  168.  
  169. 10.  Count down bonus points at a faster rate (decrement by 100,000 per
  170.      count versus 500).
  171.  
  172.  
  173. CODE Resource #3:
  174.  
  175.      Location 203D:
  176.  
  177.           Old Data:  00 01 F4
  178.           New Data:  01 86 A0
  179.  
  180.      Location 2045:
  181.  
  182.           Old Data:  00 01 F4
  183.           New Data:  01 86 A0
  184.  
  185.      Location 210B:
  186.  
  187.           Old Data:  00 01 F4
  188.           New Data:  01 86 A0
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Tom Sardella
  196.      sardella@strfleet.gsfc.nasa.gov
  197.