How to get Quake3 Loop ??

this is how you loop quake 3....

open notepad cut and paste this and save as config.cfg in the /baseq3 folder

set loop "vstr loop1"
set loop1 "set timedemo 1 ; demo demo001 ; set nextdemo vstr loop2"
set loop2 "demo demo001 ; set nextdemo vstr loop1"

when in ~ console type...

exec config.cfg

then hit enter then type

vstr loop

then hit enter and the demo will begin looping until you hit esc



<P ID="edit"><FONT SIZE=-1><EM>Edited by TheRaider on 12/25/00 02:37 AM.</EM></FONT></P>
 
Once you got the demo, make a bat file with this in it in your Q3 directory, and place a shorcut at your desktop if u want:
quake3.exe +exec democycle.cfg %1 %2 %3 %4 %5 %6 %7 %8 %9
Then make and edit a file called democycle.cfg with this written in it:
timedemo 1
Set D1 "demo torture1; set nextdemo vstr D2"
Set D2 "demo die; set nextdemo vstr D1"
vstr D1
Where "torture1" and "die" are the demos on my cycle.
This will altern the two demos.


Saludos a todos