home *** CD-ROM | disk | FTP | other *** search
/ RenderWare Demos 1994 November / Renderwaredemos1194.iso / rwftp / dos / demo / cyberstr.txt next >
Encoding:
Text File  |  1994-11-28  |  4.8 KB  |  130 lines

  1.                         Cyber Street
  2.                         ============
  3.  
  4.      RenderWare(tm) v1.3 FCS MS-Dos Demonstration Program
  5.      ====================================================
  6.  
  7. ----------------------------------------------------------------------------
  8. This demonstration program is copyright Criterion Software Limited 1994.
  9. You may not disassemble, decompile or reverse engineer this demonstration
  10. program.
  11.  
  12. This demonstration program is provided as is with no warranties of any
  13. kind. Criterion Software  will not, under any circumstances, be liable for
  14. any lost revenue or other  damages arising from the use of this
  15. demonstration program.
  16.  
  17. This demonstration program is freely distributable on a non-commercial
  18. basis in its current form; that is, as a single zip file which must contain
  19. this text file.
  20.  
  21. Share and enjoy.
  22.  
  23. RenderWare is a trademark of Canon Inc.
  24. ----------------------------------------------------------------------------
  25.  
  26. CYBERSTR.EXE
  27. ============
  28.  
  29. Cyberstreet is a demonstration program written in a few days using
  30. the RenderWare interactive 3D API.  This version has been Pentium
  31. optimized. For more information on RenderWare, contact:
  32.  
  33. Criterion Software Ltd,
  34. Email: rw-info@criterion.canon.co.uk
  35. Phone: +44-483-448800 Fax: +44-483-448811
  36. Further demos and information is available on:
  37. ftp: ftp.canon.co.uk in pub/renderware
  38. www: http://www.canon.co.uk/csl/cslhome.html
  39.  
  40. Absolute minimum configuration:     486/25 ISA with 4Mb.
  41. Recommended minimum configuration:  486/50 VLB with 8Mb.
  42. Super turbo nutter configuration:   Pentium/90 PCI with 8Mb.
  43.  
  44.  
  45. In this game demonstration your mission is to destroy as many rats as
  46. possible. To do this you must move around the street, and point your
  47. gun so as a rat is within your sights, then fire the gun and destroy
  48. the rat. You must destroy the rats as quickly as you can. When there are no
  49. rats left the game is complete. The rats enter the game at a fixed speed,
  50. so speed is of the essence.
  51.  
  52. The rat at the top left of the screen indicates how many rats are alive, the
  53. more worried the rat looks, the better you are doing. The display on the top
  54. right of the screen shows how many rats you have killed. A rat in the x5
  55. column means you have killed 5 rats, two rats in the x25 column and one in the
  56. x1 column means you've killed 51 rats.
  57.  
  58. First copy the zip file 'cyberstr.zip' from the distribution floppy to an
  59. empty directory on your harddrive.  From within that directory to extract the
  60. demonstration from the zip file type
  61.  
  62. pkunzip -d cyberstr.zip
  63.  
  64. Enter the the cyberstr directory by typing
  65.  
  66. cd cyberstr
  67.  
  68. To start the demonstration type
  69.  
  70. C:> cyberstr <RETURN>
  71.  
  72. if you wish to try the demonstration in 'hires' (640x480) and you have a VESA
  73. compatible video BIOS (or a VESA TSR). You can also try the demonstration in
  74. 16 bit colour.
  75.  
  76. C:> cyberstr -hires <RETURN>
  77.  
  78. will start the demonstration in hi-resolution mode
  79.  
  80. C:> cyberstr -hires -hicol <RETURN>
  81.  
  82. will start the demonstration in hi-resolution mode with 16 bit colour.
  83.  
  84. If a mode is not accessable the 320x200x8 bit standard mode will be accessed.
  85.  
  86. The Application Controls
  87. ------------------------
  88.  
  89. CYBERSTR.EXE is controlled using the keyboard and the mouse. The controls for
  90. the application are as follows:
  91.  
  92. 1) Holding the left mouse button down and pushing the mouse 'forward' (from
  93. the bottom of the mouse mat to the top of the mouse mat) will move your
  94. character forward.
  95.  
  96. 2) Holding the left mouse button down and pulling the mouse 'backward' (from
  97. the top of the mouse mat to the bottom of the mouse mat) will move your
  98. character backwards.
  99.  
  100. 3) Holding the left mouse button down and moving the mouse 'right' (from the
  101. left of the mouse mat to the right of the mouse mat) will turn your character
  102. right.
  103.  
  104. 4) Holding the left mouse button down and moving the mouse 'left' ( from the
  105. right of the mouse mat to the left of the mouse mat) will turn your character
  106. left.
  107.  
  108. 5) When you are in the street you may fire the gun to shoot the rats. To do
  109. this hold down the right mouse button. The rats take 4 hits to be killed. They
  110. will only take a hit if their body is in the centre of the sight. The sight
  111. changes shape if the rat will be hit by a shot.
  112.  
  113. 6) To retract/restore the gun when in the street press the 'G' key.
  114.  
  115. 7) To fly around the street in 'demo' mode press 'F' (for fly). Just click on
  116. the mouse button to leave this mode.
  117.  
  118. 8) Holding the left Shift key down and the left mouse button down, whilst
  119. moving the mouse will change the direction of view for your character.
  120.  
  121. 9) Holding the left Ctrl (Control) key down and the left mouse button down,
  122. whilst moving the mouse forward or backward will raise or lower your
  123. character.
  124.  
  125. 10) There is a secret room, which can be found by going through one of the
  126. doors.
  127.  
  128. 11) Press ESC to exit.
  129.  
  130.