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

  1.                                Prince of Persia
  2.                        Cracked by R. Bubba Magillicutty
  3.  
  4. Graphics: Hercules/CGA/Tandy/EGA/VGA
  5. Sound   : Adlib/Covox/Game Blaster/IBM Music Feature/Sound Blaster
  6. Controls: Keyboard/Joystick
  7.  
  8. Protection: "Doc check" - After level 1, it would tell you to "Drink the
  9. potion with the starting letter of word xx on page xx, paragraph xx."  I
  10. removed that whole level.  It took a while to do, because I had to play the
  11. game so many times to see what happened.  It used a memory location to store
  12. the current level.  I intercepted this and checked to see if it was trying to
  13. go to the protection board, and if so, to go instead to level 2.
  14.  
  15.     This game looks pretty good.  The character's movements are impressive.
  16. The game reviewers seem to agree, as you can tell by looking through
  17. PRINCE.EXE with your favorite sector editor or file browser.  I haven't seen
  18. any of those pop up yet.  Could just be in there for people who look through
  19. the code.  Anyway, I'm sure you'll enjoy this thing.  I did until forced to
  20. play it several dozen times. It's rather difficult...  On level 12 you have
  21. to duel the Sultan or whatever he is.  Trashed me every time.  I'll have to
  22. get a cheat out for this thing, though I may just leave it to Rescue Raider
  23. since he generally does nice work (though I still think writing one for
  24. Action Fighter was a bit silly.)  Have fun and watch for more.  There'll be
  25. two more tomorrow (would have been today if not for all the time I had to
  26. spend on this.)
  27.  
  28.                                        --- R. Bubba Magillicutty
  29.  
  30. The regular glop:
  31.  
  32. Special greets to Twilight Ninja!
  33.  
  34.                               ┌─────────────────┐
  35.                               │The Humble Boards│
  36.                  ┌────────────╘─────────────────╛─────────────┐
  37.                  │Candyland                       615-333-6561│
  38.                  │The Computer is Your Friend     415-234-4588│
  39.                  │HMS Bounty                      215-873-7287│
  40.                  │HMS Bounty Line 2               215-873-8620│
  41.                  │The Badlands                    904-PRI-VATE│
  42.                  │The Slave Den                   904-376-1117│
  43.                  │Overkill                        805-258-4756│
  44.                  │Plato's Place node1 - 14.4      618-254-5263│
  45.                  │Plato's Place node2 - 14.4      618-254-0637│
  46.                  │Plato's Place node3 - 2400      618-254-0509│
  47.                  │The P.I.T.S.                    718-921-3107│
  48.                  └────────────────────────────────────────────┘
  49.  
  50. Call The Humble Guys voice mailbox - 615-664-1952
  51.  
  52. For an 8x10 glossy of your favorite Humble Guys member, send a self-addressed
  53. stamped envelope to:
  54.  
  55.          The Humble Guys!
  56.          P.O.Box 24541
  57.          Nashville, TN 37202
  58.  
  59. Yes, the P.O. box is for real.  Go ahead, send us something (letter-bombs
  60. returned to sender.)
  61.  
  62.  
  63. ===============================================================================
  64. ===============================================================================
  65.  
  66.                                 Prince of Persia
  67.                                   Command Keys
  68.  
  69. At Title Screen:
  70.     *   CTRL-L  :Loads a previously saved game
  71.         ANY KEY :Starts game on level 1
  72.  
  73. During the game:
  74.        CTRL-S    :Sound on/off toggle
  75.        CTRL-R    :Restart game (go back to title screen)
  76.        CTRL-A    :Restart level
  77.        CTRL-J    :Joystick
  78.        CTRL-K    :Keyboard
  79.        CTRL-V    :Version
  80.    **  SHFT-L    :Advance Level
  81.     *  CTRL-G    :Save Game
  82.        SPACE     :Time remaining
  83.   ***  SHIFT     :Action Key
  84.   ***  CRSR KEYS :Movement
  85.        CTRL-Q    :Quit to DOS
  86.  
  87. * When you load a saved game, it places you at the start of the level
  88.         that you saved it on.  Therefore I would suggest you save it at
  89.         the start of each new level.  You can only save on levels higher than
  90.         two.
  91.  
  92. ** This will advance you up to level 4, takeing 15 minutes off your time for
  93.         each level.  This is ok for looking around, but there is no way you
  94.         will finish the game starting on level 5 with only 15 minutes.  When
  95.         I played, I had about 50 min left when I got up to level 4, and I only
  96.         had 15 min left when I finally finished level 12.
  97.  
  98. *** If you are standing still:
  99.                 CRSR UP    :Jump up / Climb up
  100.                 CRSR DOWN  :Crouch down
  101.                 CRSR LEFT  :Turn / Run Left
  102.                 CRSR RIGHT :Turn / Run Right
  103.                 HOME       :Jump Left
  104.                 PgUp       :Jump Right
  105.            SHFT-CRSR LEFT  :One step Left
  106.            SHFR-CRSR RIGHT :One step Right
  107.                 SHIFT      :Drink potion (if standing near one)
  108.  
  109.     If you are running:
  110.                 CRSR UP    :Do running jump (can still hold down CRSR L/R)
  111.  
  112.     If you are crouching:
  113.                 END        :'Hop' left
  114.                 PgDn       :'Hop' Right
  115.  
  116.     If you are Jumping / falling:
  117.                 SHFT       :This will make the dude grab the nearest ledge
  118.                             I would suggest you get good with this because
  119.                             you NEED it LOTS in the higher levels.  Once you
  120.                             are 'hanging', press CRSR UP to climb up.
  121.  
  122.     If you are Fighting:
  123.                 CRSR LEFT  :Step Left
  124.                 CRSR RIGHT :Step Right
  125.                 CRSR UP    :Block Attack
  126.                 CRSR DOWN  :Put away sword (you do need this, once....)
  127.                 SHIFT      :Lunge attack
  128.  
  129.     If you are finding fighting difficult, try this:
  130.         1) Move within striking range
  131.         2) Wait for your opponent to make an attack & Block it with CRSR UP
  132.         3) Attack opponent immediately following his attack.  If you press
  133.                 SHIFT fast enough, the attack will flow quickly and smoothly
  134.                 from the block, but most opponents will block this.  I found
  135.                 it more effective to block and then attack a millisecond after.
  136.                 You will probably do this anyways at first until you get
  137.                 your timing down.
  138.         4) Goto step 1
  139.     Note: different opponents require different fighting techniques.
  140.  
  141.     If you are useing a joystick:
  142.         Push stick in direction as seen on numeric keypad
  143.         Button = SHIFT key
  144.  
  145. I do not know if these directions are complete as myself and some friends
  146. figured them out ourselves.  Nice crack job Bubba.
  147.  
  148.                               ...The Bartender
  149.  
  150. ps.  I have finished the game, but then, I finish most games.
  151.