This is a tutorial to make your cod4 look, feel and perform how you want it to.ColoursHow to make your config your own by changing colours in the game.
(ui_connectScreenTextGlowColor)
This command will change the colour of the map name in the loading screen you will need to play with the numbers to get the colour you want. example's (ui_connectScreenTextGlowColor 1 0.1 0.1 1) is red and (0 1 1 1) is blue and (0 1 0 1) is green

(con_inputBoxColor/con_inputHintBoxColor)
These two commands will change the colour of your console con_inputBoxColor will change the main console and con_inputHintBoxColor will change the colour of the drop down box in your console colour. Example's (0 1 0 1) is green, (0 0.1 1 1) is blue, (1 0 0 1) is red, and the same goes with con_inputHintBoxColor

(con_outputWindowColor)
This command will allow you to change the colour of the outputWindow on your console
(cg_scoreboardMyColor )
This command will change the colour of your name. play with the number's to get the colour you want for example (0 1 0 0) is green, (1 0 0 0) is red, (1 1 0 0) is yellow and (0 1 1 1) is blue.

(cg_ScoresPing_BgColor)
This command will change the background colour of the ping graph box. Play about with the numbers to get the colour you want. Example's (1 0 0 1) is red, (0 1 0 1) is green and (0 0 1 1) is blue.

(cg_ScoresPing_LowColor/cg_ScoresPing_MedColor/cg_ScoresPing_HighColor)
These commands will change the colour of the ping graph bars. For example lowcolor will be the colour for a good ping, Medcolor will be for reasonable ping and highcolor for a bad ping, (0 1 0 1) is green, (1 0 0 1) is red and (0.8 0.8 0 1) is orange.
Advance coloursFor Advance colours you will need to know the number for the colour you want let's say it's blue which is this (0 0.1 0 1) to get a different shade of the color or a different color all to together you will need to do something like this (0.4 0.1 1 1) which will give you purple.
For a fast easy way to get...