Code:
//binds number keys to slots, uses all 10 for ingame menus like voting
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"
bind "0" "slot10"
//addon command
bind mouse4 "freezestatus"
//screenshot!
bind [ "screenshot"
//gets list of players + steamids, and saves it to a file in sf folder
alias +cndmp "clear;status"
alias -cndmp "condump"
bind l "+cndmp"
//text binds
bind f1 "say_team Drop the flag\Press Z!"
bind f2 "say_team I DONT THINK SO SISTA;kill"
bind f3 "say_team Roger that\Thanks!"
bind f4 "say_team Negative!"
bind f5 "say_team Cover Me\(Un)Freezing\Repairing!"
bind f6 "say_team Enemy Engineer spotted! Watch the walls!"
bind f7 "say_team Repair the blocks!"
//if you don't want to download any sounds from servers, still allows maps and such
cl_downloadfilter "nosounds"
//disable the onscreen help, not reccomended for newer people, so commented out =p can enable it if you want
//cl_help 0
//this smooths out player movement or something, seems to lag a lot of people so turning it off
cl_smooth 0
//net graph, displays various things, ping/connection related and your fps
net_graph 3
does a few things in there =] mainly the status bind and freezestatus bind ;o good for reporting griefers. the f-key binds are fun too =p (f2 is a joke so you can remove that :P)
freezestatus is a plugin that most servers have, point at a block and press the key and it says who froze/unfroze it last =]
just press the status bind key and it does everything, find the file in "Steam\SteamApps\SourceMods\sourceforts\", named like condump###.txt
to use them (
Installation):
Quote:
Originally Posted by devicenull
Create a file called "userconfig.cfg".. put any aliases there, it's executed right after config.cfg.
Config.cfg is rewritten every time you launch the game, and only includes binds/cvars. It will never included aliases.
|
note, all config files goto "Steam\SteamApps\SourceMods\sourceforts\cfg\"
change the keys as you wish as well =] just a generalization, not everyone has mouse4 so do what you want
any questions feel free to ask on here or pm me in irc, if you want any help making a script i can do that as well
enjoy