View Single Post
  #282  
Old 04-07-2012, 02:01 PM
IceFire IceFire is offline
Approved Member
 
Join Date: Apr 2008
Posts: 1,879
Default

Quote:
Originally Posted by JaboMan View Post
Please add widescreen support in the next patch. It's not nice to have those black strips in 1920x1080.
Although the game does lack true widescreen support, you can eliminate the strips by modifying the Config.ini:

Code:
[window]
width=1920 <-manual entry
height=1200 <-manual entry
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1
FullScreen=1
DrawIfNotFocused=1
EnableResize=0
EnableClose=1
SaveAspect=0 <- removes the back bars
Use3Renders=0
Do not open the video settings area in IL-2 after you do this as it will overwrite these changes back to an IL-2 default.

The only problems with this are that the speedbar, comms menu, and map will continue to be rendered in a 4:3 aspect but I find that a small annoyance.
__________________
Find my missions and much more at Mission4Today.com
Reply With Quote