Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 01 Jul 2024, 03:17

All times are UTC [ DST ]




Post new topic Reply to topic  [ 48 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: 19 Oct 2005, 22:14 
Offline

Joined: 12 Apr 2005, 01:58
Posts: 64
[quote]Gravelayer,
Go back up this topic a ways and click on the Doom3 link that was posted for the widescreen solution. Quake 4 and Doom 3 have the same game engine so the widescreen fix works.

I also have a Dell 2405 FPW and I am playing Quake 4 in 1920 x 1200 with an FOV of 100. Works great. All you have to do is change a few lines in a config file.

It is working for me with pretty nice gameplay on a 6800 GT OC from BFG. Your 7800 ought to rock it.

So FOV is 100 can you PLEASE GIVE ME EXACTLY ALL STEPS NEEDED!?!?
Is that then 16:9 ? (Novice WS guy)

Shannow,
Taking a screen shot will tell you what your really at.

I foy ufollow the Doom3 link it will give YOU THE EXACTLY ALL STEPS NEEDED!


Top
 Profile  
 


PostPosted: 19 Oct 2005, 23:51 
Offline

Joined: 08 May 2005, 23:21
Posts: 25
Found this on another forum. Works great on a 2405.

Create a file called autoexec.cfg and paste the following into it. Then copy it over to your q4base folder. Works great on my 2405.

seta com_allowconsole "1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_mode "-1"
seta r_aspectratio "2"
seta g_fov "110"
seta r_finish "1"
seta cm_backfacecull "1"
seta image_usecache "1"
seta image_usecachemegs "256"
seta image_usecachemink "3072"

You can change the resolution to 1680 x 1050 if you prefer.


Top
 Profile  
 
PostPosted: 20 Oct 2005, 02:42 
Offline

Joined: 19 Oct 2005, 16:41
Posts: 2
whats performance like? :P


In single player, just awesome, maximum detail. In multiplayer I turn all advanced options off, still looks good.

I took a screenshot and I am running at the correct res, so it does work


Top
 Profile  
 
PostPosted: 20 Oct 2005, 12:43 
Offline

Joined: 20 Oct 2005, 10:13
Posts: 7
Found this on another forum. Works great on a 2405.

Create a file called autoexec.cfg and paste the following into it. Then copy it over to your q4base folder. Works great on my 2405.

seta com_allowconsole "1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_mode "-1"
seta r_aspectratio "2"
seta g_fov "110"
seta r_finish "1"
seta cm_backfacecull "1"
seta image_usecache "1"
seta image_usecachemegs "256"
seta image_usecachemink "3072"

You can change the resolution to 1680 x 1050 if you prefer.


I try this solution with my dell 1600x1050 but i have a strange result:

http://metuwr.free.fr/q4ratio.JPG


Edited by Paddywak to remove the img code as the screenshot was too wide.


Top
 Profile  
 
PostPosted: 20 Oct 2005, 15:16 
Offline

Joined: 23 Sep 2005, 20:47
Posts: 12
Found this on another forum. Works great on a 2405.

Create a file called autoexec.cfg and paste the following into it. Then copy it over to your q4base folder. Works great on my 2405.

seta com_allowconsole "1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_mode "-1"
seta r_aspectratio "2"
seta g_fov "110"
seta r_finish "1"
seta cm_backfacecull "1"
seta image_usecache "1"
seta image_usecachemegs "256"
seta image_usecachemink "3072"

You can change the resolution to 1680 x 1050 if you prefer.

I'll give it a try but sure would like to know why the cachemegs, cachemink and FOV settings are what they are in the .cfg file. I just want to run 1920x1200 without "effecting" anything else.


Top
 Profile  
 
PostPosted: 20 Oct 2005, 21:42 
Offline
Editors
Editors
User avatar

Joined: 14 Oct 2003, 13:52
Posts: 5706
cachemegs: MB of RAM to use as a cache for the game. Normally it's set pretty low - 32 or 64 (or in some cases disabled entirely!) note that this is not how much RAM the .exe will chew up. Normally best set to 1/4 or 3/8 of available RAM, if I remember my Quake 3 tweaking guides correctly... ;)

cachemink: the smallest amount of the cache that is utilised at any one time, in kilobytes. :) Best set to the value of 'cachemegs' /8 *1024 - so 128 becomes 16384. If cachemink is too low, Doom 3 engine games crash rather spectacularly - if they load at all...

