PDA

View Full Version : Capturing a demo while playing either COD SP Demo


10-26-2003, 12:29 PM
Hello!

Has anyone seen how to do this or know the command lines to start/stop demo?

In SOF 2 we would add these two binds to my sof2mp.cfg

bind F11 "g_synchronousclients 1; record; g_synchronousclients 0"
bind F12 "stoprecord"

Thanks for your help.

w4rp
10-26-2003, 01:20 PM
I'm pretty sure you'd have to use some kind of Video Capture software, but I may be wrong...

Binary
10-26-2003, 03:46 PM
You should try Fraps.
http://www.fraps.com/

10-26-2003, 10:22 PM
Right on, thanks!

11-07-2003, 08:51 PM
From: http://www.101st-airborne.nl/bob/viewtopic.php?t=104

ClickBouyow found it.

Place this in your config_mp.cfg file.

// demo record toggle script by save*noginn
seta demo_start "record; set demo_tog vstr demo_stop"
seta demo_stop "stoprecord; set demo_tog vstr demo_start"
seta demo_tog "vstr demo_start"
bind BACKSPACE "vstr demo_tog"

to play it:

/demo <filename>

ClickBouyow
11-07-2003, 09:32 PM
From: http://www.101st-airborne.nl/bob/viewtopic.php?t=104

ClickBouyow found it.

Place this in your config_mp.cfg file.

// demo record toggle script by save*noginn
seta demo_start "record; set demo_tog vstr demo_stop"
seta demo_stop "stoprecord; set demo_tog vstr demo_start"
seta demo_tog "vstr demo_start"
bind BACKSPACE "vstr demo_tog"

to play it:

/demo <filename>

LOL! I think a bunch of us have found it. I might also add, grab a copy of FRAPS as posted by Binary above. Although this will record a demo, before you can show it to the world, you have to convert it. FRAPS will not convert it, but you can record your demo with it. FRAPS will then make a .avi file that you CAN share with the world. Another useful tool is VirtualDub. You can use it to cut out the useless or "unfortuanate" bits that you don't want to share. You can grab it at http://www.virtualdub.org/

11-08-2003, 10:47 PM
:D