Colors and Binds

Quake 4 Colors and Binds Workshop
I must admit, I have never used the A,S,D,W,X combo, and have always used the arrow keys. Maybe its because I have big fingers and maybe its because I am clumsy or maybe it because "I want to!" Anyways here are the keyboard binds:
Forget the binds, go straight to color workshop!
Keyboard Binds
//Names - Clan
//============
seta ui_name "^c016I^c015r^c014o^c013n^7J"
seta ui_clan "^7<^4X^7>"

//Game Commands
//=============
bind "F1" "_impulse28" //Vote Yes
bind "F2" "_impulse29" //Vote No
bind "F3" "_impulse17" //Ready
bind "b" "multipov" //Spectate your team
seta g_allowMultipov "1"

//General Chat
//============
bind "SPACE" "clientMessageMode" 
bind "BACKSPACE" "_voicechat" //In-game voice chat
bind "a" "say gg"
bind "d" "say ns"
bind "f" "say thanks"
bind "l" "say lol"
bind "s" "say :)"

//Menu Commands
//=============
bind "TAB" "_impulse19" //Shows Scores
bind "ESCAPE" "togglemenu"
bind "`" "toggleconsole 1"
seta com_allowConsole "1"

//Movement
//========
bind "RIGHTCTRL" "_moveDown" //Duck
bind "RIGHTSHIFT" "_speed" //Walk
bind "UPARROW" "_forward"
bind "DOWNARROW" "_back"
bind "LEFTARROW" "_moveleft"
bind "RIGHTARROW" "_moveright"
bind "DEL" "_moveUp" //Jump

//Mouse Adjustments
//=================
seta m_yaw "0.032" //Side to side movement
seta m_pitch "0.020" //Up and down movement
seta m_accel "0" //Speeds up mouse movement
seta sensitivity "3.4" 
seta in_pitchspeed "140"
seta in_yawspeed "140"

//Cross Hair Settings
//===================
seta g_crosshairCustomFile "gfx/guis/crosshairs/crosshair_railgun.tga"
seta g_crosshairCustom "20"
seta g_crosshairCustom2 "16"
seta g_crosshairSize "64"
seta g_crosshairSize2 "26"
seta g_crosshairColor "1 0 0.5 1"
seta g_crosshairColor2 "1 1 1 1"
seta g_crosshairBlink "1"

//Weapons
//=======
//Gauntlet-Pummel
bind "KP_5" "_impulse0"
//Machine Gun
bind "KP_UPARROW" "_impulse1"
//Shot Gun
bind "END" "_impulse2"
//Grenade Launcher
bind "KP_PGDN" "_impulse4"
//Nail Gun
bind "KP_DOWNARROW" "_impulse5"
//Rocket Launcher
bind "KP_INS" "_impulse6"
//Lightning Gun
bind "KP_HOME" "_impulse8"
//Rail Gun
bind "KP_END" "_impulse7"
//Hyper Blaster
bind "PGDN" "_impulse3"
bind "KP_RIGHTARROW" "_impulse3"
//Dark Matter Gun
bind "KP_PGUP" "_impulse9"

//Team Instructions
//=================
bind "-" "sayteam '^c149==' '^c549I AM FOLLOWING #N' '^c149=='"
bind "0" "sayteam '^c149==' '^c549QUAD NOW - GET TO QUAD' '^c149=='"
bind "1" "sayteam '^c149==' '^c549BACKUP NEEDED #L ENEMY DETHAWING' '^c149=='"
bind "2" "sayteam '^c149==' '^c549LAST' '^c149=='"
bind "3" "sayteam '^c149==' '^c549CAMPED HERE #L' '^c149=='"
bind "4" "sayteam '^c149==' '^c549I AM GUARDED #L' '^c149=='"
bind "5" "sayteam '^c149==' '^c549I AM NOT GUARDED #L' '^c149=='"
bind "6" "sayteam '^c149==' '^c549RETREAT! - WAIT 4 TIMED DETHAW' '^c149=='"
bind "=" "sayteam '^c149==' '^c549FOLLOW ME #N' '^c149=='"
bind "[" "sayteam '^c149==' '^c549REGROUP at RED ARMOR' '^c149=='"
bind "]" "sayteam '^c149==' '^c549REGROUP at QUAD' '^c149=='"
bind "o" "sayteam '^c149==' '^c549QUAD NOW - GET TO QUAD' '^c149=='"
bind "p" "sayteam '^c149==' '^c549REGROUP at RED ARMOR' '^c149=='"
bind "q" "sayteam '^c149==' '^c549AFFIRMATIVE' '^c149=='"
bind "r" "sayteam '^c149==' '^c549RETREAT! - SILENT MODE - WAIT 4 TIMED DETHAW' '^c149=='"
bind "u" "sayteam '^c149==' '^c549HEY #N NEED THIS #R ?!' '^c149=='"
bind "w" "sayteam '^c149==' '^c549NEGATIVE' '^c149=='"
bind "y" "sayteam '^c149==' '^c549LOOK BEHIND YOU' '^c149=='"
bind "z" "clientmessagemode 1" //Team chat
KEY to Chat Tokens (see where they're used above)
* #A - Armor
* #C - Corpse //The location where you last died - sayteam 'Overrun at #C'
* #F - nearest Friendly player, i.e. teammate
* #H - Health
* #I - Nearest "significant" item spawn (weapon, armor, powerup, or MH), whether the item is there or not
* #K - nearest ammo
* #L - Location
* #N - nearest Friendly player, i.e. teammate - reporting his Nick.
* #P - last picked up item
* #R - Lists the nearest health or armor
* #W - Lists the current weapon and ammo you have

//Other Important Settings
//========================
seta net_clientPrediction "0"
seta net_clientMaxRate "26500"
seta net_reportUsageStatistics "0"
seta g_fov "120"

//Enemy and Team Tweaks
//=====================
seta cg_teamColor "255 0 0"
seta cg_enemyColor "0 255 0"
seta cg_forceColors "1"
seta cg_teamModel "helmeted"
seta cg_enemyModel "elite"
seta cg_forceModels "1"

//Memory and Processor Settings
//==============================
seta image_useCache "1"
seta image_cacheMegs "256"
seta image_cacheMinK "3072"
seta com_videoRam "256"
seta r_useSMP "1" //1 for multi processor: 0 for single processor

updated 1/20/2008 IronJ

The Color Workshop!