home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / pc / softdox / r_type.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  2.8 KB  |  96 lines

  1. [R-Type] [ST]
  2.  
  3. There are eight levels to this game.  
  4.  
  5. Leave your finger on the fire button at all times.
  6.  
  7. When your picking up the power chips for the drone, keep the reflecting
  8. lasers.  
  9.  
  10. When you have the drone, use it the way it was designed for, ramming and
  11. absorbing bullets. 
  12.  
  13. LEVEL 1:
  14.  
  15. Stay back, be patient and pick up upgrades for your drone.  Its best to
  16. have the relecting lasers.  Watch for the creatures that try and sneak up
  17. behind you and the big robots.  The red monster can be dealt with by
  18. shoving your drone up its stomach and keep firing.  In fighting the
  19. rotating guns, get in, blow the blue gun and get out as fast as possible or
  20. try to go up as you approach, shoot at the blue gun emplacement. Hit it and
  21. it will start a chain reaction.
  22.  
  23.  
  24. LEVEL 2:
  25.  
  26. Use reflected lasers to handle the tadpoles.  Go reverse clockwise around
  27. the first worm and hide at the bottom left corner of the mother.  Then jump
  28. to a position just above the eye and shoot away.  Move up to avoid the
  29. third worm.
  30.  
  31. LEVEL 3:
  32.  
  33. Go low, hugging the dirt and be patient and lay back.  Go forward at the
  34. last minute to the next gap and then immediately move forward again.  Bring
  35. the drone to the back of your ship.  
  36.  
  37. BACKDOOR TIME:
  38.  
  39.  
  40. When asked to insert disk two, press the HELP key and type ME and press the
  41. up arrow.  Now insert the disk.
  42.  
  43. F5      Toggles between invuln from aliens and walls
  44. F6      Toggles invulnerable from alien fire
  45. F7      Infinite credits
  46. F8      Toggle control of the orb to mouse. 
  47.  
  48.  
  49. or for the ST
  50.  
  51. Those with Afterburner can try this:
  52.  
  53. Play the game up to level two.
  54. Let your self die.
  55. Let the game reload the title screen.
  56. Insert disk B of Afterburner.
  57. Press fire button.
  58. After game starts reload diak B of R-Type.
  59. You should have all sorts of weapons.
  60.  
  61.  
  62. ==================================================================
  63.                 b   o   n   u   s
  64. ==================================================================
  65.  
  66. ST owners:
  67.  
  68. Using Atari Basic type in and run the following program:
  69.  
  70. 20      ADDR=&H7FD00
  71. 30      DEF SEG = 0: REM ONLY FOR OLD BASIC
  72. 40      FOR F = 0 TO 37 STEP 2
  73. 50      READ W$: POKE ADDR F,VAL("&H"+W$)
  74. 60      NEXT F
  75. 65      A$ = "RTYPE.DAT"
  76. 70      BLOAD A$,&H50000
  77. 80      POKE &H50F5E, &H6026
  78. 90      POKE &H50EDA, &H6000: POKE &H50EDC, &H82
  79. 100     CALL ADDR
  80. 110     DATA 42A7, 3F3C, 0020, 4E41, 46FC, 2700
  81. 120     DATA 41F8, 0400, 43F9, 0005, 0000, 203C
  82. 130     DATA 0000, 55FA, 20D9, 51C8, FFFC, 4EF8, 0408
  83. 140     CHEAT = &H50000
  84. 150     CALL CHEAT
  85.  
  86. Insert R-Type disk A and run this program.
  87.  
  88. Lines 80 and 90 are optional.  80 will give you infinite lives and 90 will
  89. let you keep all collected weapons.
  90.  
  91. [This is reprinted from The Gaming Machine, April 89 issue, 47 Gravel Hill,
  92. Ludlow, Shropshire SY8  1Qs]
  93.  
  94.  
  95.  
  96.