I want to start a private server and make it so I can record demo's. What do I have to do to allow demos on a server. Thanks.
Uh, search for demo recording on the forums. There's serveral threads on the subject.
Even though Raz is right, here's how to do it quick:
(in console of course)
\g_synchronousclients 1
\record <what you want to call this demo>
Then when finished:
\stoprecord
\g_synchronousclients 0
The demos created with 1.01 will have the extension dm_26.
Some say you can turn off the synch thing before you stop record, but that's how I do it above and it seems to work. Put them in your /base/demos/ folder and enjoy!
Note: demos recorded with mods will require those mods to look right, and demos recorded in the unpatched game won't run in the patched version (and vice versa).
Now if you want to create demos from Single player with sound, look up a program called FRAPS and recording with that. And yes there's threads on that too... ;)
Well, I've personally tried it with just quickly toggling g_sync with a script. I beleive it works better that way.
You don't have to do anything to the server to "allow" demos to be recorded, anyone can record demos on any server. Having a demo-recording script makes it easier.
Go to
http://www.chopshopservers.com/education/) and click on the link "Recording Demos". There are also demos there that can be downloaded for your viewing pleasure.
Are you sure about that? From personal experience you can't change the g_sync cvar without having rcon or admin control over the server.
no but the client doesnt change the servers cvar anyway, its only synching all the clients is what i thought, once synched you can start recording and then turn off synch as its bloody annoying to play w/ it on ;)