home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / dostank.txt < prev    next >
Text File  |  1995-02-15  |  3KB  |  83 lines

  1.      RenderWare(tm) v1.4 FCS MS-Dos Demonstration Program
  2.      ====================================================
  3.  
  4. ----------------------------------------------------------------------------
  5. This demonstration program is copyright Criterion Software Limited 1994.
  6. You may not disassemble, decompile or reverse engineer this demonstration
  7. program.
  8.  
  9. This demonstration program is provided as is with no warranties of any
  10. kind. Criterion Software  will not, under any circumstances, be liable for
  11. any lost revenue or other  damages arising from the use of this
  12. demonstration program.
  13.  
  14. RenderWare is a trademark of Canon Inc.
  15. ----------------------------------------------------------------------------
  16.  
  17. DOSTANK
  18. =========
  19.  
  20. DOSTANK.EXE is a simple 3d tank game. The tank you control is in a hostile
  21. enemy environment. You must try to destroy as many enemy tanks as possible.
  22. When the game starts it is in demo mode, the tanks in the game will fight
  23. against one another automatically whilst the the view points are flipped
  24. between.
  25.  
  26. When in the game mode, the view points available are selectable from the
  27. keyboard.
  28.  
  29. keys : 1 - 4 control which view is currently selected.
  30.  
  31. 1: Above view
  32.  
  33. You can zoom in and out in this mode by holding down the left button and
  34. moving the mouse backwards and forwards.
  35.  
  36. 2: Inside view
  37.  
  38. The tank can be moved in this mode.
  39.  
  40. 3: Rotating view
  41.  
  42. Zooming can be achieved by holding the right button and moving the mouse
  43. backwards and forwards.
  44.  
  45. 4: Behind view
  46.  
  47. The camera may be moved around with the behind view by holding down the left
  48. shift key. The left mouse button will pan and tilt the camera. The right
  49. button by moving the mouse backwards and forwards zooms in and out. The tank
  50. can be moved in this mode.
  51.  
  52. The default view is the behind view.
  53.  
  54. The Application Controls
  55. ------------------------
  56.  
  57. The application controls are as follows:
  58.  
  59. 1) Pressing the right button fires the gun. Note that it takes time for the
  60. gun to be reloaded.
  61.  
  62. 2) Pressing the left button moves the tank in the direction made by the
  63. line from the centre of the screen to the mouse pointer. If the X's outline
  64. the screen, holding the left button down in one of the positions indicated
  65. will move the tank in that direction.
  66.  
  67.     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  68.     X Forward Left        Forward       Forward Right X
  69.     X                                                 X
  70.     X                                                 X
  71.     X Left                Still                Right  X
  72.     X                                                 X
  73.     X                                                 X
  74.     X Backward Left       Backward      Backward RightX
  75.     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  76.  
  77. 3) To flip between game mode and demo mode click with the mouse on the bottom
  78. line.
  79.  
  80. 4) Press ESC to exit.
  81.  
  82.  
  83.