In order for these to have any effect, however, you need to turn on 'usecache' by setting it to 1. ;)

FOV is the field of vision. I don't know what the default is, but 110 seems a little high - it might fisheye the screen at the edges...


Top
 Profile  
 
PostPosted: 20 Oct 2005, 22:57 
Offline

Joined: 08 May 2005, 23:21
Posts: 25
[quote]Found this on another forum. Works great on a 2405.

Create a file called autoexec.cfg and paste the following into it. Then copy it over to your q4base folder. Works great on my 2405.

seta com_allowconsole "1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_mode "-1"
seta r_aspectratio "2"
seta g_fov "110"
seta r_finish "1"
seta cm_backfacecull "1"
seta image_usecache "1"
seta image_usecachemegs "256"
seta image_usecachemink "3072"

You can change the resolution to 1680 x 1050 if you prefer.


I try this solution with my dell 1600x1050 but i have a strange result:


It should be 1680 not 1600. Maybe that is the problem.


Top
 Profile  
 
PostPosted: 21 Oct 2005, 00:19 
Offline

Joined: 20 Oct 2005, 10:13
Posts: 7
[quote][quote]Found this on another forum. Works great on a 2405.

Create a file called autoexec.cfg and paste the following into it. Then copy it over to your q4base folder. Works great on my 2405.

seta com_allowconsole "1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_mode "-1"
seta r_aspectratio "2"
seta g_fov "110"
seta r_finish "1"
seta cm_backfacecull "1"
seta image_usecache "1"
seta image_usecachemegs "256"
seta image_usecachemink "3072"

You can change the resolution to 1680 x 1050 if you prefer.


I try this solution with my dell 1600x1050 but i have a strange result:


It should be 1680 not 1600. Maybe that is the problem.

thx u!!! works perfect now! 1680x1050! i have re-change the fov to "90". No deformations.


Top
 Profile  
 
PostPosted: 21 Oct 2005, 00:26 
Offline

Joined: 20 Oct 2005, 10:13
Posts: 7
work perfectly, good framerate. All options MAX & AAx2.

here, the new ati driver for special OpenGL game : Quake4, Doom3, Serious Sam2.
5.10a beta. (incredible performances. more than 35% increase!!)

http://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&questionID=20855

Screenshot ...
http://metuwr.free.fr/QUAKE4wp.jpg

--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
Edited by Paddywak to remove the img code as the screen shot was too wide.

Please could you resuce the size of the screenshots you are posting ...
Large screenshots make it a pain to read the threads ... you have to scroll left and right to read the posts. It's the same with 'long links'. :)
Here's an example of how to post screenshots ...
-----------------------------------------------------------------------------------------------------
Click on the thumbnail to see larger shot ...


----------------------------------------------------------

The code to use is here ...
Code:
<a href="http://url-of-picture"><img src="url-to-thumbnail-image-or-text-explaining-the-link" alt="" /></a>



Thank you ... :)


Top
 Profile  
 
PostPosted: 21 Oct 2005, 12:01 
Offline
Editors
Editors
User avatar

Joined: 14 Oct 2003, 13:52
Posts: 5706
Seems that nVidia can no longer guarantee their dominance in OpenGL... 35% is a serious increase just from optimising drivers! 8)

On the Quake 4 topic, just loaded it up, used the following settings: 1680x1050, medium detail, turned on caching with the settings at 256 and 32768 respectively; aspect set to 2, FOV to 100.

Plays very smoothly. Load times are a bit on the long side, but I was expecting that with a 2500+. In game FPS meter reports a pretty constant 35-40FPS. Bear in mind that I tend to spend a considerable amount of time optimising the number of running background processes and things like that, but I haven't defragged the install yet; nor have I extracted the .pk4 files: I could probably drop load times by about 25% if I did that...

Overall, my initial impressions of Quake 4 are pretty good. I think they made it a bit dark in places, but it's better than Doom 3. ;)

I guess the next port of call is FEAR. Wonder if I can get that to run OK...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 48 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 33 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group