diff options
| author | seth <[email protected]> | 2022-06-19 21:18:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-06-19 21:18:43 -0400 |
| commit | 310c89529664d8ca99fad0c6f21905bf1e6e9612 (patch) | |
| tree | 6421674d76eecfb7f02ddcd66f7b1ce8a85e8e18 | |
| parent | 27a6df4194ede10e2527b91b3a55cccde701d770 (diff) | |
some more changes
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 12 | ||||
| -rw-r--r-- | cfg/overrides/binds.cfg | 15 | ||||
| -rw-r--r-- | cfg/overrides/medic.cfg | 2 | ||||
| m--------- | custom/clovervidias-captions | 0 |
5 files changed, 18 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..23c65c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "custom/clovervidias-captions"] + path = custom/clovervidias-captions + url = https://github.com/clovervidia/clovervidias-captions diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 13fc6c4..6f41f99 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -14,9 +14,11 @@ tf_use_min_viewmodels "1" hud_combattext_batching "1" hud_combattext_batching_window "0.8" hud_fastswitch "1" -cl_crosshair "0" +cl_crosshair_scale "0" tf_scoreboard_mouse_mode "2" // use mouse on scoreboard con_enable "1" +net_graph "1" +net_graphpos "2" // put netgraph in the middle of the screen // *** sound *** volume "0.1" @@ -31,12 +33,12 @@ tf_dingaling_pitchmindmg "127" // *** closed captions *** closecaption "1" cc_subtitles "1" -cc_lang english +cc_lang "clovervidiar" cc_predisplay_time "0" -// *** mvm aliases *** -alias mvm=on "volume 0.02; tf_dingalingaling 0; tf_dingalingaling_lasthit 0; alias mvm_level echo mvm=on" -alias mvm=off "volume 0.15; tf_dingalingaling 1; tf_dingalingaling_lasthit 1; alias mvm_level echo mvm=off" +// *** mvm alias *** +alias mvm=on "volume 0.02; tf_dingalingaling 0; tf_dingalingaling_lasthit 0" +alias mvm=off "volume 0.1; tf_dingalingaling 1; tf_dingalingaling_lasthit 1" mvm=off diff --git a/cfg/overrides/binds.cfg b/cfg/overrides/binds.cfg index ad63c68..7f7a6a1 100644 --- a/cfg/overrides/binds.cfg +++ b/cfg/overrides/binds.cfg @@ -55,14 +55,13 @@ bind "z" "voice_menu_1" // menus
bind "`" "toggleconsole"
-bind "TAB" "+scoreboard_graph"
-alias +scoreboard_graph "+showscores; net_graph 1"
-alias -scoreboard_graph "-showscores; net_graph 0"
+bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
-bind "F6" "jpeg_quality 100; jpeg"
+bind "F4" "player_ready_toggle"
+bind "F5" "jpeg_quality 100; jpeg"
+bind "F6" "save_replay"
bind "F7" "abuse_report_queue"
-bind "F8" "player_ready_toggle"
-bind "F10" "quit prompt"
+bind "F9" "quit prompt"
bind "\" "toggle r_drawviewmodel 0 1" // toggle viewmodel
@@ -71,8 +70,8 @@ bind "F1" loadouts.A bind "F2" loadouts.B
bind "F3" loadouts.C
bind "F4" loadouts.D
-bind "F5" loadouts.resup
+bind "ALT" loadouts.resup
// chat binds
bind "]" "explode"
-bind "[" "cmd say med down"
\ No newline at end of file +bind "[" "cmd say med down"
diff --git a/cfg/overrides/medic.cfg b/cfg/overrides/medic.cfg index d259701..5613ffd 100644 --- a/cfg/overrides/medic.cfg +++ b/cfg/overrides/medic.cfg @@ -8,7 +8,7 @@ bind "MOUSE5" "charge_ready" alias +charge "+attack2; slot2; charge_used" alias -charge "-attack2" -// *** medigun loadouts *** +// *** medigun-specific chat messages *** alias loadouts.cfg.A "exec overrides/medic/uber.cfg" alias loadouts.cfg.B "exec overrides/medic/kritz.cfg" alias loadouts.cfg.C "exec overrides/medic/quickfix.cfg" diff --git a/custom/clovervidias-captions b/custom/clovervidias-captions new file mode 160000 +Subproject 9983ff28bc0a837e443c444b80fc5d16744e861 |
