View Single Post

Creating Text binds in COD4
Old 04-19-2008, 06:49 PM   #1 (permalink)
ANGELofDEATH
Focused Hallucinations
 
ANGELofDEATH's Avatar


 
Join Date: Feb 2008
Location: Just north of hell
Posts: 386
ANGELofDEATH says some cool stuffANGELofDEATH says some cool stuff
Default Creating Text binds in COD4

I did some searching on how to create text binds for quick in game messages.
Lots of info, but not in one place. So I took it all and put it here.
Any additions are welcome.

There are two ways to add binds to COD4.
You can add them to the C:/Program\Activision\Call of Duty 4 - Modern Warfare\player\profiles\<accountname> config_mp.cfg file , open with wordpad.

or create them in wordpad then copy/paste them into the "in-game console" one line at a time.


Step1: Copy the config_mp.cfg of youre Profile to restore it if you damage it.


edit.. You must use word or open .cfg as rich text document.. notepad does not work for this

Step2: Open the config_mp.cfg of youre Profile and add a line like this.

bind F3 "say You Got Rolled"

That means you make an order for the F3 key, to say 'You Got Rolled' in the Game.

Step3:
You can change the color of a letter, word or all sentences by using this code before characters.

Color codes:

^0 = black
^1 = red
^2 = green
^3 = yellow
^4 = blue
^5 = light blue
^6 = purple
^7 = white
^8 = Only When Playing as American = Dark Green
^8 = Only When Playing as Russian = Light Red
^8 = Only When Playing as British = Dark Blue
^8 = Only When Playing as German = Gray
^9 = grey



Example:

bind F3 "say ^1You ^7Got ^4Rolled"

That makes the 'You' appear in red, 'Got' in white and the 'Rolled' in blue.

You Got Rolled



You can choose any other key you prefer for messages that should appear in game but:
WARNING!!! Dont use keys that are already set by the game.

You can use all free F*-keys and the Num Pad to make some helpful statements!

Looks like this:

bind F3 "say You Got Rolled"
bind F4 "say You Got Rolled"
bind F5 "say You Got Rolled"
bind F6 "say You Got Rolled"
bind F7 "say You Got Rolled"
bind F8 "say You Got Rolled"
bind F9 "say You Got Rolled"
bind F10 "say You Got Rolled"

bind KP_HOME "say You Got Rolled"
bind KP_UPARROW "say You Got Rolled"
bind KP_PGUP "say You Got Rolled"
bind KP_LEFTARROW "say You Got Rolled"
bind KP_5 "say You Got Rolled"
bind KP_RIGHTARROW "say You Got Rolled"
bind KP_END "say You Got Rolled"
bind KP_DOWNARROW "say You Got Rolled"
bind KP_PGDN "say You Got Rolled"
bind KP_ENTER "say You Got Rolled"
bind KP_INS "say You Got Rolled"
bind KP_DEL "say You Got Rolled"
bind KP_SLASH "say You Got Rolled"
bind KP_MINUS "say You Got Rolled"
bind KP_PLUS "say You Got Rolled"

You can copy/paste the above paragraphs and edit them to your own taste.


If you add "_team" then these binds show only to your team.

These are the binds added to the console... one line at a time.

/bind F3 "say_team ^2FRIENDLY ON HQ, HOLD NADES"
/bind F4 "say_team ^2ENEMY ON HQ"
/bind F5 "say_team ^2ENEMY IN HQ BUILDING"
/bind F6 "say_team ^2Watch your fire, Friendlies on your six!"
/bind F7 "say_team ^2WATCH THE ROOF.. Windows!!"
/bind F8 "say_team ^8 SORRY"
/bind F9 "say_team ^2Move up! Camping back there makes us spawn back there!"
/bind F10 "say_team ^2Enemy Dead, HOLD FIRE!!

This is the list added to a profile\config_mp.cfg file.

bind F3 "say_team ^2FRIENDLY ON HQ, HOLD NADES"
bind F4 "say_team ^2ENEMY ON HQ"
bind F5 "say_team ^2ENEMY IN HQ BUILDING"
bind F6 "say_team ^2Watch your fire, Friendlies on your six!"
bind F7 "say_team ^2WATCH THE ROOF.. Windows!!"
bind F8 "say_team ^8 SORRY"
bind F9 "say_team ^2Move up! Camping back there makes us spawn back there!"
bind F10 "say_team ^2Enemy Dead, HOLD FIRE!!

STEP 4 SAVE FILE!

EDIT...........

I also changed the binds for F1 and F2 to start and stop recording demos... they are in the same cfg file as the text binds.

So basically I hit F1 to start a demo named pwn.. I then have a desktop shortcut to COD4 demo( C:? COD4/Mods/ModWarfare/demos) folder.. You may have to create the folder first.
Then I rename the pwn.dm file between rounds/takes .. then I can keep recording.


bind F1 record pwn ... record "demo name" ... quotes wont work in cfg file
bind F2 stoprecord
__________________

Quote:
Originally Posted by Beatnik View Post
You should farm your achievements like the rest of the 1337 pwnz0rs.
theeANGELofDEATH


Sarcasm is just another free service I offer

Last edited by ANGELofDEATH; 07-02-2008 at 02:13 AM. Reason: obvious
ANGELofDEATH is offline   Reply With Quote