Taz's config guide for cod4

Associate
Joined
24 Nov 2009
Posts
18
This is a tutorial to make your cod4 look, feel and perform how you want it to.

Colours
How 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
2v836hl.jpg


(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
2hqdwky.png


(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.
2ceq7af.png


(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.
34dsbis.jpg


(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.
qso5sz.png


Advance colours

For 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.

Colours that will need to be binded to a key

The changes are not "persistent." The effect is lost if the scoreboard refreshes. This is why the following commands will need to be binded.

How the bind should look

bind TAB "+scores;g_teamname_allies ^7Taz!!!^7;g_teamname_axis ^7Taz!!!^7;g_scorescolor_allies 0 0 0 0; g_scorescolor_axis 0 0 0 0; g_scorescolor_free 0 0 0 0;g_teamcolor_allies 0 0.6 1 1; g_teamcolor_axis 1 1 1 1"

(g_scorescolor_allies/g_scorescolor_axis/g_scorescolor_free)
These commands will change the colour's of your score board. allies=attack side/axis=defence side/g_scorescolor_free is spectator.
xpop00.png


(g_teamcolor_allies/g_teamcolor_axis)
These commands will change the colour of the little who killed who notifiction on the bottom left of your screen, Allies=Attack side/Axis=Aefence side.
dxrpy.png


(g_teamname_allies ^7Taz!!!^7/g_teamname_axis ^7Taz!!!^)
These commands with allow you to change the colour of your defence and attack names on your scoreboard and allow you to rename it as well, below are all the colours:
^0 = Black
^1 = Red
^2 = Green
^3 = Yellow
^4 = Dark Blue
^5 = Light Blue
^6 = Purple
^7 = White
op094h.png


Things that can be added and moved on the cod4 screen

(cg_hudChatPosition/cg_hudSayPosition)
These commands will move the chat box position and the say box positon. Play about with the numbers to move it where you want you will need the set the hight and width. For example, (cg_hudChatPosition 120 120) (cg_hudSayPosition 120 120)
2mwar7q.png


(cg_debugInfoCornerOffset )
This command will allow you to move your fps counter about on your CoD4 screen. For example, you will need to set the hight and width (cg_debugInfoCornerOffset 50 100 )
2lt11z7.png


(cg_scoreboardPingGraph)
This command will draw your ping graph bars up. Example( cg_scoreboardPingGraph 0 ) is ping graph off and (cg_scoreboardPingGraph 1) is ping graph on
2v0yb0h.png


(cg_scoreboardPingText)
This command will draw your ping as text set to (cg_scoreboardPingText 1) for ping text on, and (cg_scoreboardPingText 0) to turn ping text off.
119bdjd.png


PS. To have ping graph bars and ping text up you will need to set both of these command to (1) like so.
dllruq.png


(cg_ScoresPing_MaxBars)
This command allow's you to control how many bar's are on your ping gragh it ranges from 1 to 10 bars.
nphqmd.png


(cg_scoreboardFont)
This command will allow you to change the font of the name's in your scoreboard. There is 6 different font available.
16hln2v.png


(cg_drawfps)
This command will bring you your fps counter. Example (cg_drawfps 1) for fps counter on and (cg_drawfps 0) for fps counter off.
64nneg.png


(cg_drawlagometer)
This command will bring up the lagometer which allows you to visually monitor how smooth your game is running. Example (cg_drawlagometer 1) for on and (cg_drawlagometer 0) is off.
2aifvko.png


How the lagometer works

Top line

Blue: Frames are being rendered in time with the world updates.your fps. the faster it flows the higher your fps is. you want it to be as thin as possible, the spikier it is due to FPS lag

Yellow: Gameworld updates are not being displayed and are being dropped.lag spikes, mostly due to server lag, or FPS lag.

Bottom line

Green: Packets are being received okay. its your ping. the thinner the less ping you have, it will be like a mountain range, spikes = ping spikes.

Yellow: Capping is causing your client to reject packets.If these are happening something is wrong with your internet (viruses etc) or the server.
Red: The packet's are being lost. This is due to you having a bad connection to the server.

Things that can help fps and the feel of the game

(r_drawdecals)
This command removes all the objects on the detal off ground and walls, for example rubbish and items on the floor. This command can improve FPS even if it is minor
2vci80z.png


(cg_fov)
This command changes your field of view, ranges from 65 (default) to 80. On Promod Live press B/5/5 to increase field of view even further to give you a maximum on screen view of your surroundings.
xfuq8m.png


(cl_packetdup)
This command controls how many packets are sent to the server, increasing this will send more packets to the server. Usualy when you are going to increase this you have a relatively bad ping. For example 30 ping set to 0, 45-60 ping = 1 etc.

(com_maxfps)
This command allows you to set your fps to what ever you want. It can reduce recoil and will help with jumps, some servers will kick you for over 250fps

(sm_enable)
This command will allow you to turn on or off shadows, can help with fps by as much as 15-30 fps.

(cg_brass)
This command allows you to control whether your gun ejects shells or not.

(r_drawwater)
This command allows you to turn on or off water effects.

(com_hunkmegs)
This command allows you to set the game to use more ram. This can result in faster loading times when loading into maps, and more stable FPS. Set to half of the total ammount of ram inside your pc. Default is 1024.

(r_detail)
This command can either turn camo on or off on all your guns, can give a slight FPS boost.

(fx_marks)
This command will allow you to turn on or off bullet holes on walls. Can give you a small FPS increase.

(sv_clientsidebullets)
This command will allow you to turn on or off bullet effects, by removing the bullet lines and smoke from shooting walls. Can give you a small FPS increase.

(seta r_gpusync)
This command improves your mouse response time of your mouse and keyboard, giving you the maximum performance out of your mouse and keyboard, 0=none - 1=adaptive - 2=agressive. Your probably going to want it on 2.

Thing's you can resize on your cod4

(compassFriendlyHeight/compassFriendlywidth)(compassObjectiveheight/compassObjectiveWidth)
These commands will allow you to resize icons on your minimap.
jrp6cj.png


(waypointiconheight/waypointiconwidth)
This command will allow you to resize the bomb icon on your screen
1zgb790.png


(cg_scoreboardHeaderFontScale)
This command will allow you to set the size of your scoreboard header.
2ex55pc.png


(cg_scoreboardBannerHeight)
This command will allow you to set how high or low you want your score board to sit on your screen.

(cg_scoreboardItemHeight)
This command will allow you to resize the bars on your score board.

(cg_scoreboardHeight/cg_scoreboardWidth)
These commands will allow you to resize your score board.
rjpk5d.png



Hope all this help's
your's sincerely Taz!!!
 
Last edited:
You seem to know a lot about messing with the files on CoD4. Quick question, can I get straight to level 55 and unlock all perks/guns without getting banned by PunkBuster or owt like that? Just installed Windows 7 and I cba doing all the challenges again.
 
Back
Top Bottom