home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / flytiger / tgr.doc < prev    next >
Text File  |  1994-09-25  |  8KB  |  183 lines

  1. ******************************************************************************
  2. ******************************************************************************
  3. ****************************                        **************************
  4. *************************                             ************************
  5. *************************       Flying Tigers         ************************
  6. ************************* Copyright 1994 Jay Kramer   ************************
  7. *************************                             ************************
  8. ***************************                         **************************
  9. ******************************************************************************
  10. ******************************************************************************
  11.  
  12. ------------------------------------------------------------------------------
  13.                    Description
  14. ------------------------------------------------------------------------------
  15.  
  16.  
  17.     Flying Tigers is designed to be a fast pace shoot-em game with
  18. multiple weapons, power ups, enemies and bosses. The object is simple:
  19. survive and see how far you can get, while racking up a few points in
  20. the process. But, seriously your objective is to destroy the bosses who
  21. are attempting to take over the world, this won't be easy each boss has
  22. it own way of attack!
  23.     In scenario 1(sharware version) you will be thrown into the middle
  24. of 1942, the techno bosses are starting transfering technology to the
  25. Japanese Empire. It is your job to stop these bosses at all cost!
  26.     In scenario 2 and 3(registered version) you will be in 1972 and 2012
  27. fighting the techno bosses.  Beware, these bosses are not like the first,
  28. they are much smarter and tougher.
  29.  
  30.  
  31.  
  32. ------------------------------------------------------------------------------
  33.             What is needed to run Flying Tigers
  34. ------------------------------------------------------------------------------
  35.  
  36.  
  37.    * 386 minimum, 486 and above recomended
  38.    * at least 4 Meg of memory, 3 Meg may work without sound
  39.    * fast video card, some video cards really slow things down
  40.    * sound card recomended
  41.    * joystick, Gravis pad recommended
  42.  
  43.  
  44.  
  45. ------------------------------------------------------------------------------
  46.                  Getting Started
  47. ------------------------------------------------------------------------------
  48.  
  49.  
  50.    To get started running Flying Tigers type: TGR, this is the main program.
  51. If it is your first time running the program it will ask you information
  52. about which language you would like to use, I assume you would press 'E' for
  53. English since your reading this. It will then ask if you want to auto-detect
  54. for sound. After all this you will see the sound settings and language. If
  55. everything is ok, hit 'y' to start the game.
  56.  
  57.  
  58.  
  59. ------------------------------------------------------------------------------
  60.                    Control
  61. ------------------------------------------------------------------------------
  62.  
  63.  
  64.    The default keys for Flying Tigers are as follows:
  65.  
  66.    Arrow keys for player 1 -- move plane
  67.    <enter> ------------------ fire weapon 1
  68.    <"> ---------------------- fire weapon 2
  69.    A,W,X,D for player 2 ----- move plane
  70.    F ------------------------ fire weapon 1
  71.    G ------------------------ fire weapon 2
  72.  
  73.    *These keys can be re defined within the game.
  74.  
  75.    It is recommended that players use joysticks or game pads, this greatly
  76. increases playability.
  77.  
  78.    There are several commands that a user can use during game
  79. play in order to enhance game play.
  80.  
  81.    TAB ------- pause game
  82.    ESC ------- game playing option menu
  83.    F1 -------- slow down game
  84.    F2 -------- speed up game
  85.    F5 -------- decrease music volume (includes digital drums)
  86.    F6 -------- increase music volume (includes digital drums)
  87.    F7 -------- decrease digital drum volume
  88.    F8 -------- increase digital drum volume
  89.    F9 -------- turn vsync on (this should be used for fast PC's)
  90.    F10 ------- turn vsync off
  91.    Page Up --- increase sound effects volume
  92.    Page Down - decrease sound effects volume
  93.  
  94.  
  95.  
  96. ------------------------------------------------------------------------------
  97.                 Sound
  98. ------------------------------------------------------------------------------
  99.  
  100.  
  101.    The first thing to do is run the setup program to determine what type
  102. of sound system you have, or you can run the program and let the program
  103. auto-detect your system.
  104.  
  105.    During auto-detect Flying Tigers will scan first for environmental
  106. variables for the setting "BLASTER= A220 I5 D1 T4". These settings will be
  107. used first before a autodetect.
  108.    What do these settings mean?
  109.       - A220 Sound Blaster card is at the address 220h
  110.       - I5   Sound Blaster is using interrupt 5
  111.       - D1   Sound Blaster is using DMA channel 1
  112.       - T4   Sound Blaster is of type 4, there are several
  113.          different types you can put here, however Flying
  114.          Tigers recognizes only three. These are T2,T3 this
  115.          will be Sound Blaster 8 bit mono, T4 Sound Blaster
  116.          8 Stereo, T5 Sound Blaster micro channel and T6
  117.          Sound Blaster 16/AWE 32.
  118.  
  119.    It is always a good idea to use the setup program to configure your
  120. sound card, unless you are running the program directly from CD-ROM.
  121.  
  122.    For those with Gravis cards you will need to run the batch file
  123. called "gravis.bat" this will load a general midi patch into the sound
  124. card so the music will map to the right sounds. We added Gravis support
  125. late in devlopement, because of this there might be a slight delay of
  126. sounds on some Gravis cards.
  127.  
  128. ------------------------------------------------------------------------------
  129.          Hints for faster game play (if needed)
  130. ------------------------------------------------------------------------------
  131.  
  132.  
  133.     Flying Tigers was designed to run as fast as possible on the PC's.
  134. However, the speed of the game is ultimately decided by what type of
  135. video card and how fast memory is copied to the card. The methods used
  136. might also cause some type of snow effect on some cards.
  137.  
  138.     Try playing a harder skill level, planes and your ship move faster
  139. the harder the skill level.
  140.  
  141.     Using a joystick or game pad also slows things down a bit, try using
  142. keyboard if extra speed is needed.
  143.  
  144.     Sounds take up a good deal of time to process, it would be a good
  145. idea to delete the setup.cfg file and when starting the game answer no
  146. to auto-detection. This will disable sounds completly.
  147.  
  148.     There are some game arguments for speed optimizations, they
  149. are: TGR [1,2,3]. Optimazation 1 reduces the number of sprites drawn,
  150. optimization 2 reduces smoothing checking and optimazation 3 turns off
  151. sounds. Try these as a last resort, they can greatly detract from the games
  152. apperence.
  153.  
  154. ------------------------------------------------------------------------------
  155.             Some problems we have encountered
  156. ------------------------------------------------------------------------------
  157.  
  158.  
  159.     Flying Tigers was not designed to run under windows, so don't try it.
  160. It shouldn't work.
  161.  
  162.     Flying Tigers has conflicts with QEMM, and older version of Novell EMS
  163. these conflicts are mainly because of sounds, either remove the sounds from
  164. Flying Tigers or run Flying Tigers directly from DOS.
  165.  
  166.  
  167. ------------------------------------------------------------------------------
  168.                  Disclaimer
  169. ------------------------------------------------------------------------------
  170.  
  171.  
  172.   This program  is not to be gaurenteed to be virus free, we have checked it
  173. for known viruses at the time of publication, however new viruses are always
  174. in the works.
  175.  
  176.    THE PROGRAM IS PROVIDED "AS-IS". NO WARRANTIES OF ANY KIND, EXPRESS OR
  177. IMPLIED, ARE MADE AS TO IT OR ANY MEDIUM IT MAY BE ON. I WILL PROVIDE NO
  178. REMEDY FOR INDIRECT, CONSEQUENTIAL, PUNITICE OR INCIDENTAL DAMAGES ARISING
  179. FROM THIS SOFTWARE, INCLUDING SUCH FROM NEGLIGENCE, STRICT LIABILITY, OR
  180. BREACH OF WARRANTY OR CONTRACT, EVEN AFTER NOTICE OF THE POSSIBILITY OF
  181. SUCH DAMAGES.
  182.  
  183.