timedemos


(ouroboro) #1

if you play several demos to play back to back with a script:


set demo1 "demo demo1; set nextdemo vstr demo2"
set demo2 "demo demo2; set nextdemo vstr demo3"
set demo3 "demo demo3; set nextdemo vstr demo4"
set demo4 "demo demo4; set nextdemo vstr demo5"
set demo5 "demo demo5"
vstr demo1

and run them with /timedemo, the results at the end are not cumulative, but just the results from the very last demo played.

is there a way to get cumulative results from a list of consecutive timedemos?


(DarkangelUK) #2

yeah… add the results together and divide the total by the number of demos to get an overall average.


(ouroboro) #3

:angry: no kidding lol. i want a better way


(Ragnar_40k) #4

Use a calculator? Build a excel sheet?


(ouroboro) #5

:roll: just forget i even asked…