Jump to content

Doom 3 BFG locks up after setting res too high


DLH

Recommended Posts

This is a steam game. I set the res too high and now it locks up before the splash screen.  I've tried uninstalling and reinstalling with no luck.

Is there a way to get is started so I can change the resolution back?

 

Here's a chunk of the cfg file:

set r_useSRGB "0"
set r_windowHeight "720"
set r_windowWidth "1280"
set r_windowY "0"
set r_windowX "0"
set r_customHeight "720"
set r_customWidth "1280"
set r_fullscreen "2"
set r_vidMode "22"
set r_multiSamples "0"

 

My card and monitor exceeds that those settings.

What is vidMode "22"?

Thanks

Dave

Edited by DLH

Share this post


Link to post

r_vidmode is basically a variable that, effectively, has "two" settings.

 

If set to -1, that's necessary for custom resolutions to work, so try doing that and see if it works.

 

Otherwise, what it really is is an index for EnumDisplaySettings (which is actually a Windows function). 0 is the first one, 1 is the second... so 22 would actually be the 23rd entry in that list.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...