From 537fffd35a082a68a03ce1e91fc5cc823a7a1f00 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Tue, 8 Feb 2022 07:05:50 +0000 Subject: [PATCH] Add 'Game/keybindings.md' --- Game/keybindings.md | 85 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Game/keybindings.md diff --git a/Game/keybindings.md b/Game/keybindings.md new file mode 100644 index 0000000..84b91b1 --- /dev/null +++ b/Game/keybindings.md @@ -0,0 +1,85 @@ +To enter these into Rust access the Console via F1 + +## Admin +``` +bind p noclip +bind o debugcamera +bind i ent who +bind l global.god +bind k "global.god off" +bind n "chat.say /nightvision" +bind h "chat.say /heal" +bind j "chat.say /skin" +``` + +``` +bind m map +``` + +## Admin OLD +``` +bind p noclip +bind g god +bind h debugcamera +bind y ent kill +bind i ent who +bind l ent lock +bind u ent unlock +``` + +## Player +``` +#Press Q to auto-run, press Shift and W to cancel. +bind q forward;sprint + +# Press Z to permanently crouch and auto-attack, press Left Click and Control to cancel. +bind z attack;duck + +# Hold Z to crouch and auto-attack (only while pressed.) +bind z +attack;+duck + +# Press C to permanently crouch, press Control to cancel. +bind c duck + +``` + +### Fix or Clear Keybinding +``` +bind l clear +``` + +### Backup of Default Keybindings + +``` +bind f1 consoletoggle +bind backquote consoletoggle +bind f7 bugreporter +bind w +forward +bind s +backward +bind a +left +bind d +right +bind mouse0 +attack +bind mouse1 +attack2 +bind mouse2 +attack3 +bind 1 +slot1 +bind 2 +slot2 +bind 3 +slot3 +bind 4 +slot4 +bind 5 +slot5 +bind 6 +slot6 +bind 7 +slot7 +bind 8 +slot8 +bind leftshift +sprint +bind rightshift +sprint +bind leftalt +altlook +bind r +reload +bind space +jump +bind leftcontrol +duck +bind e +use +bind v +voice +bind t chat.open +bind returnchat.open +bind mousewheelup +invnext +bind mousewheeldown +invprev +bind tab inventory.toggle +``` \ No newline at end of file