Page 1 of 1

Autodemo?

PostPosted: Fri Apr 23, 2010 1:41 pm
by j3rk
Occasionally I hear this term bandied about. What does this mean, really? I mean what's the functionality? Is it any different than something like this:

http://www.freewebs.com/mbt00/ wrote:Paste the following in your .cfg to create a button that toggles rax jorising on/off. Once you start it, press it twice in between rounds to keep rax jorises to a minimal size. The PGDN can be replaced by whatever key you desire.

set rec "g_synchronousclients 1;record;g_synchronousclients 0; set rectoggle vstr rec2; echo ^1Recording"
set rec2 "stoprecord; set rectoggle vstr rec; echo "^1Stoped ^1Recording"
set rectoggle vstr rec
bind PGDN vstr rectoggle

Alternatively, if you don't have a custom cfg you can yews binds such as these

/bind PGDN "g_synchronousclients 1;record;g_synchronousclients 0"
/bind PGUP "stoprecord"

Re: Autodemo?

PostPosted: Fri Apr 23, 2010 1:50 pm
by Kerafym
(I think this is how it works)
Auto Demo starts recording whenever a round starts. At the end of the round, it stops recording. If you hit a certain command at any time during the round, it saves that demo. If you hadn't hit that command at any time during the round, it deletes that demo.

Re: Autodemo?

PostPosted: Fri Apr 23, 2010 1:51 pm
by Darth_Wayne
Yes, it does it automatically for each map.

Re: Autodemo?

PostPosted: Fri Apr 23, 2010 1:52 pm
by Darth_Wayne
kera gtfo my internets

Re: Autodemo?

PostPosted: Fri Apr 23, 2010 3:47 pm
by j3rk
Right on, thanks.

Re: Autodemo?

PostPosted: Fri Apr 23, 2010 5:59 pm
by Turky
yea, and autodemo is actually a custom dll mod. so if you have another dll-based mod that you yews, changes are good you have to pick between them.