Jump to content

Home

recording demos


Intangible

Recommended Posts

Create a textfile in your base folder. Name it autoexec.cfg (not autoexec.txt or autoexec.cfg.txt) . Paste in this script

//REcord Demo - Press F12

set record1 "g_synchronousclients 1; record; g_synchronousclients 0; echo Recording Started; bind f12 vstr record0"

set record0 "stoprecord; echo Recording Stopped; g_synchronousclients 0; bind f12 vstr record1"

bind f12 "vstr record1"

and save the file. This script records a demo when you press F12 but you can replace F12 with any other key you like.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...