• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quake3 time demos

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.
 
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.
 
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"


 
Back
Top