Log in

View Full Version : recording demo css



Blub
August 9th, 2011, 11:59 PM
hej...i just want to ask if its posible to get settings so i start recording every time i start css without writing record demo.dem in the console every time?

greetz blub

theone
August 10th, 2011, 12:14 AM
try +record demo.dem in launch options?

Or make a bind or download a GUI with record in the gamemenu.

Blub
August 10th, 2011, 12:24 AM
ok thanks for answering

chickengod800
August 10th, 2011, 12:32 AM
Just put it into the valve.rc which is located in "\counter-strike source\cstrike\cfg" (Edit with notepad)
Like this:


// load the base configuration
//exec default.cfg
r_decal_cullsize 1

// Setup custom controller
exec joystick.cfg

// run a user script file if present
exec autoexec.cfg

//
// stuff command line statements
//
stuffcmds

// Own stuff
Record auto
Then it'll automaticly start a demo each time u start ur game.