summaryrefslogtreecommitdiffhomepage
path: root/compile
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2021-11-27 05:25:55 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2021-12-26 23:58:00 +0000
commit7672d873478a67de599d2f701b4cc8ddc047ae01 (patch)
tree291172861b21476b6c6059817adcf920204ed3c6 /compile
parenteb6fc1676401bc71419db2239e350ae24f63ae4e (diff)
Unhide useful commands and allow cheats in lobbies
This is done through a new "fixes" file which will probably become one of those silly dumping grounds that every project has to have somewhere to put random miscellaneous crap in. These are mainly hidden in L4D2 but they just get unilaterally unhidden if they exist, just to be sure they're accessible. As a bonus, it turns out that unhiding a single cvar also allows us to set sv_cheats 1 in Left 4 Dead 2, bringing an end to the need to port- forward a listen server for co-op practice.
Diffstat (limited to 'compile')
-rw-r--r--compile2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile b/compile
index fa0240e..d48ee0e 100644
--- a/compile
+++ b/compile
@@ -29,6 +29,8 @@ src="\
demorec.c \
dbg.c \
extmalloc.c \
+ fixes.c \
+ gamedata.c \
gameinfo.c \
hook.c \
kv.c \