
                           =======================
                              WEAPONS PACK 3.0
                           =======================
                           By Karl Burdack
                           areality@dynamite.com.au


                               Control Info
--------------------------------------------------------------------------------
This versions date: 25/2/97


      Default key bindings
===================================

In normal use:
--------------

WEAPON SELECTION

1,2,3,4,5,6,7,8,9,0 - these number keys choose from the variety of weapons

[ and ] - change selected items in inventory (up and down).

Enter - uses the item currently selected in the inventory

MISC

o and p - change the skin type of your player

g - activate team only talk - [G]roup talk, not an added feature but
                              at least its bound to a key by default now.

r - show weapon count and weapon powerups

INVENTORY HOT KEYS

h - grappling [H]ook launch
y - slacken grappling hook
u - tighten grappling hook

k - blaze of glory - [K]ill
x - teleport - e[X]it this area immediately!
c - [C]loak
v - Shields - in[V]ulnerability
f - [F]lares
l - [L]aunch camera
; - View Previous camera
' - View Next camera
b - [B]ug search (get cameras)
i - K[I]ck out lowest weapon powerup

m - Normal zoom
, - Zoom out ("<" Key)
. - Zoom in (">" Key)

When viewing a camera:
----------------------

; - View Previous camera
' - View Next camera
Enter - return to body (camera view off)


If you use the mouse then you may want to type this command:

         bind MOUSE2 "impulse 25"

It will bind the second mouse button to the grappling hook. This
is very handy.


      How to define your own key bindings
=================================================

Following are the corresponding commands for each
Action:

Choose mine weapon           "impulse 20"
Choose sentinel weapon       "impulse 21"    
Previous Inventory Item       "impulse 22"   
Next Inventory Item           "impulse 23"   
Use Inventory Item            "impulse 24"   (also de-activates camera view)

Grappling Hook                "+hook"
Slacken		              "+grow"
Tighten                       "+shrink"

Blaze of Glory                "impulse 26"
Teleport                      "impulse 27"
Shields                       "impulse 28"
Cloak                         "impulse 29"
Flares                        "impulse 30"
Launch Camera                 "impulse 31"
Previous Camera               "impulse 32"
Next Camera                   "impulse 33"
Kick out powerup              "impulse 34"
Bug Search                    "impulse 35"
Report                        "impulse 36"

Group Talk                    "messagemode2" (this already existed but
                                                few people realised it )

Previous Skin                 "impulse 201"
Next Skin                     "impulse 200"

Normal Zoom                   "I_zoomnorm"
Zoom In                       "+zoomin"
Zoom Out                      "+zoomout"

For example to bind the 'f' key to flares type:

         bind "f" "impulse 30"

