home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / platform / miner / !Help
Text File  |  1999-01-15  |  5KB  |  140 lines

  1.          __________________________________________________________
  2.         |                                                          |
  3.         |  LL      LL              OO      OO                      |
  4.         |  LLLL  LLLL    %%%%%%    OOOO    OO            ======    |
  5.         |  LL  LL  LL  %%      %%  OO  OO  OO  888888  ==      ==  |
  6.         |  LL      LL  %%      %%  OO    OOOO    88    ==          |
  7.         |  LL      LL  %%%%%%%%%%  OO      OO    88    ==      ==  |
  8.         |              %%      %%                88      ======    |
  9.         |                                      888888              |
  10.         |                                                          |
  11.         |              ======              %%%%%%%%%%              |
  12.         |                ==    LL      LL  %%                      |
  13.         |  88      88    ==    LLLL    LL  %%%%%%%%%%  OOOOOOOO    |
  14.         |  8888  8888    ==    LL  LL  LL  %%          OO      OO  |
  15.         |  88  88  88  ======  LL    LLLL  %%%%%%%%%%  OOOOOOOO    |
  16.         |  88      88          LL      LL              OO  OO      |
  17.         |  88      88                                  OO    OOOO  |
  18.         |__________________________________________________________|
  19.                                                         Acorn V1.09
  20.  
  21.  
  22. Written by Darren Salt, 1997-9
  23. Based on source for Manic Miner PC by Andy Noble
  24. Music by Matt Simmonds
  25. TimPlayer and 16-bit sound code by André Timmermans
  26.  
  27. Manic Miner will run on any Risc PC or Arc (except for those still(!) with
  28. 1MB), though may be slow on anything less than ARM3. It uses either mode 13
  29. (320x256) or mode 49 (320x480).
  30.  
  31.  
  32. Boring legal bit
  33. ----------------
  34.  
  35. This game is FREEWARE.
  36.  
  37. The original game is © 1983 BUG-BYTE Ltd and SOFTWARE PROJECTS Ltd.
  38.  
  39. You are free to copy this program and its associated files, provided that
  40. they remain intact and that you do not charge for the privilege, except to
  41. cover materials/duplication costs (ie. NO PROFIT).
  42.  
  43. Permission must, however, be obtained if you wish to use this game on a cover
  44. disk or CD.
  45.  
  46. This program is supplied "as is"; I cannot accept responsibility for any
  47. problems which it may cause.
  48.  
  49.  
  50. Instructions
  51. ------------
  52.  
  53. For those of you who have never played Manic Miner before, all you have to do
  54. is collect the keys to open the exit, which will then start pulsing, then to
  55. reach that exit before your air runs out. Sounds easy? Just give it a try...
  56.  
  57. Manic Miner installs itself on the icon bar. You can click Select to play, or
  58. Adjust to set the options (which are the same as on the options page in the
  59. game). There's the obligatory menu, with these options and 'Quit'.
  60.  
  61. From the loading screen (recognise it?) press any key to get to the title
  62. screen.
  63.  
  64. On the title screen:
  65.   F1      The options page: ABOUT and game SPEED, LEVELS, MUSIC, MODE setup.
  66.   RETURN  Start the game.
  67.   F12     Return to the desktop.
  68.  
  69. (If you leave the keyboard alone, the game will go into demo mode.)
  70.  
  71. In Game:
  72.   Left            Q E T U O [
  73.   Right           W R Y I P ]
  74.   Jump            Shift Z X C V B N M , . / Shift Space
  75.                   (and '\' if it's to the left of Z)
  76.   Pause           A S D F G
  77.   Music toggle    H J K L
  78.   Abandon game    Escape
  79.   Desktop         F12
  80.  
  81. (When you click Select on the Manic Miner icon or select "Resume", the game
  82. will resume in paused mode.)
  83.  
  84. One joystick (in port 0) is supported via Joystick_Read.
  85.  
  86. Volume control: keypad + and -.
  87.  
  88. Oh, BTW, there's a cheat mode or two...
  89.  
  90.  
  91. Sound support
  92. -------------
  93.  
  94. The music is based on the original Manic Miner and has some of the same
  95. qualities ;-) and you even get to hear the original, er, collection of beeps.
  96.  
  97. The sound effects are similar to the original Spectrum version. The samples
  98. are all 8 bit due to their MMPC origins; mm-samp8 uses VIDC encoding and
  99. mm-samp16 uses linear signed.
  100.  
  101.  
  102. Default settings
  103. ----------------
  104.  
  105. Some of these depend on your machine specification. Arcs use mode 13 and
  106. low-quality sound, with ARM2 and ARM250-based machines having the music
  107. switched off; Risc PCs use mode 49 and medium quality sound with
  108. interpolation, or high if StrongARMed.
  109.  
  110.  
  111. Compatibility
  112. -------------
  113.  
  114. Any RISC OS machine. The game will run slowly on ARM2 or ARM250 machines if
  115. music is enabled; it may if disabled.
  116.  
  117. The universal !Boot is preferred; Manic Miner will create a choices file in
  118. here if possible.
  119.  
  120. If you do not have a Choices directory (or the appropriate system variables
  121. aren't set) then Manic Miner will use !Manic.Choices (which must not be
  122. distributed). If it was run from an archive, then it *will* attempt to write
  123. to the archive.
  124.  
  125. When you quit Manic Miner, it will store the high score in its choices file.
  126. Errors indicating "read only" are ignored.
  127.  
  128.  
  129. Contact
  130. -------
  131.  
  132. This version:   ds@youmustbejoking.demon.co.uk
  133.                 http://www.youmustbejoking.demon.co.uk/
  134.  
  135. TimPlayer:      Andre.Timmermans@swn.sni.be
  136.                 http://www.geocities.com/SiliconValley/Horizon/4471/
  137.  
  138. Manic Miner PC: andy@andyn.demon.co.uk
  139.                 http://www.andyn.demon.co.uk/
  140.