Jump to content

Home

Demo's


Mr.Apocalypse

Recommended Posts

Go to your base directory and create a new textfile and

name it autoexec.cfg ( or any other name you want e.g. demo.cfg ). Open the file and paste in:

 

//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"

 

Select "all files (*.*)" (NOT "textfile" ) when you save .

Autoexec.cfg will load automatically when you start a game,

if you chose a different name (demo.cfg) you have to open console ( shift + ~ ) and type exec demo.cfg .

You can now start demorecording by pressing F12 .

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...