how do u loop the quake demo?

foolanger

Senior member
Dec 11, 1999
597
0
0
i need to test my comp.. so i wanna loop quake for liek 3 hours.. to see if it runs ok..
 

Rotax

Senior member
Oct 10, 1999
529
0
76
i found this in a diff post but couldn't get it to work though...

timedemo 1
set loop1 "demo demo001;wait;set nextdemo vstr loop2"
set loop2 "demo demo002;wait;set nextdemo vstr loop1"
vstr loop1

put that into a &quot;<name>.cfg&quot; then you can just type &quot;exec <name>.cfg&quot; in the console to loop the 2 demos.

although as i said i haven't got this to work but i also haven't really tried to mess w/ it much.
 

Rotax

Senior member
Oct 10, 1999
529
0
76
oh, and make sure u throw the .cfg into baseq3 directory under the quake 3 directory.