Jump to content

Home

Recording Demos


teleguy

Recommended Posts

In order to use the *-key to record demos I typed in on the console:

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

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

bind * "vstr record1"

but this only works for one game; every time I re-start the game I have to type everything again.

Is there a way to make it permanent?

Link to comment
Share on other sites

Yes, stop using the console for these settings..

 

Create a text file in your BASE folder called autoexec.cfg. Now paste in the recording demo script. Save the file and you have the demo bind all the time.

 

Use the autoexec.cfg to configure your name changes, screenshot bind, and other scripts.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...