home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / readme_e.txt < prev    next >
Text File  |  2004-05-15  |  5KB  |  140 lines

  1. TUMIKI Fighters  readme_e.txt
  2. for Windows98/2000/XP(OpenGL required)
  3. ver. 0.2
  4. (C) Kenta Cho
  5.  
  6. Stick more enemies and become much stronger. 
  7. Sticky 2D shooter, 'TUMIKI Fighters'.
  8.  
  9.  
  10. - How to install.
  11.  
  12. Unpack tf0_2.zip, and execute 'tf.exe'.
  13. (If the game is too heavy for your PC, please try 'tf_lowres.bat'.
  14.  This batch file launches the game in the low resolution mode.)
  15.  
  16.  
  17. - How to play.
  18.  
  19.  - Movement     Arrow / Num / [WASD]   / Joystick
  20.  - Shot         [Z][L-Ctrl][.]         / Trigger 1, 4, 5, 8
  21.  - Slow/Pull in [X][L-Alt][L-Shift][/] / Trigger 2, 3, 6, 7
  22.  - Pause        [P]
  23.  
  24. At the title screen, push a shot key to start the game.
  25.  
  26. Control your ship and destroy enemies.
  27. You can catch the enemy's broken piece.
  28. Pieces are stuck to your ship and counterattack to enemies.
  29. You can earn the bonus score by keeping many pieces stuck.
  30. Stuck pieces are destroyed when they touch a enemy's bullet.
  31.  
  32. While holding a slow key, the ship becomes slow and 
  33. the ship direction is fixed.
  34. Stuck pieces are pulled in and you can prevent a crash of them, 
  35. but the bonus score reduces to one fifth.
  36. Enemy's pieces are not stuck while holding this key.
  37.  
  38. If you stick many pieces, enemies become more offensive and
  39. tend to fire more bullets.
  40.  
  41. The ship is destroyed when it is hit by a bullet.
  42. The body of the enemy has no collision damage.
  43.  
  44. The ship extends at 200,000 and every 500,000 points.
  45.  
  46. These options are available:
  47.  -brightness n  Set the brightness of the screen.(n = 0 - 100, default = 100)
  48.  -res x y       Set ths screen resolution to (x, y).
  49.  -nosound       Stop the sound.
  50.  -window        Launch the game in the window, not use the full-screen.
  51.  -reverse       Reverse the shot key and the slow key.
  52.  
  53.  
  54. - Comments
  55.  
  56. If you have any comments, please mail to cs8k-cyu@asahi-net.or.jp
  57.  
  58.  
  59. - Webpage
  60.  
  61. TUMIKI Fighters webpage:
  62. http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html
  63.  
  64.  
  65. - Acknowledgement
  66.  
  67. TUMIKI Fighters is written in the D Programming Language.
  68.  D Programming Language
  69.  http://www.digitalmars.com/d/index.html
  70.  
  71. libBulletML is used to parse BulletML files.
  72.  libBulletML
  73.  http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html
  74.  
  75. Simple DirectMedia Layer is used for the display handling. 
  76.  Simple DirectMedia Layer
  77.  http://www.libsdl.org/
  78.  
  79. SDL_mixer and Ogg Vorbis CODEC to play BGM/SE. 
  80.  SDL_mixer 1.2
  81.  http://www.libsdl.org/projects/SDL_mixer/
  82.  Vorbis.com
  83.  http://www.vorbis.com/
  84.  
  85. Using D Header files at D - porting for OpgnGL, SDL and SDL_mixer.
  86.  D - porting
  87.  http://user.ecc.u-tokyo.ac.jp/~s31552/wp/d/porting.html
  88.  
  89. Mersenne Twister to create the random number.
  90.  http://www.math.keio.ac.jp/matumoto/emt.html
  91.  
  92.  
  93. - History
  94.  
  95. 2004  5/15  ver. 0.2
  96.             Add the pull in feature.
  97.             Add the rank feature that increases
  98.              corresponding to the total size of pieces.
  99.             The range of stuck pieces destruction are limited to 
  100.              where the enemy bullet hits.
  101.             Stuck pieces fly in around when the ship is destroyed.
  102.             Adjust the barrage of enemies.
  103.             Fix the problem that the ship destroyed at the stage end scene.
  104. 2004  4/11  ver. 0.11
  105.             Fix the problem broken pieces stick in midair.
  106.             Fix problems with messages.
  107.             Add the continue feature.
  108. 2004  4/ 3  ver. 0.1
  109.             First released version.
  110.  
  111.  
  112. -- License
  113.  
  114. License
  115. -------
  116.  
  117. Copyright 2004 Kenta Cho. All rights reserved. 
  118.  
  119. Redistribution and use in source and binary forms, 
  120. with or without modification, are permitted provided that 
  121. the following conditions are met: 
  122.  
  123.  1. Redistributions of source code must retain the above copyright notice, 
  124.     this list of conditions and the following disclaimer. 
  125.  
  126.  2. Redistributions in binary form must reproduce the above copyright notice, 
  127.     this list of conditions and the following disclaimer in the documentation 
  128.     and/or other materials provided with the distribution. 
  129.  
  130. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  131. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  132. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 
  133. THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
  134. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  135. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
  136. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  137. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  138. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
  139. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  140.