Quake3 and Widescreen Resolutions?
Quake3 and Widescreen Resolutions?
I have a 24" monitor and want to play Quake3 at its native res (1920*1200), this resolution cannot be selected in the setup menu. Is there a console command that allows this?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Quake3 and Widescreen Resolutions?
Yep. Pull down the console and type this:
/r_mode -1
/r_customwidth 1920
/r_customheight 1200
/r_customaspect 1
/vid_restart
/r_mode -1
/r_customwidth 1920
/r_customheight 1200
/r_customaspect 1
/vid_restart
-
- Posts: 18
- Joined: Sat Aug 12, 2006 6:12 pm
Re: Quake3 and Widescreen Resolutions?
The problem is the aspect ratio is f**ed!
It's better to set it to 1600*1200.
It's better to set it to 1600*1200.
Re: Quake3 and Widescreen Resolutions?
Change your FOV to something more suitable for your screen, then.
Re: Quake3 and Widescreen Resolutions?
lol, I played for like 1.5 years and only now discovered there was a bigger res than 1200x900 or whatever was there. Guess ill have to re-learn my aim 

Re: Quake3 and Widescreen Resolutions?
i'm wondering about this too as i'm about to drop £400 on a 26" widescreen (1920x1200)^misantropia^ wrote:Yep. Pull down the console and type this:
/r_mode -1
/r_customwidth 1920
/r_customheight 1200
/r_customaspect 1
/vid_restart
does this change the aspect ratio accordingly or just squash the image?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Quake3 and Widescreen Resolutions?
aspect_ratio = custom_width / custom_height
1.6 == 1920 / 1200
Take your pick.
1.6 == 1920 / 1200
Take your pick.
-
- Posts: 17
- Joined: Sun Dec 07, 2008 7:30 am
Re: Quake3 and Widescreen Resolutions?
I used to play in 1440x900 on a 19" widescreen.
/r_customheight 900
/r_customwidth 1440
/r_mode -1
/vid_restart
But how does /r_customaspect work? I never knew about that...
I liked the way it looked with the above settings with fov at 120. Got very used to it and improved my game.
/r_customheight 900
/r_customwidth 1440
/r_mode -1
/vid_restart
But how does /r_customaspect work? I never knew about that...
I liked the way it looked with the above settings with fov at 120. Got very used to it and improved my game.
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Quake3 and Widescreen Resolutions?
Been digging into this recently. r_customaspect doesn't exist in newer ioquake3 builds and I doubt it ever really worked anyway - its value was never used to scale anything up or down.
Re: Quake3 and Widescreen Resolutions?
Hi:)kaznth wrote:I have a 24" monitor and want to play Quake3 at its native res (1920*1200), this resolution cannot be selected in the setup menu. Is there a console command that allows this?
I recently created an app just for that (works only on Windows though...):
http://blog.obelisk.ro/2010/09/widescre ... uake3.html

Have fun:)