quake3 time demos

JonnyBlaze

Diamond Member
May 24, 2001
3,114
1
0
some reason my demos wont load. the files are in there, but it looks for a .dm_68 file.

is that normal?

thanks

JB
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,002
126
What version of Quake 3 are you running and what demos are you trying to run?

There are different combinations and not all of them work.
 

JonnyBlaze

Diamond Member
May 24, 2001
3,114
1
0
1.32

i wanted to run the standard timedemo, demo001 that most sites run benchmarks on.

JBlaze
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,002
126
You can't. Version 1.27 and onwards of Quake 3 only runs demo four.

Also you'll find that most sites actually run demo four as well.
 

JonnyBlaze

Diamond Member
May 24, 2001
3,114
1
0
thanks for that info.

i just made a lil script for changing res's in q3 and wanna compare everything. it works cool. i just keep hitting the end key and it goes to the next res up. changes the refresh rates also.

JB

heres a copy if anyone wants it:


set 640 "Exec 640; seta r_mode -1; seta r_customwidth 640; seta r_customheight 480; seta r_displayrefresh 160; vid_restart; echo 640x480@160hz; bind end vstr 800"
set 800 "Exec 800; seta r_mode -1; seta r_customwidth 800; seta r_customheight 600; seta r_displayrefresh 160; vid_restart; echo 800x600@160hz; bind end vstr 1024"
set 1024 "Exec 1024; seta r_mode -1; seta r_customwidth 1024; seta r_customheight 768; seta r_displayrefresh 120; vid_restart; echo 1024x768@120hz; bind end vstr 1289"
set 1289 "Exec 1289; seta r_mode -1; seta r_customwidth 1280; seta r_customheight 960; seta r_displayrefresh 100; vid_restart; echo 1280x960@100hz; bind end vstr 1280"
set 1280 "Exec 1280; seta r_mode -1; seta r_customwidth 1280; seta r_customheight 1024; seta r_displayrefresh 85; vid_restart; echo 1280x1024@85hz; bind end vstr 1600"
set 1600 "Exec 1600; seta r_mode -1; seta r_customwidth 1600; seta r_customheight 1200; seta r_displayrefresh 85; vid_restart; echo 1600x1200@85hz; bind end vstr 640"