Added more missing files

This commit is contained in:
reaaLx
2024-09-07 15:06:58 +10:00
parent a9da8b788b
commit 7ea506e8ac
470 changed files with 26317 additions and 0 deletions

21
jake.cfg Normal file
View File

@@ -0,0 +1,21 @@
//DEBUG
//set cg_drawfps 0
//set cg_drawfpslabels 0
//set cg_drawversion 0
//set replay_time 0
set con_minicon 1
//set com_statmon 0
//DEVELOPER
bind ; "toggle ai_shownodesdist 325 800 1200 2500"
bind y "toggle timescale 1 0.25"
bind UPARROW "replay_restart"
bind DOWNARROW "replay_live"
bind LEFTARROW "replay_back 10"
bind RIGHTARROW "replay_forward 10"
bind PAUSE "toggle cl_paused 0 1 2"
bind p "toggle cg_drawfps 0 1; toggle cg_drawversion 0 1; toggle con_minicon 0 1; toggle replay_time 0 1; toggle cg_drawfpslabels 0 1; toggle com_statmon 0 1"
bind o "toggle cg_drawScriptUsage 0 1"