home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue1 / GAMES / CEGG.ZIP / !ChuckieEg / !Help < prev    next >
Encoding:
Text File  |  2006-05-21  |  2.0 KB  |  92 lines

  1. CHUCKIE EGG
  2. ===========
  3.  
  4. BBC version by Doug Anderson.
  5. Copyright A & F Software.
  6.  
  7. RISC OS conversion by Michael Foot.
  8. RISC OS version 1.04 (16 May 2006).
  9.  
  10. INTRODUCTION
  11. ------------
  12.  
  13. Up    - a
  14. Down  - z
  15. Left  - ,
  16. Right - .
  17. Jump  - Space
  18. Hold  - H
  19. Abort - Escape + H
  20. Quit  - Escape (only from menu screen)
  21.  
  22. CONFIGURATION
  23. -------------
  24.  
  25. Inside the game application directory is a configuration file named !Config. Loading this into a text editor will allow you to change the game options.
  26. Initially, the options are set to:
  27.  
  28. Lives=5
  29. Level=0
  30.  
  31. Changing the value after the equals sign (=) will allow you to change the number of lives and the initial level you start with.
  32.  
  33. Two additional parameters have been added to control the display.
  34. SingleHeight
  35. Set this parameter to 1 to force 640x256 256 colour mode.
  36. RetroFont
  37. Set this parameter to 1 to use a scaled version of the system
  38. font instead of outline font used currently.
  39.  
  40. COMPATIBILITY
  41. -------------
  42.  
  43. This version uses a 256 colour mode to make it compatible with the
  44. Iyonix. It should also work on any machine using RISC OS 3.6+.
  45.  
  46. The game looks best if the monitor supports a 640x512 256 colour
  47. mode, but will fall back to 640x256 256 colour if the monitor
  48. doesn't support 640x512.
  49.  
  50. KNOWN ISSUES
  51. ------------
  52.  
  53. None.
  54.  
  55. CREDITS
  56. -------
  57.  
  58. BBC version by Doug Anderson and distributed by A & F Software.
  59. RISC OS conversion by Michael Foot.
  60. RISC OS screen address calculations by Thomas Harte.
  61. RISC OS modifications for the Iyonix and to use outline fonts
  62. for the text by Alan Buckley.
  63.  
  64. HISTORY
  65. -------
  66.  
  67. Version 1.04 (16 May 2006)
  68.  
  69. - Made Iyonix compatible.
  70. - Use outline font for text.
  71.  
  72. Version 1.03 (09 Feb 2003)
  73.  
  74. - Made 26/32 bit compatible.
  75.  
  76. Version 1.02 (23 Feb 2002)
  77.  
  78. - Added !Config file to allow setting of initial lives and start level.
  79.  
  80. Version 1.01 (12 Jan 2002)
  81.  
  82. - Added saving and loading of the high score table and the key layouts.
  83.  
  84. Version 1.00 (18 Apr 2001)
  85.  
  86. - Initial version.
  87.  
  88. LATER VERSIONS
  89. --------------
  90.  
  91. The latest version can be obtained from my home page at <http://homepages.paradise.net.nz/mjfoot/>.
  92.