Page 1 of 1

replay one demo all time

Posted: Wed Mar 28, 2007 7:07 am
by xamrex
what i must to do to replay 1 demo all time?
now when i wanna watching at demo i must make name demo0000, demo0001, demo0002 etc
what i must to replay demo000 all time??

Posted: Wed Mar 28, 2007 2:00 pm
by ReyalP
You should be able to do this with com_watchdog
set ettv_autoplay 0
set com_watchdog "demo demo0000"

Posted: Wed Mar 28, 2007 3:25 pm
by arni
yes you can use com_watchdog like nextmap in mapcycles

Posted: Thu Mar 29, 2007 3:40 am
by xamrex
it dont work
I write in console:

Code: Select all

set ettv_autoplay 0
set com_watchdog "demo demo0000"
next and I write in console

Code: Select all

 demo demo0000 
And This dont work ;(

Posted: Thu Mar 29, 2007 6:46 am
by WeblionX
Put it in a .cfg and use +exec <filename> on the shortcut/command-line instead.

Posted: Thu Mar 29, 2007 11:23 am
by xamrex
I have that:
in scrout:

Code: Select all

+exec ettv.cfg
in ettv.cfg

Code: Select all

set ettv_delay 5
set sv_maxclients 6
set ettv_clientname "ETTV^1TR^p|"
set ettv_autorecord 0
set ettv_autoplay 0
set com_watchdog "demo demo0000"

Posted: Thu Mar 29, 2007 12:55 pm
by arni