Turn on and off record demo with F12

All things related to Enemy Territory game. Maps, mods, scripts etc.
Post Reply
User avatar
ETc|#.Jay.#
ETc| Member
Posts: 1775
Joined: 25 May 2008, 22:01
discord: ETc|₪.Jay.₪ #4322
Location: Germany
Contact:

Turn on and off record demo with F12

Post by ETc|#.Jay.# »

put that in your custom cfg, or make a new cfg as example record.cfg
ingame /exec record.cfg
you can start the demo and turn it off with the same key F12

record.cfg

Code: Select all

//////  Start stop record via F12 ///////
set recordon "autorecord ; set record_onff vstr recordoff"
set recordoff "stoprecord ; set record_onff vstr recordon"
set record_onff "vstr recordon"
bind F12 "vstr record_onff"
Image
Post Reply