PDA

View Full Version : 1280 on 960 resolution


asskicker
09-10-2007, 07:15 PM
Why isn't the resolution 1280 on 960 supported?
Or is there another way to set it like that, because this is REALLY annoying ...

Ifurita
09-10-2007, 07:19 PM
http://4newbies.planetwolfenstein.gamespy.com/ETQW/faq.php#widescreen

You can enter these in the console or add them to your autoexec

asskicker
09-10-2007, 07:43 PM
Where is my autoexec?

Ifurita
09-10-2007, 07:52 PM
You have to create one:

http://4newbies.planetwolfenstein.gamespy.com/ETQW/scripting.php#autoexec

asskicker
09-10-2007, 07:57 PM
Alright I put
seta r_customHeight "960"
seta r_customWidth "1280"

In the autoexec but nothing changed... :S

Ifurita
09-10-2007, 08:04 PM
Try:

seta r_mode "-1" //use -1 to disable one of the default settings
seta r_aspectRatio "-1" //0 is for 4:3, 1 is for 16:9, and 2 is for 16:10, set to -1 if you have a customer aspect ratio
seta r_customHeight "960" //specifies height of the screen
seta r_customWidth "1280" //specifies width of the screen

I believe you need the first two lines to override the existing settings

asskicker
09-10-2007, 08:22 PM
ah thank you, it's working now :)

Ifurita
09-10-2007, 08:28 PM
Excellent ...