home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / dostunne.txt < prev    next >
Text File  |  1995-02-15  |  2KB  |  57 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. DOSTUNNEL
  18. =========
  19.  
  20. DOSTUNNE.EXE is a simple 3d 'shoot-em up' game for the MS-Dos environment. In
  21. the 'game' you travel down a tunnel, and shoot objects as they fly towards
  22. you. You can change your point of view, simply my moving the mouse. To shoot
  23. an object, place the mouse cursor over the object - it will change shape when
  24. you may fire.
  25.  
  26. DOSTUNNE.EXE has a few command line options
  27.  
  28. DOSTUNNE.EXE [-o] [speed]
  29.  
  30. The -o option enables the scripts in the script directory to fly down the
  31. tunnel. The speed option controls the speed of motion through the tunnel. If
  32. speed is not specified then a speed of '8' is taken as default. The smaller
  33. the number the faster the motion through the tunnel, 1 being the fastest
  34. speed.
  35.  
  36. eg
  37.  
  38. c> dostunne -o 5
  39.  
  40. starts dostunne.exe with the scripts in the script directory and nearly twice
  41. as fast as the default motion.
  42.  
  43.  
  44. The Application Controls
  45. ------------------------
  46.  
  47. The application controls are as follows:
  48.  
  49. 1) Moving the mouse pointer around will change your point of view.
  50.  
  51. 2) Pressing the left hand button will destroy the object currently in the
  52. sights (if there is an object in the sights).
  53.  
  54. 3) Press ESC to exit.
  55.  
  56.  
  57.