How do you loop demos? Like the Q3A Demos, etc... Reason being that I just built my sisters computer for her, overclocked it from 700 to 850 and wnated to make sure it's going to be stable. thank in advance.
I think you can do a search on this topic and would come up with many hits. This question has been asked a lot of times. To loop is different for different games. Also try http://www.madonion.com for 3DMark 2000, a very effective program to burn-in.
set d1 "demo tempdemo ; set nextdemo vstr d1"
vstr d1
replace "tempdemo" with the real filename of the demo without the extension.
If you want to loop several (7 in this example) demos:
//Favorite demos loop
set dem1 "demo demo0001 ; set nextdemo vstr dem2
set dem2 "demo demo0002 ; set nextdemo vstr dem3"
set dem3 "demo demo0003 ; set nextdemo vstr dem4"
set dem4 "demo demo0004 ; set nextdemo vstr dem5"
set dem5 "demo demo0005 ; set nextdemo vstr dem6"
set dem6 "demo demo0006' ; set nextdemo vstr dem7"
set dem7 "demo demo0007 ; set nextdemo vstr dem1"
vstr dem1
In this example the demo filenames are demo0001 etc. replace with the real demo names minus the .dm3 extension.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.