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