Cool Stuff |
Proxies: NFproxy: ^She^Devil's Aliases for TeamFortress/Nfproxy |
This
section was designed to set you up with a communication proxy easily. We
will take you step by step and allow you to download configs that have
already been configured for tf. Communication proxies are designed to increase FPS and improve Team Communication. |
[Back to Proxies: Nfproxy ] |
^She^Devil's Team Fortress Alias
Before you use this
cfg, remember, this is not the suggested way to have the
settings,
it's just what I personally
use
click the link for
suggested cfg if you would like to use what they recommend.
Autoexec.cfg (ID1) and Config.cfg (Fortress)
// Team Communication
alias f_death "say_team Dropped Flag%d %E %D #o"
alias f_report "say_team %a %h %b %[P]"
alias f_shortrt "say_team %[h] %[P]"
bind INS "say_team Incoming %V %t %e "
bind DEL "say_team Outgoing %V %t %e "
bind PGUP "say_team It'sME!!%l "
bind HOME "say_team I am Attacking via%l %nA:%a H:%h #o"
bind END "say_team Cancel that/Clear"
bind PGDN "say_team I am Defending%l %e #d"
bind F8 "say_team Clear (%K) #d"
bind F11 "say_team I have Enemy flag %l . %u%[h] %[P]"
bind m "saveme; say_team Medic/Eng I Need You %l.%U%[a] %[h] %[b] %[P]"
// End of Team Communication
// Team Communication EXPLAINED
alias f_death "say_team Dropped Flag%d %E %D #o" | this alias is called if you have the enemy flag and die, it says "Dropped Flag --> Location by [enemy name], number of enemy's guarding. |
alias f_report "say_team %a %h %b %[P]" | Health Report: Armour Health Ammo, Flag/Quad/666 |
alias f_shortrt "say_team %[h] %[P]" | Health Report: Health/Flag |
bind INS "say_team Incoming %V %t %e " | Incoming ("enemy class" "enemy location" "no of enemys" |
bind DEL "say_team Outgoing %V %t %e " | Outgoing enemy class, location, and number of enemys |
bind PGUP "say_team It'sME!!%l " | I'ts Me!! At location |
bind HOME "say_team I am Attacking via%l %nA:%a H:%h" | I am Attackting via Location, with Armour? Health?. Only tells the teammates close to you how much armour and health you have. |
bind PGDN "say_team I am Defending%l %e" | I am Defending Location, no of enemys in area |
bind F8 "say_team Clear (%K) #d" | Clear (person that u killed's name) |
bind F11 "say_team I have Enemy flag %l . %u%[h] %[P]" | I have Enemy flag --> Location, and on a new line, how much health you have/flag |
bind m "saveme; say_team Medic/Eng I Need You %l.%U%[a] %[h] %[b] %[P]" | Calls for Medic, says: Medic/Eng I need you --> Location. And if they are in the area, they will see your Armour, Health, Ammo and if you have a powerup (flag) |
// End of Team Communication EXPLAINED