diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/README.md b/README.md index 84ff6d5..3240b7f 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,31 @@ which you are now going to try and avoid. * wasd = walk * left shift = run * mouse = look -* left control = crouch/zoom -* click = fire (while aiming) or smash (while running) - or pick up gun (while crouching over a body and not aiming) - or disarm (while not aiming) -* q = aim or un-aim (important for picking up guns) +* left control = crouch +* left click = + * while running or not armed with a gun: smash or stab + * while aiming: fire + * with grenade: pull pin (release button to throw) +* right click = + * while aiming sniper rifle: zoom + * while not aiming: disarm + * with grenade: put pin back +* space = dive (while running forwards) +* q = + * while crouching over a body and not aiming: pick up weapon + * otherwise: psychic aim +* e = aim or un-aim (important for picking up guns) * r = reload -* e = psychic aim * z = toggle soul release -* space = dive (while running forwards) +* l = laser sight Keys for debug mode: -* tab = 3rdperson toggle +* tab = toggle third-person modes +* middle click = shoot grenade * f = force push :) -* shift-x = switch weapons +* x = switch weapons +* b = pause if shift else slomo +* k = progress to next level ### Scoring System * 150 points for a successful disarm @@ -77,8 +88,8 @@ and editing the `customlevels.txt` file in the data folder. ### Weapons #### Bare Hands -Smack people with them. Or if you want to be nice, walk or stand (don't run) -near somebody with a gun and take it away. +Smack people with them. Or if you want to be nice, come near somebody +with a gun and take it away. #### Knife Like bare hands, but deadly and with longer range. @@ -98,15 +109,16 @@ but it has a large magazine and can fire quickly if necessary. #### Sniper Rifle A bit more powerful than the magnum, with a scope. -Very difficult to aim unless you are zoomed in (zoom by holding the control key). +Very difficult to aim unless you are zoomed in. #### Shotgun Aim and shoot. Very powerful but somewhat inaccurate. #### Grenade -Hold down the mouse button to take out the pin, release the button to throw it. -Crouch to change your mind and put the pin back in. You can knock people out -if you hit them in the head, or of course you can just blow them to pieces. +Hold down the left mouse button to take out the pin, release the button +to throw it. Right click to change your mind and put the pin back in. +You can knock people out if you hit them in the head, +or of course you can just blow them to pieces. ## Troubleshooting Right now it's all compiling… |