home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 526-550 / apd532 / rally-x / rally-x.doc < prev    next >
Text File  |  1991-05-26  |  2KB  |  64 lines

  1.  
  2.                              Rally-X
  3.  
  4.                        By Dr X 12th May 1991.
  5.  
  6.  
  7. This is my second Amos release and my first Amos game. The graphics and
  8. programming are pretty slack (didn't use Amal) but at least it's got a
  9. level editor.
  10.  
  11. The Story thus far:
  12.  About ten years ago, when you were still at school you picked on a guy called
  13. Dr X. The years went by and you forgot about him. He didn't. Well during that
  14. time he developed some robotic phase shifting formula ones. After a hard night
  15. drinking, you regained conciousness in a pretty little red racing car.
  16.  A voice booms "Ha ha Puny mortal remember me? Vengeance is mine now!"
  17.  As the Turtles would say "Major bummer dude."
  18.  "I made my millions after inventing pubic hair straightener for nudists, I
  19. then put it into research for making a game where you can only loose"
  20. (This is an endless game :ed)
  21.  "To drive your car use the Joystick and push in the direction you want to go
  22. as you get to an intersection, drive over all the check points (flags) and
  23. get fuel by driving over fuel barrels. You hit mines or the green cars you
  24. die instantly."
  25.  "Good luck! Ha ha ha ha"
  26.  
  27. How to use the Map Editor
  28. -------------------------
  29.  
  30. Either Load up a Map you want to change by hitting "L"
  31. or start affresh. Clear the screen at any time by hitting "C"
  32.  
  33. Using the mouse draw where you want. Select brushes by pressing the numbers
  34. underneath them.
  35.  
  36. 1) Check point Markers
  37. 2) Gas Cannisters
  38. 3) Clusters of Mines
  39. 4) Red blocks are walls
  40. 5) Blank Blocks
  41. 6) Your car starting position. Rotate by using cursor key
  42. 7) Enemy car #1 starting spot   "  "  "  "  "  "  "  "  "
  43. 8) Enemy car #2 starting spot   "  "  "  "  "  "  "  "  "
  44. 9) Enemy car #3 starting spot   "  "  "  "  "  "  "  "  "
  45. Right Mouse Button acts brush number 5
  46.  
  47. Do not do dead ends as it may crash the program
  48.  
  49. To save hit "S" and choose a File name
  50.  
  51. To include the save file in the game you have to edit
  52. line number 24 and change NMAPS (No. of Maps) to equal the new number of maps
  53.  
  54. and add the name of the file as a data statement eg.
  55. DATA "Rally-X.Map.NEWLEVEL"
  56.  
  57.  
  58.  
  59. I don't like typing doc files, I hope this clarifys it a bit.
  60. This game has only one level, the whole thing is a one day effort, and I
  61. wanted to upload it as soon as it started to work.
  62.  
  63.  
  64.