Jump to content

Home

how do i take a screenshot or tape a demo?


bored jedi

Recommended Posts

Originally posted by kstar__2

something like "cl_avi#### 24" i forgot the # part:cool:

The cl_avidemo command is used to convert an existing demo into an avi (actually it creates a lot of screenshots that can be turned into an avi movie) . Cl_avidemo 20 takes 20 shots per second . If you use it in game it will create a lot of lag, so only use it to convert a demo into a movie.

 

To record a demo create a textfile in the base folder and paste

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

in . Save the file as autoexec.cfg .

The F12 key will start/stop recording in game.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...