home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / a7xpg0_11.zip / a7xpg / readme_e.txt < prev    next >
Text File  |  2003-09-21  |  4KB  |  121 lines

  1. A7Xpg  readme_e.txt
  2. for Windows98/2000/XP(OpenGL required)
  3. ver. 0.11
  4. (C) Kenta Cho
  5.  
  6. Chase action game 'A7Xpg'.
  7.  
  8.  
  9. - How to install.
  10.  
  11. Unpack a7xpg0_11.zip, and execute 'a7xpg.exe'.
  12. (If the game is too heavy for your PC, please try 'a7xpg_lowres.bat'.
  13.  This batch file launches the A7Xpg in the low resolution mode.)
  14.  
  15.  
  16. - How to play.
  17.  
  18.  - Movement  Arrow, Num key        / Joystick
  19.  - Boost     [Z][X][L-Ctrl][L-Alt] / Trigger 1-4
  20.  - Pause     [P]
  21.  - Quit      [ESC]
  22.  
  23. Control your ship and gather golds. 
  24. The ship accelerates while holding the boost button.
  25. A boost power runs out about 1.5 seconds, so
  26. you have to push the boost button again to maintain the speed.
  27.  
  28. The gauge at the right-down corner is the power gauge.
  29. The power increases when you take a gold at high speed.
  30. When the power gauge becomes full, your ship becomes invincible 
  31. for a while. Attack enemies and earn the bonus score.
  32.  
  33. The ship is destroyed when you touch the enemy.
  34. When you gather a given number of golds,
  35. you can go to the next stage.
  36. If the timer at the right-up corner runs out, 
  37. you also lose the ship. 
  38.  
  39. When all ships are destroyed, the game is over.
  40. The ship extends 20,000 and every 50,000 points.
  41. If your score is over 100,000, you can continue the game.
  42.  
  43. These options are available:
  44.  -brightness n  Set the brightness of the screen.(n = 0 - 100, default = 100)
  45.  -luminous n    Set the luminous intensity.(n = 0 - 100, default = 50)
  46.  -nosound       Stop the sound.
  47.  -window        Launch the game in the window, not use the full-screen.
  48.  -lowres        Use the low resolution mode.
  49.  
  50.  
  51. - Comments
  52.  
  53. If you have any comments, please mail to cs8k-cyu@asahi-net.or.jp
  54.  
  55.  
  56. - Webpage
  57.  
  58. A7Xpg webpage:
  59. http://www.asahi-net.or.jp/~cs8k-cyu/windows/a7xpg_e.html
  60.  
  61.  
  62. - Acknowledgement
  63.  
  64. A7Xpg is written by the D Programming Language.
  65.  D Programming Language
  66.  http://www.digitalmars.com/d/index.html
  67.  
  68. Simple DirectMedia Layer is used for the display handling. 
  69.  Simple DirectMedia Layer
  70.  http://www.libsdl.org/
  71.  
  72. Using SDL_mixer and Ogg Vorbis CODEC to play BGM/SE. 
  73.  SDL_mixer 1.2
  74.  http://www.libsdl.org/projects/SDL_mixer/
  75.  Vorbis.com
  76.  http://www.vorbis.com/
  77.  
  78. Using D Header files at DedicateD for OpgnGL and SDL
  79. and at D - porting for SDL_mixer.
  80.  DedicateD
  81.  http://int19h.tamb.ru/files.html
  82.  D - porting
  83.  http://user.ecc.u-tokyo.ac.jp/~s31552/wp/d/porting.html
  84.  
  85. - History
  86.  
  87. 2003  9/21  ver. 0.11
  88.             Stop opening a text console window.
  89.             Add the luminous option.
  90. 2003  9/20  ver. 0.1
  91.  
  92.  
  93. -- License
  94.  
  95. License
  96. -------
  97.  
  98. Copyright 2003 Kenta Cho. All rights reserved. 
  99.  
  100. Redistribution and use in source and binary forms, 
  101. with or without modification, are permitted provided that 
  102. the following conditions are met: 
  103.  
  104.  1. Redistributions of source code must retain the above copyright notice, 
  105.     this list of conditions and the following disclaimer. 
  106.  
  107.  2. Redistributions in binary form must reproduce the above copyright notice, 
  108.     this list of conditions and the following disclaimer in the documentation 
  109.     and/or other materials provided with the distribution. 
  110.  
  111. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  112. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  113. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 
  114. THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
  115. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  116. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
  117. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  118. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  119. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
  120. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  121.