I pressed sum button and it started recordin my play on wolfenstein. Please tell me the default key to stop recording. Thanks
FeildKID

I pressed sum button and it started recordin my play on wolfenstein. Please tell me the default key to stop recording. Thanks
FeildKID

Open console and type /stoprecord
If it always starts recording at the beginning of a map then you have to type something different (don’t know the command at the moment).
From my config:
//–Demos---------------------------------------------------------------------
//Demo record on/off toggle
seta demoon “autorecord; set demotogg vstr demooff; echo ^3Recording ^2demo”
seta demooff “stoprecord; set demotogg vstr demoon; echo ^3Recording ^2stopped”
seta demotogg “vstr demoon”
bind F12 “vstr demotogg”
// Autoaction 1=Demo 2=SS 4=Stats (add together)
seta cg_autoAction “7”
the easiest thing u could do is make a bind for the /stoprecord command
“bind your key stoprecord”