home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / arcade / bombs / !Help
Text File  |  1993-03-27  |  6KB  |  132 lines

  1. Bombs release version 1.00______________
  2.  
  3.         *** Bombs 1.00 24-Mar-93 © Steven Kramer ***
  4.  
  5.         I can be reached for anything relating to this package (and more)
  6.         by (e)mailing me: 
  7.  
  8.         Steven Kramer
  9.         Kennemerbeekweg 11
  10.         2121 GA Bennebroek
  11.         (Netherlands)
  12.  
  13.         e-mail: kramer@ohm.phys.uva.nl
  14.         
  15.  
  16. Copyright notice________________________
  17.  
  18.         The Bombs program consists of this file, and all the files in
  19.         this directory.
  20.         This program, and everything in it, is © Steven Kramer. However,
  21.         copies of the program may be made freely on these conditions:
  22.         1) The files in the program may never be distributed seperately.
  23.         2) This program may never be copied or distributed if it has been
  24.            modified in any way.
  25.         3) This program may not be part of a commercial or promotional
  26.            package without the written consent of the author.
  27.  
  28. Please note I do not object to modifications, but the modified program may not
  29. be distributed anymore. If you think your modification is useful please send
  30. me the updated files.
  31.  
  32.  
  33. Help on the game________________________
  34.  
  35. But first, how about helping me! If you have got the game to work, then you
  36. might have noticed the horrendous graphics. This is due to two facts of life.
  37. First of all, my total and utter lack of graphic abilities, and secondly the
  38. fact that my stereo-sound, 17 million colours monitor has degraded to a dumb,
  39. monochromatic thing. So help me out! If you feel like changing the graphics,
  40. then bear with me...
  41.  
  42. But now, to the Q&A section on the game.
  43.  
  44. Q: What is it?
  45. A: This is an isometric-3D puzzle game featuring a lot of explosions. But don't
  46.    worry, it's not the puzzles that are three dimensional, it's just the
  47.    presentation. The game runs from within the desktop, but does take over the
  48.    full screen (please note - I had that working far before Elite showed up!).
  49.    The explosions are in eight channel stereo, the graphics in 256 colours and
  50.    the game in 100% ARM code.
  51.  
  52. Q: Why doesn't the program work?
  53. A: There are two possible reasons for this:
  54.    1) The sprite-file is missing. Correct this by running the file "MakeSprs"         in directory !Bombs.
  55.    2) It's something else. Contact me!
  56.  
  57. Q: How do I play the game, after getting the program to work?
  58. A: The object of the game is to blow up all the bombs on a level. The problem is
  59.    that you are very much prone to explode yourself. That should not be your
  60.    objective in life - or at least not in this game. Naturally, the bombs don't
  61.    react too kindly too the disturbance of, say, another bomb blowing up in the
  62.    vicinity. So be careful!
  63.  
  64. Q: How can I be careful?
  65. A: Simple. The bombs come in different sizes & shapes. Just find a route which
  66.    allows you to blow up the bombs without being too close to a bigger one.
  67.    Don't forget that the bombs can start a chain-reaction!
  68.  
  69. Q: Okay, so how do the controls work?
  70. A: Simple again. You can move around freely (in fact, if you don't the program
  71.    will freely move you around) and do some nice things with the action button.
  72.    Press the action button for about three seconds to detonate a bomb, or tap
  73.    it to lift the bomb.
  74.  
  75. Q: What are the items on the main menu for?
  76. A: Info:-> Info
  77.    Options:-> Allows you to select keyboard control, mouse control or joystick.
  78.               Joysticks should adhere to the Acorn JoyStick standard!
  79.               You can also select which level you want to start with. You will
  80.               need a password for this, which is shown after every five levels.
  81.    Keys:-> Define the keys you want to use for keyboard control by moving the
  82.            mouse pointer over a 'button' and pressing the associated key.
  83.    Highscores :-> View the highscores
  84.  
  85.  
  86.  
  87. Things to come__________________________
  88.  
  89. The level editor (!LevelEdit). It's already there, but will be released some time after this (two weeks probably).
  90.  
  91. A new version of the game, with vastly improved graphics, sound and new
  92. game features. You'll have to do the graphics, I wouldn't know what to do with
  93. the sound, and the game features will have to be thought up by you. If you
  94. think of something good, let me know. There's plenty of room for improvement.
  95.  
  96. Things that didn't fit elsewhere________
  97.  
  98. There is a lot more to the game than the above. Find out the rules by playing
  99. all the standard levels. This will also reveal the encryption key that is
  100. needed to edit the standard levels (in Levels.Default) with !LevelEdit. This is
  101. shown in the PASS box for about 3 seconds, while the play area blacks out.
  102.  
  103. Scores don't really matter, but I decided to add them anyway. Points are awarded
  104. for the amount of tiles intact after all the bombs have blown (starting from a
  105. set minimum) and the amount of time left.
  106.  
  107. This program was lovingly handcrafted in ARM code in 1989-1990. A very early
  108. version (containing the only copy of a much better help program!) was sent to,
  109. and turned down by, Clares in 1990. And only now is it delivered unto you
  110. through the mystical powers of the Internet...
  111.  
  112. Have fun!
  113.  
  114.  
  115. Changing the sprites____________________
  116.  
  117. First of all, load in the BASIC '!RunImage' program. Change the second line,
  118. replacing FALSE by TRUE. Now, when you run the game a new option will have
  119. appeared on the main menu. This option is 'New sprites', which you should run
  120. after you have changed and saved the sprite file. It will convert the Acorn
  121. sprite file to a file that's readable by the program, and automatically load it.
  122.  
  123. The sprite file can be found in the directory !Bombs.Code. It's a standard Paint
  124. file. You can edit almost everything you want, but remember a few rules: Don't
  125. change the size of the background sprites (patterns,tiles).
  126. Also, if you change the size of an animation frame you have to make sure that
  127. all the other frames are the same size!!!
  128. If you run into problems with sprite alignment (e.g. a large bomb sprite is
  129. displayed lower than the others) this can be changed by looking into the
  130. BASIC program 'GetSprs' in the !Bombs.Code directory. Read this and greater
  131. knowledge will be yours...
  132.