I thought I would just post this here , didn't know if I should put this in the members section or not,
How To Record Demo using the Acemod as an example,
First thing is go to your \Activision\Call of Duty 4 - Modern Warfare\Mods\xiace.. FOLDER
make sure there is a demos folder in there if not create one
this is where your demos are stored ( I would create a short cut to it)
Activision\Call of Duty 4 - Modern Warfare\Mods\xiace\demos
Thats if it's the acemod you play, if not,choose the one you play.
once this is done you can close it.
Now to record a demo..
once in the game hit the tilde key ~ , thats opens the command prompt.
type in "/record name"(of the player or something you find later) (without quotation marks)hit enter
you should see at the bottom left of the screen that it's recording..
to stop go back to command prompt and type "/stoprecord" (without quotation marks) then enter
Now to play the demo is a little harder
start cod4 mp
go to mods and lauch xiace (for Acemod server)
once that is lauched , open the command ~ and type "/demo name" (without quotation marks)then enter
the demo should load up and start
Now here's a nice little bind you can try if want.
You can also do this if you want , but please make a copy and backup your config first
Copy and paste this into your ( config_mp.cfg ) file, you can change the bind key if you want ,this is a toggle ,it will start and stop the recording ,This will will also take a screen shot when stopped, say If want the score at the end of the game.,
But I think this is it..Give it a try ..you can always delete it.
bind F5 "vstr demo_bfe"
seta demo1 "record; set nextdemo vstr demo2"
seta demo2 "stoprecord; set nextdemo vstr demo1"
seta demo_bfe "vstr demo_start"
seta demo_start "record; seta demo_bfe vstr demo_stop"
seta demo_stop "screenshotJpeg; stoprecord; seta demo_bfe vstr demo_start"