
Quake Live:
CTF Team Binds
This is an adaption of my Quake IV CTF script (which is actually an adaption of my Quake III team binds) so it will work in Quake Live. Feel free to edit to your hearts content.
///////////team comm//////////////
bind 1 say_team "^1[^7On Offense^1]"
bind 2 say_team "^1[^7On Defense^1]"
BIND 5 say_team "^1[^7Affirmative^1/^3Roger That^1]"
BIND 6 say_team "^1[^7no^1/^3CANCEL^1]"
bind KP_UPARROW say_team "^1[^7Incoming ^1| ^1High^1]"
bind KP_DOWNARROW say_team "^1[^7Incoming ^1| ^2Low^1]"
bind KP_5 say_team "^1[^7Incoming ^1| ^4Middle ^1]"
bind KP_RIGHTARROW say_team "^1[^7 EFC leaving ^4MIDDLE!^1]"
bind KP_PGUP say_team "^1[^7 EFC leaving ^1HIGH!^1]"
bind KP_PGDN say_team "^1[^7EFC leaving ^2LOW!^1]"
bind KP_END say "^2:^7o"
bind KP_PLUS say_team "^1[^7Base ^1* ^7Clear^1]"
bind KP_ENTER say_team "^1[^7Base ^1| ^3UNSAFE^1]"
bind KP_SLASH say_team "^2<<<^7OUR ^1* ^7POWERUP^2>>>"
bind KP_STAR say_team "^2<<<^7MIDDLE ^1* ^7POWERUP^2>>>"
bind KP_MINUS say_team "^2<<<^7ENEMY ^1* ^7POWERUP^2>>>"
bind KP_HOME say "^7has rage-quit"
bind KP_LEFTARROW say "^7has disconnected"
bind LEFTARROW say "lol"
bind RIGHTARROW say ":]"
bind UPARROW say ":p"
bind DOWNARROW say "gg"
- Quake Live:
FOV / Sensitivity Script - Quake 4:
net_clientprediction adjustment Script - Quake4:
On-the-fly Mouse Sensativity Script - Quake4:
jayP's Team Chat config - Quake4:
Name changing Script - Quake4:
Lago-meter toggle script
I've been messing around with my fov and sensitivity again, so I made a toggle script to cycle through some settings I've been using. Feel free to use this, just put in what ever sens/fov you want. Hit F7 to cycle through the different setting.
////fov-toggle////
set v1 "sensitivity 2.35; cg_fov 110; bind F7 vstr v2"
set v2 "sensitivity 2.25; cg_fov 120; bind F7 vstr v3"
set v3 "sensitivity 2.15; cg_fov 130; bind F7 vstr v1"
bind F7 "vstr v1"
This script adjusts the net_clientPrediction up or down. Very useful on a laggy server.
Net_clientPrediction increasing/decreasing by 1 by pressing "F9" or "F10" of keypad
bind F9 "dec net_clientPrediction 1; addchatline '^1clientPrediction:';addchatline $net_clientPrediction" //reduces
bind F10 "inc net_clientPrediction 1; addchatline '^1clientPrediction:';addchatline $net_clientPrediction"//increases
This script increases or decreases the sensativity by ".1", I've found this very useful for getting the getting the right sensativity. You can tweak to your hearts content with this script.
bind "F10" "inc sensitivity .1; addchatline '^2sensitivity:';addchatline $sensitivity"
bind "F11" "dec sensitivity .1; addchatline '^2sensitivity:';addchatline $sensitivity"
I thought I'd post my teamchat config for anyone that needed one, or as a base to work on there own. This config uses some Q4MAX chat tokens in them, and is pretty stripped down. My focus has been to be able to tell my team-mates just a few relevent things:
1) Which direction an attack on the base is comeing from
2) which direction the flag is leaveing
3) the availability of an item
4) the spawning of a powerup
I only use a few of these regularly but I'll post the whole config just for reference.
///////////team comm//////////////
bind 1 "sayteam '^1[^7On Offense^1]#L'"
bind 2 "sayteam '^1[^7On Defense^1]#L'"
bind PGDN "sayteam '^2[ #I ]^1[^7Taken^1]'"
bind mouse5 "sayteam '^2[ #I ]^1[^7available^1]'"
bind 4 "sayteam '^1[^7Area ^1* ^7Clear^1][^2#L^1]'"
BIND 5 "sayteam '^1[^7Affirmative^1/^3Roger That^1]'"
BIND 6 "sayteam '^1[^7no^1/^3CANCEL^1]' "
bind KP_UPARROW "sayteam '^1[^7Incoming ^1| ^1High^1]#L#I'"
bind "KP_INS" "kill"
bind KP_DOWNARROW "sayteam '^1[^7Incoming ^1| ^2Low^1]#L#I'"
bind KP_5 "sayteam '^1[^7Incoming ^1| ^4Middle ^1]#L#I'"
bind KP_RIGHTARROW "sayteam '^1[^7 EFC leaving ^4MIDDLE!^1]#L#I'"
bind KP_PGUP "sayteam '^1[^7 EFC leaving ^1HIGH!^1]#L#I'"
bind KP_PGDN "sayteam '^1[^7EFC leaving ^2LOW!^1]#L#I'"
bind KP_HOME "sayteam '^1<^3---^7EFC spotted^3---^1>#L#I'"
bind KP_END "say '^2:^7o'"
bind KP_PLUS "sayteam '^1[^7Base ^1* ^7Clear^1]'"
bind KP_ENTER "sayteam '^1[^7Base ^1| ^3UNSAFE^1]'"
//bind KP_PLUS "say '^2:^7D'"
bind KP_SLASH "sayteam '^2<<<^7OUR ^1* ^7POWERUP^2>>>'"
bind KP_STAR "sayteam '^2<<<^7MIDDLE ^1* ^7POWERUP^2>>>'"
bind KP_MINUS "sayteam '^2<<<^7ENEMY ^1* ^7POWERUP^2>>>'"
bind KP_LEFTARROW "say '^2x^7D';emote taunt"
bind LEFTARROW "say 'lol'"
bind RIGHTARROW "say ':]'"
bind UPARROW "say ':p'"
bind DOWNARROW "say 'gg'"
This is a nice name toggle script, good if your a alias-loving stealth fragger. I'm looking at you XPO-gam3r!
set ua_name_01 "set ua_name_f vstr ua_name_02; set ui_name 'YOUR-NAME1'; set ui_clan 'YOUR-CLAN1'" //
set ua_name_02 "set ua_name_f vstr ua_name_03; set ui_name 'YOUR-NAME2'; set ui_clan 'YOUR-CLAN2'"
set ua_name_03 "set ua_name_f vstr ua_name_01; set ui_name 'YOUR-NAME3'; set ui_clan 'YOUR-CLAN3'"
vstr ua_name_02 // Default
bind "BACKSPACE" "vstr ua_name_f"
Toggles your lag-o-meter and FPS counter
bind "=" "toggle hud_fps 1 0; toggle net_clientlagometer 1 0"
