From 6dda7da36d5bf5384f756cf4900b95242ecd1e66 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 22 Sep 2019 21:34:09 -0400 Subject: [PATCH] quake: add debugging and super co-op stuff --- applications/autoexec.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/applications/autoexec.cfg b/applications/autoexec.cfg index c6eb559..4632832 100644 --- a/applications/autoexec.cfg +++ b/applications/autoexec.cfg @@ -51,13 +51,21 @@ bind "RTRIGGER" "+attack" bind "XBUTTON" "impulse 12" bind "YBUTTON" "impulse 10" +// debug +bind "k" "kill" + +// super co-op +bind i "impulse 9" +bind o "spectate" +bind p "reject_challenge" + // aliases alias agw_qsave "save quick; echo quicksaved" alias agw_qload "load quick; echo quickloaded" alias exit "quit" // client -_cl_color "45" +_cl_color "41" _cl_name "Marrub" fov "100"