PDA

View Full Version : Demo Script



Brokengod
18th February 2004, 21:17
This a demo script that might work, you can either rename the demos after the game or change the script beforehand.

toggle1 "g_syncronousClients 1; vstr nextdemo; g_syncronousClients 0; set nexttoggle vstr toggle2"
set toggle2 "stoprecord; set nexttoggle vstr toggle1; echo Stop Recording ..."
set nexttoggle "vstr toggle1"
bind backspace "vstr nexttoggle"

set demo1 "record gamedemo1; set nextdemo vstr demo2; echo Recording Demo #1"
set demo2 "record gamedemo2; set nextdemo vstr demo3; echo Recording Demo #2"
set demo3 "record gamedemo3; set nextdemo vstr demo4; echo Recording Demo #3"
set demo4 "record gamedemo4; set nextdemo vstr demo5; echo Recording Demo #4"
set demo5 "record gamedemo5; set nextdemo vstr demo6; echo Recording Demo #5 - last demo"
set demo6 "echo no more demos"
set nextdemo "vstr demo1"

JonnyThunder
18th February 2004, 23:39
Just posted one which works a treat in the Important Information part of the forums. Gives you 10 slots to record to.

Click here to view post (http://forums.badacid.net/showthread.php?t=445)