demor record off as default

Hi, I use this to have a demo recorded automatically when joining an etpro game and I can switch it off with F12.
But I would like to dont have the record starting automatically but only if I press F12 to provide dataspam on my hd.


set demostop "set demotoggle vstr demostart; stoprecord"
set demostart "set demotoggle vstr demostop; autorecord"
set demotoggle "vstr demostart"
bind F12 "vstr demotoggle"



maybe just change this: set demotoggle "vstr demostart" to this: "set demotoggle "vstr demostop"?
Comments
8
cg_autoaction 7
You probably have cg_autoaction set to 7, just change it to 2 for autoscreenshots only for example
cg_autoaction 0 to stop automatic recording and screenshots
but does it still record when i press F12 than?
Parent
yep cuz its a command u set and has nothing to do with autoactions
Parent
That would so not work
Parent
Iirc it's blocked, bit I'm not 100% sure
Parent
Back to top