commit 43b09ea669215e6c7ee8691423eb1561eef86321 Author: Nathan McCarty Date: Tue Mar 28 18:46:39 2023 -0400 Initial commit diff --git a/cfg/autoexec.cfg b/cfg/autoexec.cfg new file mode 100644 index 0000000..0541422 --- /dev/null +++ b/cfg/autoexec.cfg @@ -0,0 +1,107 @@ +unbindall +// Weapon switching +bind "1" "slot1" +bind "2" "slot2" +bind "3" "slot3" +bind "MWHEELUP" "invprev" +bind "MWHEELDOWN" "invnext" +// Movement +alias move_bind=wasd"bind w +mf;bind a +ml;bind s +mb;bind d +mr" +alias move_bind=esdf"bind e +mf;bind s +ml;bind d +mb;bind f +mr" +alias move_bind=zqsd"bind z +mf;bind q +ml;bind s +mb;bind d +mr" +alias move_bind=arrows"bind UPARROW +mf;bind LEFTARROW +ml;bind DOWNARROW +mb;bind RIGHTARROW +mr" +alias move_bind=asdf"bind a +mf;bind d +ml;bind s +mb;bind f +mr" +alias move_bind=vim"bind k +mf;bind h +ml;bind j +mb;bind l +mr" + +alias +mf"-back;+forward;alias cf +forward" +alias +mb"-forward;+back;alias cb +back" +alias +ml"-moveright;+moveleft;alias cl +moveleft" +alias +mr"-moveleft;+moveright;alias cr +moveright" +alias -mf"-forward;cb;alias cf" +alias -mb"-back;cf;alias cb" +alias -ml"-moveleft;cr;alias cl" +alias -mr"-moveright;cl;alias cr" +alias cf +alias cb +alias cl +alias cr + +move_bind=wasd + +echo"Null-Canceling Movement script applied" + +bind "SPACE" "+jump" +bind "CTRL" "+duck" +bind "MOUSE1" "+attack" +bind "MOUSE2" "+attack2" +alias +meleeattack "slot3; +attack" +alias -meleeattack "-attack; lastinv" +bind "MOUSE3" "+meleeattack" + +// Communication +bind "7" "say" +bind "g" "say_team" +bind "MOUSE4" "+voicerecord" +bind "MOUSE5" "voicemenu 0 0" +bind "z" "voice_menu_1" +bind "x" "voice_menu_2" +bind "c" "voice_menu_3" +bind "v" "+taunt" + +// Loadout binds +bind "9" "load_itempreset 0" +bind "," "load_itempreset 1" +bind "." "load_itempreset 2" +bind "0" "load_itempreset 3" + +// Commented for reference +// bind "h" "+use_action_slot_item" +// bind "p" "say_party" +// bind "q" "lastinv" +// bind "r" "+reload" +// bind "'" "+moveup" +// bind "/" "+movedown" +// bind "." "changeteam" +// bind "INS" "+klook" +// bind "END" "centerview" +// bind "PGUP" "+lookup" +// bind "PGDN" "+lookdown" +// bind "PAUSE" "pause" +// bind "ALT" "+strafe" + +// Misc +bind "8" "changeclass" +bind "=" "open_charinfo_direct" +bind "j" "cl_trigger_first_notification" +bind "k" "cl_decline_first_notification" +bind "b" "kill" +bindtoggle "q" "r_drawviewmodel" + +// Scoreboard with net_graph +bind "tab" "+scoreboard" +alias +scoreboard "+showscores ; net_graph 1 ; cl_showfps 2" +alias -scoreboard "-showscores ; net_graph 0 ; cl_showfps 0" + +// Random +// bind "n" "open_charinfo_backpack" +bind "`" "toggleconsole" +bind "ESCAPE" "cancelselect" +bind "F1" "+showroundinfo" +bind "F2" "show_quest_log" +bind "F3" "show_matchmaking" +bind "F5" "screenshot" +bind "F6" "save_replay" +bind "F7" "abuse_report_queue" +bind "F9" "vr_toggle" +bind "F10" "quit prompt" +bind "F11" "vr_reset_home_pos" +bind "F12" "replay_togglereplaytips" + +// Settings +fov_desired "90" +viewmodel_fov "90" +cl_crosshair_scale 1 +cl_interp 0.0152 +cl_updaterate 66 +cl_cmdrate 66 +rate 120000 diff --git a/cfg/demoman.cfg b/cfg/demoman.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/demoman.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/engineer.cfg b/cfg/engineer.cfg new file mode 100644 index 0000000..031066e --- /dev/null +++ b/cfg/engineer.cfg @@ -0,0 +1,14 @@ +// Reset binds +exec autoexec.cfg + +// Engie Aliases +alias "Sentry" "destroy 2 0; build 2 0" +alias "TeleEntry" "destroy 1 0; build 1 0" +alias "TeleExit" "destroy 1 1; build 1 1" +alias "Dispenser" "destroy 0 0; build 0 0" + +// Engie Binds +bind "r" "Sentry" +bind "t" "Dispenser" +bind "4" "TeleEntry" +bind "5" "TeleExit" diff --git a/cfg/heavyweapons.cfg b/cfg/heavyweapons.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/heavyweapons.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/medic.cfg b/cfg/medic.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/medic.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/pyro.cfg b/cfg/pyro.cfg new file mode 100644 index 0000000..582ca4d --- /dev/null +++ b/cfg/pyro.cfg @@ -0,0 +1,8 @@ +// Reset binds +exec autoexec.cfg + +// Automatically switch to flame thrower and airblast, switching back when done +alias +airblast "slot1; +attack2; spec_next" +alias -airblast "-attack2; lastinv" + +bind "MOUSE2" "+airblast" diff --git a/cfg/scout.cfg b/cfg/scout.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/scout.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/sniper.cfg b/cfg/sniper.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/sniper.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/soldier.cfg b/cfg/soldier.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/soldier.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/cfg/spy.cfg b/cfg/spy.cfg new file mode 100644 index 0000000..787c2d7 --- /dev/null +++ b/cfg/spy.cfg @@ -0,0 +1,2 @@ +// Reset binds +exec autoexec.cfg diff --git a/sound/sound.cache b/sound/sound.cache new file mode 100755 index 0000000..162cfb7 Binary files /dev/null and b/sound/sound.cache differ diff --git a/sound/ui/hitsound.wav b/sound/ui/hitsound.wav new file mode 100755 index 0000000..dc09f2d Binary files /dev/null and b/sound/ui/hitsound.wav differ diff --git a/sound/ui/killsound.wav b/sound/ui/killsound.wav new file mode 100755 index 0000000..9154bed Binary files /dev/null and b/sound/ui/killsound.wav differ