summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-06-10 01:57:27 -0400
committerJune McEnroe <june@causal.agency>2018-06-10 01:57:27 -0400
commit31e5f1bc34cf3ce40eb92739705e4d42d635040d (patch)
treea9eef5489a00bdbe2bd1f54ed14b7b4d15ee11be
parentAdd explode bind (diff)
downloadsrc-31e5f1bc34cf3ce40eb92739705e4d42d635040d.tar.gz
src-31e5f1bc34cf3ce40eb92739705e4d42d635040d.zip
Move heavyweapons binds to autoexec
Diffstat (limited to '')
-rw-r--r--etc/tf/cfg/autoexec.cfg4
-rw-r--r--etc/tf/cfg/heavyweapons.cfg3
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
index 9c6aa03a..c257f2e3 100644
--- a/etc/tf/cfg/autoexec.cfg
+++ b/etc/tf/cfg/autoexec.cfg
@@ -1,3 +1,7 @@
 bind \ kill
 bind ' explode
+bind = "exec autoexec"
+bind mouse3 "voicemenu 2 0"
+bind mouse4 "voicemenu 0 7"
+bind mouse5 "voicemenu 1 4"
 tf_contract_progress_show 0
diff --git a/etc/tf/cfg/heavyweapons.cfg b/etc/tf/cfg/heavyweapons.cfg
deleted file mode 100644
index 85275e72..00000000
--- a/etc/tf/cfg/heavyweapons.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-bind mouse3 "voicemenu 2 0"
-bind mouse4 "voicemenu 0 7"
-bind mouse5 "voicemenu 1 4"
mit/bin/qf.c?id=37109fbb22fdf89d573e01dc77abc575ce8119ed&follow=1'>Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe