View Single Post
  #7  
Old 03-15-2009, 12:17 AM
Stretch32 Stretch32 is offline
Registered Member
 
Join Date: May 2008
Posts: 5
Default

Quote:
Originally Posted by Forgottenfighter View Post
Try this. In the conf.ini file there should be a bit that looks like this:

[window]
width=1024
height=768
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1
FullScreen=1
DrawIfNotFocused=0
EnableResize=0
EnableClose=1
SaveAspect=1
Use3Renders=0

Change the width and height to the appropriate settings, ie. 1920 X 1080.

Next, set "EnableResize" to 0, if it isn't already set.

Then change "SaveAspect" to 0.

The game should now run at 1920 X 1080.
Thanks for the reply, I tried the above settings and my resolution did increase but now the screen image doesn't cover the entire monitor. How do I get the screen to stretch so there's no blacked out areas on the left and right?

Last edited by Stretch32; 03-15-2009 at 12:20 AM.
Reply With Quote