From 8a8b6c6cc1ca2c0cb5ac3497a5154d1d917e1cbe Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 18 Sep 2019 17:04:54 -0400 Subject: [PATCH] add default config for aliases --- default_sc.cfg | 14 ++++++++++++++ quake.rc | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 default_sc.cfg create mode 100644 quake.rc diff --git a/default_sc.cfg b/default_sc.cfg new file mode 100644 index 0000000..520d128 --- /dev/null +++ b/default_sc.cfg @@ -0,0 +1,14 @@ +alias pronoun_none "impulse 20" +alias pronoun_fae "impulse 21" +alias pronoun_he "impulse 22" +alias pronoun_it "impulse 23" +alias pronoun_she "impulse 24" +alias pronoun_they "impulse 25" +alias pronoun_xey "impulse 26" +alias pronoun_ze_hir "impulse 27" +alias pronoun_ze_zir "impulse 28" + +echo "To change your pronouns in-game use one of the pronoun_ commands." +echo "You can get a list by typing 'pronoun_' and pressing tab." + +// EOF diff --git a/quake.rc b/quake.rc new file mode 100644 index 0000000..004aca5 --- /dev/null +++ b/quake.rc @@ -0,0 +1,6 @@ +exec default.cfg +exec default_sc.cfg +exec config.cfg +exec autoexec.cfg +stuffcmds +startdemos demo1 demo2 demo3