View Single Post
  #3  
Old 03-14-2009, 03:38 PM
Forgottenfighter Forgottenfighter is offline
Approved Member
 
Join Date: Jan 2009
Posts: 46
Default

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.

Last edited by Forgottenfighter; 03-14-2009 at 04:02 PM.
Reply With Quote