Created
June 30, 2010 16:26
-
-
Save Hebo/458895 to your computer and use it in GitHub Desktop.
Source game configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Left 4 Dead 2 autoexec file | |
| // Launch Options: -window -noborder -novid --noforcemaccel -noforcemparms -nojoy | |
| fps_max 60 | |
| exec "netgraph.cfg" //# netgraph scoreboard script | |
| bind "TAB" "+sb" //# scoreboard & netgraph bind (game default) | |
| bind mouse3 slot1 | |
| bind mouse4 slot2 | |
| bind kp_multiply slot3 | |
| sensitivity 2.6 | |
| bind "f5" "jpeg" | |
| bind "SHIFT" "+duck" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ########################################### | |
| // scoreboard & netgraph | by eram & linfosoma | |
| // ########################################### | |
| echo [l4d_ca: net_graph.cfg LOADED ]; //# load confirmation | |
| alias "netdemo" "+showscores; net_graph 5"; | |
| alias "+sb" "+showscores; net_graph 5"; | |
| alias "-sb" "-showscores; net_graph 0"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Team Fortress 2 autoexec file | |
| fps_max 60 | |
| cl_showfps 2 // Shows your fps in the upper right corner | |
| //snd_surround_speakers 5 // Surround sound | |
| //Melee Toggle | |
| alias meleetoggle melee1 | |
| alias melee1 "slot3; alias meleetoggle melee2; alias guntoggle gun2" | |
| alias melee2 "lastinv; alias meleetoggle melee1; alias guntoggle gun1" | |
| //Gun Toggle and Auto-Buttwhoopin' | |
| alias guntoggle gun1 | |
| alias gun1 "slot2; alias guntoggle gun2; alias meleetoggle melee1" | |
| alias gun2 "slot1; alias guntoggle gun1; alias meleetoggle melee1" | |
| bind q meleetoggle //Automelee Toggle Keybind | |
| bind MOUSE4 guntoggle //Gun Toggle Keybind | |
| sensitivity 2.6 | |
| bind "f5" "jpeg" | |
| bind "SHIFT" "+duck" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment