Q3 in widescreen

Locked
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Q3 in widescreen

Post by RRROOOAAARRR »

Got me a Dell 20" WS monitor a week or two back, and running stuff in 1680x1050 owns hard. Been trying to work out how to run Q3 (also RTCW) in this resolution and I'm stumped...does the game even support it?
I hocked a Hanzo sword
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

Sweet, thanks, will try that. MMORPGs are fucking nice in widescreen, would be nice to get the same effect in Q3.
I hocked a Hanzo sword
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

np, man.
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

"Add the custom resolution settings to a text file called autoexec.cfg in your Quake3 'Base' directory"


Hmm. I have a baseq3 folder, but there's no 'base' folder that I can find anywhere in my Q3 install...
I hocked a Hanzo sword
prince1000
Posts: 1892
Joined: Sun Jan 07, 2001 8:00 am

Post by prince1000 »

put it in baseq3
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

OK, made an autoexec.cfg file in baseq3. In it, it says:

seta r_customHeight "1050"
seta r_customWidth "1680"
seta r_mode "-1"

...but I can't see this resolution available anywhere? How do I actually make the game run in this resolution?
I hocked a Hanzo sword
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Example for 16:9 PAL (UK etc):

seta r_customHeight "576"
seta r_customWidth "720"
seta r_mode "-1"


Example for 16:9 PAL (USA etc):

seta r_customHeight "486"
seta r_customWidth "720"
seta r_mode "-1"
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

Yeah, but I want to run it in 1680x1050, that's sort of the whole point.
I hocked a Hanzo sword
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Did you actually run the game yet with your resolution?
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

Opened the game up but couldn't find any way to get this resolution. Figuring there's something I'm missing here, given that the file is definitely in the baseq3 folder...
I hocked a Hanzo sword
Silicone_Milk
Posts: 2237
Joined: Sat Mar 12, 2005 10:49 pm

Post by Silicone_Milk »

as its the autoexec.cfg file settings should take effect immediately.
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

Nope, no sign of 1680x1050 anywhere.
I hocked a Hanzo sword
dzjepp
Posts: 12839
Joined: Wed Mar 28, 2001 8:00 am

Post by dzjepp »

It's not going to be in the video options, it's a custom console thing that should just be setup already when you boot the game or when you load a map... if not, you didn't do it right. ;o
AmIdYfReAk
Posts: 6926
Joined: Thu Feb 10, 2000 8:00 am

Post by AmIdYfReAk »

RRROOOAAARRR wrote:OK, made an autoexec.cfg file in baseq3. In it, it says:

seta r_customHeight "1050"
seta r_customWidth "1680"
seta r_mode "-1"

...but I can't see this resolution available anywhere? How do I actually make the game run in this resolution?
Q3 dosent support widescreen, when you run that command ( Exec autoexec.cfg then vid_restart to make sure ) Q3 will run it at the res that you requested..

Check your monitor's menu and it will say what res its running it at.. atleast my 24" dell does :o
RRROOOAAARRR
Posts: 282
Joined: Sat Feb 17, 2001 8:00 am

Post by RRROOOAAARRR »

AmIdYfReAk wrote:Q3 dosent support widescreen, when you run that command ( Exec autoexec.cfg then vid_restart to make sure ) Q3 will run it at the res that you requested..
Wait...there's a command I have to run? It didn't say that anywhere...

So, in the console, it's: exec autoexec.cfg, then vid_restart ....?
Check your monitor's menu and it will say what res its running it at.. atleast my 24" dell does :o
Definitely 1680x1050. WoW and DAOC are already running quite happily at that res.
I hocked a Hanzo sword
AmIdYfReAk
Posts: 6926
Joined: Thu Feb 10, 2000 8:00 am

Post by AmIdYfReAk »

RRROOOAAARRR wrote:
AmIdYfReAk wrote:Q3 dosent support widescreen, when you run that command ( Exec autoexec.cfg then vid_restart to make sure ) Q3 will run it at the res that you requested..
Wait...there's a command I have to run? It didn't say that anywhere...

So, in the console, it's: exec autoexec.cfg, then vid_restart ....?
Check your monitor's menu and it will say what res its running it at.. atleast my 24" dell does :o
Definitely 1680x1050. WoW and DAOC are already running quite happily at that res.
yep, exec the cfg then vid_restart to make sure that it applys it, then check it Via your monitor's manu..

it wont be listed in the game that you are running that res, But, you will be :)
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

You should be able to put vid_retstart at the bottom of the autoexec.cfg file.
If that dosen't work, you could bind a button for it, so you don't have to type it all the time.
bind x "exec autoexec.cfg; vid_retstart"
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

You could also put vid_restart on the command line of your shortcut.
That should be the last thing that get's executed.
AmIdYfReAk
Posts: 6926
Joined: Thu Feb 10, 2000 8:00 am

Post by AmIdYfReAk »

Uhhhh, i agree with Frag untill the last one...

yea... the last one...
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Or was it autoexec always got executed last rather than what was in the command line?
AmIdYfReAk
Posts: 6926
Joined: Thu Feb 10, 2000 8:00 am

Post by AmIdYfReAk »

Command line is first, Autoexec is started after the main engine starts up but before the Video engine starts...

:)
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

It's been awhile since I was intouch with Q3.
Guest

Post by Guest »

Stop spamming threads with the same question that has already been answered.

-Tormentius
Locked