home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / camera / camera.txt next >
Encoding:
Text File  |  1996-08-06  |  4.0 KB  |  102 lines

  1.  
  2.                  THE BARELY CREDIBLE CAMERA PATCH 
  3.  
  4.                        for Quake V1.01
  5.                          Registered
  6.                
  7.                       by Nezu the Unworthy 
  8.                    (100625.2622@compuserve.com)
  9.  
  10.  
  11.  
  12. This is my Camera patch for Quake, a nifty Quake-C program that hacks
  13. the Quake network protocol. 
  14. Thanx to Uwe Girlich for the DEM specs, which made this patch possible
  15. (the built-in Quake-C functions are not enough to build a Camera).
  16.  
  17. See below for installation instruction. 
  18.  
  19. Source included, with an example of CLEAN Quake-C layout (I did my best).
  20.  
  21. ----------------------------------------------------------------------------
  22.  
  23. Here is all you need to know as a player:
  24.  
  25. First, associate the Camera impulses to some keys, for instance:
  26.  bind k "impulse 240"
  27.  bind l "impulse 242"
  28. You can chose your own keys. Put this in config.cfg, so that you 
  29. need not type it again.
  30.  
  31. IMPULSE 242     Camera Cycle
  32.  
  33.   Press L repetitively, press K to return to player.
  34.  
  35. - Look trough cameras, as an improved version of those in Duke Nukem 3D(tm)
  36. - Cycle though shell boxes and deathmatch start as camera!
  37.   So go after all the shell boxes, and be safe! (Duke sez: This suuux...). 
  38. - Control the view angles, pitch and yaw, like you would with your player 
  39.   (okay, but I could not disable it. So consider it a feature, not a bug)
  40. - Keep moving your player around, even in front of your camera. But since
  41.   your player orientation and the view orientation is the same, you will
  42.   never see your face, just your ass. (Duke sez: what's the difference?)
  43. - You don't need one of those lame security screens to see through the
  44.   camera. They are wired to your wrist watch ;-)
  45.  
  46.  
  47. IMPULSE 240    Make Camera 
  48.  
  49.   Aim at something, press K. press K again to return to player.
  50.  
  51. - Fire an invisible ray straight ahead... and your target becomes a camera
  52.   for you! This works for any monster, ammo box, health stuff, and even
  53.   for player. Take a trip with your best friend, or your worst fiend!
  54. - You then follow the displacements (if any) of your victim but you still
  55.   control your orientation (hmmm... actually it can be confusing).
  56. - BTW, monster movements are really mechanic. What a bore to follow.
  57.   John romero ought to take a trip with one of his baddies, to see how
  58.   lame they are at hunting. Why don't they use the leaf portals for hunting?
  59.  
  60.  
  61. This patch should be loads of fun in deathmatch, but you had better take cover,
  62. because you're not invulnerable while you're looking into your camera.
  63.  
  64. In coop play, when you see an ogre saw one of your buddy to pieces, teleport
  65. into the ogre, and see how fun it can be to wield a large chainsaw and toss
  66. grenades at people. What's the fun of coop play, anyway?
  67.  
  68.  
  69. ----------------------------------------------------------------------------
  70.  
  71. Installation instructions:
  72.  
  73.  In a deathmatch game, you need only install this progs.dat on the server.
  74.  Even a client that doesn't have the modified progs.dat will behave correctly
  75.  in regard to the Camera patch. Miracle.
  76.  
  77.  
  78. Installation under Registered Quake 1.01 and above:
  79.  
  80.  Well, I have never used this patch on Registered Quake (because oversea orders 
  81.  aren't lighting fast). But I assume that if under your quake directory you create
  82.  a directory named "camera/", and you move "progs.dat" to that directory, as 
  83.  "camera/progs.dat", then you just have to type "quake -game camera" and it 
  84.  should work. Otherwise put progs.dat in the directory where the registered 
  85.  .pak file is, and Quake should find it.
  86.  
  87.  
  88. Installation under Shareware Quake 1.01:
  89.  
  90.  I developped this patch under shareware Quake 1.01, while waiting for
  91.  my Registered version. But I have promised to id software that I would 
  92.  not release my shareware installer, since it could cause some serious
  93.  commercial problems (not to mention the questionable legality).
  94.  So Buy Quake today to be able to play that patch, and the other ones.
  95.  Don't be a freeloader.
  96.  
  97.   Nezu The Unworthy
  98.   (Hacking Quake since one year already)
  99.  
  100.  
  101.  
  102.