diff options
author | June McEnroe <june@causal.agency> | 2019-06-15 14:02:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-06-15 14:02:48 -0400 |
commit | 8522795b1bb8e03ea1f4499e45d702cb71d623c7 (patch) | |
tree | 39a73649589ed4d8794ea217a0a3ab8dd57324cc /etc/tf | |
parent | Add Acceptance (diff) | |
download | src-8522795b1bb8e03ea1f4499e45d702cb71d623c7.tar.gz src-8522795b1bb8e03ea1f4499e45d702cb71d623c7.zip |
Set sensitivity by slot in TF2
Diffstat (limited to 'etc/tf')
-rw-r--r-- | etc/tf/cfg/autoexec.cfg | 6 | ||||
-rw-r--r-- | etc/tf/cfg/scout.cfg | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg index 2fce58dd..2e274ed5 100644 --- a/etc/tf/cfg/autoexec.cfg +++ b/etc/tf/cfg/autoexec.cfg @@ -2,9 +2,9 @@ bind = "exec autoexec" bind \ kill bind ' explode bind / toggle_duck -bind 8 "sensitivity 1.5" -bind 9 "sensitivity 1.7" -bind 0 "sensitivity 2.5" +bind 1 "slot1; sensitivity 1.7" +bind 2 "slot2; sensitivity 1.7" +bind 3 "slot3; sensitivity 2.5" bind mouse3 "voicemenu 2 6" bind mouse4 "voicemenu 0 7" bind mouse5 "voicemenu 1 4" diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg new file mode 100644 index 00000000..5ea8f681 --- /dev/null +++ b/etc/tf/cfg/scout.cfg @@ -0,0 +1,2 @@ +bind 1 "slot1; sensitivity 1.5" +bind 2 "slot2; sensitivity 1.5" |