diff options
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/binds.cfg | 77 | ||||
| -rw-r--r-- | cfg/overrides/demoman.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/engineer.cfg | 18 | ||||
| -rw-r--r-- | cfg/overrides/game_overrides.cfg | 9 | ||||
| -rw-r--r-- | cfg/overrides/heavyweapons.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/medic.cfg | 15 | ||||
| -rw-r--r-- | cfg/overrides/medic/kritz.cfg | 3 | ||||
| -rw-r--r-- | cfg/overrides/medic/quickfix.cfg | 3 | ||||
| -rw-r--r-- | cfg/overrides/medic/uber.cfg | 3 | ||||
| -rw-r--r-- | cfg/overrides/medic/vaccinator.cfg | 3 | ||||
| -rw-r--r-- | cfg/overrides/modules.cfg | 4 | ||||
| -rw-r--r-- | cfg/overrides/post_comfig.cfg | 86 | ||||
| -rw-r--r-- | cfg/overrides/pre_comfig.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/pyro.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/scout.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/sniper.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/soldier.cfg | 1 | ||||
| -rw-r--r-- | cfg/overrides/spy.cfg | 1 | ||||
| -rw-r--r-- | custom/juniors-loadouts-script | 1 | ||||
| -rw-r--r-- | custom/less-distracting-explosions | 1 | ||||
| -rw-r--r-- | custom/mastercomfig | 1 | ||||
| -rw-r--r-- | custom/tf2-ultimate-visual-fix | 1 | ||||
| -rw-r--r-- | custom/viewmodel-animations | 10 |
24 files changed, 132 insertions, 112 deletions
diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 6f41f99..32c44d2 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -45,3 +45,4 @@ mvm=off echo "**********" echo "--- getchoo's autoexec loaded! ---" echo "**********" + diff --git a/cfg/overrides/binds.cfg b/cfg/overrides/binds.cfg deleted file mode 100644 index 7f7a6a1..0000000 --- a/cfg/overrides/binds.cfg +++ /dev/null @@ -1,77 +0,0 @@ -unbindall
-
-// weapon slots
-bind "0" "slot10"
-bind "1" "slot1"
-bind "2" "slot2"
-bind "3" "slot3"
-bind "4" "slot4"
-bind "5" "slot5"
-bind "6" "slot6"
-bind "7" "slot7"
-bind "8" "slot8"
-bind "9" "slot9"
-
-// movement
-bind "a" "+ml"
-bind "d" "+mr"
-bind "s" "+mb"
-bind "w" "+mf"
-bind "SPACE" "+jump"
-bind "CTRL" "+duck"
-
-// gameplay
-bind "b" "lastdisguise"
-bind "f" "+inspect"
-bind "g" "+taunt"
-bind "h" "+use_action_slot_item"
-bind "i" "showmapinfo"
-bind "j" "cl_trigger_first_notification"
-bind "k" "cl_decline_first_notification"
-bind "l" "dropitem"
-bind "m" "open_charinfo_direct"
-bind "n" "open_charinfo_backpack"
-bind "q" "lastinv"
-bind "r" "+reload"
-bind "t" "impulse 201"
-bind "," "changeclass"
-bind "." "changeteam"
-bind "-" "disguiseteam"
-bind "MOUSE1" "+attack"
-bind "MOUSE2" "+attack2"
-bind "MOUSE3" "+attack3"
-bind "MWHEELUP" "invprev"
-bind "MWHEELDOWN" "invnext"
-
-// chat
-bind "c" "voice_menu_3"
-bind "e" "voicemenu 0 0"
-bind "p" "say_party"
-bind "u" "say_team"
-bind "v" "+voicerecord"
-bind "x" "voice_menu_2"
-bind "y" "say"
-bind "z" "voice_menu_1"
-
-// menus
-bind "`" "toggleconsole"
-bind "TAB" "+showscores"
-bind "ESCAPE" "cancelselect"
-bind "F4" "player_ready_toggle"
-bind "F5" "jpeg_quality 100; jpeg"
-bind "F6" "save_replay"
-bind "F7" "abuse_report_queue"
-bind "F9" "quit prompt"
-
-bind "\" "toggle r_drawviewmodel 0 1" // toggle viewmodel
-
-// loadout script binds
-bind "F1" loadouts.A
-bind "F2" loadouts.B
-bind "F3" loadouts.C
-bind "F4" loadouts.D
-bind "ALT" loadouts.resup
-
-// chat binds
-bind "]" "explode"
-bind "[" "cmd say med down"
diff --git a/cfg/overrides/demoman.cfg b/cfg/overrides/demoman.cfg deleted file mode 100644 index ec06ae9..0000000 --- a/cfg/overrides/demoman.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.demoman
\ No newline at end of file diff --git a/cfg/overrides/engineer.cfg b/cfg/overrides/engineer.cfg index 53209c2..2c332d6 100644 --- a/cfg/overrides/engineer.cfg +++ b/cfg/overrides/engineer.cfg @@ -1,13 +1,11 @@ // *** destroy and build script *** -bind "UPARROW" build_sentry -bind "LEFTARROW" build_disp -bind "DOWNARROW" build_entrance -bind "RIGHTARROW" build_exit +bind "UPARROW" "build_sentry" +bind "LEFTARROW" "build_disp" +bind "DOWNARROW" "build_entrance" +bind "RIGHTARROW" "build_exit" -alias build_sentry "destroy 2; build 2" -alias build_disp "destroy 0; build 0" -alias build_entrance "destroy 1; build 1" -alias build_exit "destroy 3; build 3" +alias build_sentry "destroy 2; build 2" +alias build_disp "destroy 0; build 0" +alias build_entrance "destroy 1; build 1" +alias build_exit "destroy 3; build 3" - -loadouts.engineer diff --git a/cfg/overrides/game_overrides.cfg b/cfg/overrides/game_overrides.cfg index 1e60399..43d0aa9 100644 --- a/cfg/overrides/game_overrides.cfg +++ b/cfg/overrides/game_overrides.cfg @@ -1,6 +1,13 @@ -bind "MOUSE2" +attack2 +// *** reset binds and aliases *** +bind "MOUSE2" "+attack2" unbind "MOUSE5" unbind "UPARROW" unbind "LEFTARROW" unbind "DOWNARROW" unbind "RIGHTARROW" + +alias load_1 "load_itempreset 0; alias resupply load_itempreset 0" +alias load_2 "load_itempreset 1; alias resupply load_itempreset 1" +alias load_3 "load_itempreset 2; alias resupply load_itempreset 2" +alias load_4 "load_itempreset 3; alias resupply load_itempreset 3" + diff --git a/cfg/overrides/heavyweapons.cfg b/cfg/overrides/heavyweapons.cfg deleted file mode 100644 index 5087608..0000000 --- a/cfg/overrides/heavyweapons.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.heavyweapons
\ No newline at end of file diff --git a/cfg/overrides/medic.cfg b/cfg/overrides/medic.cfg index 5613ffd..441228f 100644 --- a/cfg/overrides/medic.cfg +++ b/cfg/overrides/medic.cfg @@ -1,18 +1,17 @@ -slot 2 // start with medigun +slot2 // start with medigun tf_medigun_autoheal "1" // heal without holding down mouse1 // *** chat binds for uber *** bind "MOUSE2" "+charge" bind "MOUSE5" "charge_ready" -alias +charge "+attack2; slot2; charge_used" +alias +charge "slot2; +attack2; charge_used" alias -charge "-attack2" // *** 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" -alias loadouts.cfg.D "exec overrides/medic/vaccinator.cfg" +alias load_1 "load_itempreset 0; alias resupply load_1; exec overrides/medic/uber.cfg" +alias load_2 "load_itempreset 1; alias resupply load_2; exec overrides/medic/kritz.cfg" +alias load_3 "load_itempreset 2; alias resupply load_3; exec overrides/medic/quickfix.cfg" +alias load_4 "load_itempreset 3; alias resupply load_4; exec overrides/medic/vaccinator.cfg" +load_1 - -loadouts.medic diff --git a/cfg/overrides/medic/kritz.cfg b/cfg/overrides/medic/kritz.cfg index ef348c7..09fa2fd 100644 --- a/cfg/overrides/medic/kritz.cfg +++ b/cfg/overrides/medic/kritz.cfg @@ -1,2 +1,3 @@ alias charge_used "cmd say_team *** KRITZ USED ***"
-alias charge_ready "cmd say_team *** KRITZ READY ***"
\ No newline at end of file +alias charge_ready "cmd say_team *** KRITZ READY ***"
+
diff --git a/cfg/overrides/medic/quickfix.cfg b/cfg/overrides/medic/quickfix.cfg index dcfefdf..6bcbb49 100644 --- a/cfg/overrides/medic/quickfix.cfg +++ b/cfg/overrides/medic/quickfix.cfg @@ -1,2 +1,3 @@ alias charge_used "cmd say_team *** QUICKFIX USED ***"
-alias charge_ready "cmd say_team *** QUICKFIX READY ***"
\ No newline at end of file +alias charge_ready "cmd say_team *** QUICKFIX READY ***"
+
diff --git a/cfg/overrides/medic/uber.cfg b/cfg/overrides/medic/uber.cfg index b5e545d..1aab02e 100644 --- a/cfg/overrides/medic/uber.cfg +++ b/cfg/overrides/medic/uber.cfg @@ -1,2 +1,3 @@ alias charge_used "cmd say_team *** UBER USED ***"
-alias charge_ready "cmd say_team *** UBER READY ***"
\ No newline at end of file +alias charge_ready "cmd say_team *** UBER READY ***"
+
diff --git a/cfg/overrides/medic/vaccinator.cfg b/cfg/overrides/medic/vaccinator.cfg index 93894c4..35a338b 100644 --- a/cfg/overrides/medic/vaccinator.cfg +++ b/cfg/overrides/medic/vaccinator.cfg @@ -1,2 +1,3 @@ alias charge_used
-alias charge_ready
\ No newline at end of file +alias charge_ready
+
diff --git a/cfg/overrides/modules.cfg b/cfg/overrides/modules.cfg index af78d26..c393934 100644 --- a/cfg/overrides/modules.cfg +++ b/cfg/overrides/modules.cfg @@ -1,3 +1,4 @@ +snapshot_buffer=safe bandwidth=6.0Mbps download=nosounds post_processing=off @@ -6,4 +7,5 @@ ropes=low hud_player_model=on hud_contracts=hide hud_avatars=everyone -dynamic_background=preload
\ No newline at end of file +dynamic_background=preload + diff --git a/cfg/overrides/post_comfig.cfg b/cfg/overrides/post_comfig.cfg index e7212c2..c1959e8 100644 --- a/cfg/overrides/post_comfig.cfg +++ b/cfg/overrides/post_comfig.cfg @@ -1,2 +1,84 @@ -exec loadouts/load.cfg // junior's loadouts script -exec overrides/binds.cfg +unbindall + +// *** weapon slots *** +bind "0" "slot10" +bind "1" "slot1" +bind "2" "slot2" +bind "3" "slot3" +bind "4" "slot4" +bind "5" "slot5" +bind "6" "slot6" +bind "7" "slot7" +bind "8" "slot8" +bind "9" "slot9" + +// *** movement *** +bind "a" "+ml" +bind "d" "+mr" +bind "s" "+mb" +bind "w" "+mf" +bind "SPACE" "+jump" +bind "CTRL" "+duck" + +// *** gameplay *** +bind "b" "lastdisguise" +bind "f" "+inspect" +bind "g" "+taunt" +bind "h" "+use_action_slot_item" +bind "i" "showmapinfo" +bind "j" "cl_trigger_first_notification" +bind "k" "cl_decline_first_notification" +bind "l" "dropitem" +bind "m" "open_charinfo_direct" +bind "n" "open_charinfo_backpack" +bind "q" "lastinv" +bind "r" "+reload" +bind "t" "impulse 201" +bind "," "changeclass" +bind "." "changeteam" +bind "-" "disguiseteam" +bind "MOUSE1" "+attack" +bind "MOUSE2" "+attack2" +bind "MOUSE3" "+attack3" +bind "MWHEELUP" "invprev" +bind "MWHEELDOWN" "invnext" + +// *** chat *** +bind "c" "voice_menu_3" +bind "e" "voicemenu 0 0" +bind "p" "say_party" +bind "u" "say_team" +bind "v" "+voicerecord" +bind "x" "voice_menu_2" +bind "y" "say" +bind "z" "voice_menu_1" + +// *** menus *** +bind "`" "toggleconsole" +bind "TAB" "+showscores" +bind "ESCAPE" "cancelselect" +bind "F4" "player_ready_toggle" +bind "F5" "jpeg_quality 100; jpeg" +bind "F6" "save_replay" +bind "F7" "abuse_report_queue" +bind "F9" "quit_prompt" + +bind "\" "toggle r_drawviewmodel 0 1" // toggle viewmodel + +// *** loadout binds *** +bind "F1" "load_1" +bind "F2" "load_2" +bind "F3" "load_3" +bind "F4" "load_4" +bind "ALT" "resupply" + +alias load_1 "load_itempreset 0; alias resupply load_1" +alias load_2 "load_itempreset 1; alias resupply load_2" +alias load_3 "load_itempreset 2; alias resupply load_3" +alias load_4 "load_itempreset 3; alias resupply load_4" +load_1 + +// *** funny haha binds *** +bind "]" "explode" +bind "[" "cmd say med down" + diff --git a/cfg/overrides/pre_comfig.cfg b/cfg/overrides/pre_comfig.cfg deleted file mode 100644 index 129fb5e..0000000 --- a/cfg/overrides/pre_comfig.cfg +++ /dev/null @@ -1 +0,0 @@ -preset=medium-high
\ No newline at end of file diff --git a/cfg/overrides/pyro.cfg b/cfg/overrides/pyro.cfg deleted file mode 100644 index 0a25b06..0000000 --- a/cfg/overrides/pyro.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.pyro
\ No newline at end of file diff --git a/cfg/overrides/scout.cfg b/cfg/overrides/scout.cfg deleted file mode 100644 index db50c4c..0000000 --- a/cfg/overrides/scout.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.scout
\ No newline at end of file diff --git a/cfg/overrides/sniper.cfg b/cfg/overrides/sniper.cfg deleted file mode 100644 index 3d1c57d..0000000 --- a/cfg/overrides/sniper.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.sniper
\ No newline at end of file diff --git a/cfg/overrides/soldier.cfg b/cfg/overrides/soldier.cfg deleted file mode 100644 index bdc5233..0000000 --- a/cfg/overrides/soldier.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.soldier
\ No newline at end of file diff --git a/cfg/overrides/spy.cfg b/cfg/overrides/spy.cfg deleted file mode 100644 index 72779ee..0000000 --- a/cfg/overrides/spy.cfg +++ /dev/null @@ -1 +0,0 @@ -loadouts.spy
\ No newline at end of file diff --git a/custom/juniors-loadouts-script b/custom/juniors-loadouts-script deleted file mode 100644 index 50ca7c2..0000000 --- a/custom/juniors-loadouts-script +++ /dev/null @@ -1 +0,0 @@ -https://github.com/jooonior/tf2-loadouts-script diff --git a/custom/less-distracting-explosions b/custom/less-distracting-explosions index 44e577b..0595982 100644 --- a/custom/less-distracting-explosions +++ b/custom/less-distracting-explosions @@ -1 +1,2 @@ https://gamebanana.com/mods/12444 + diff --git a/custom/mastercomfig b/custom/mastercomfig index e1098b9..4046831 100644 --- a/custom/mastercomfig +++ b/custom/mastercomfig @@ -1 +1,2 @@ https://mastercomfig.com + diff --git a/custom/tf2-ultimate-visual-fix b/custom/tf2-ultimate-visual-fix index d57fcd8..1b66103 100644 --- a/custom/tf2-ultimate-visual-fix +++ b/custom/tf2-ultimate-visual-fix @@ -1 +1,2 @@ https://github.com/agrastiOs/Ultimate-TF2-Visual-Fix-Pack + diff --git a/custom/viewmodel-animations b/custom/viewmodel-animations new file mode 100644 index 0000000..e57674e --- /dev/null +++ b/custom/viewmodel-animations @@ -0,0 +1,10 @@ +https://gamebanana.com/mods/206351 +https://gamebanana.com/mods/206373 +https://gamebanana.com/mods/206311 +https://gamebanana.com/mods/373379 +https://gamebanana.com/mods/351628 +https://gamebanana.com/mods/206285 +https://gamebanana.com/mods/206300 +https://gamebanana.com/mods/206369 +https://gamebanana.com/mods/307980 + |
