Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik

IL-2 Sturmovik The famous combat flight simulator.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-25-2011, 02:29 AM
Reggie Mental Reggie Mental is offline
Approved Member
 
Join Date: Jan 2011
Posts: 26
Default

I am using Track IR5 too. Does this impose any limitations on res?

And to be sure we are all talking about the same thing, the screen is full, not distorted etc, no black bars either side, but the detail is fairly poor considering my spec and what I've seen on less tricked up PCs. Is it my Gfx card after all? Should I change to an nVidia perhaps?

Last edited by Reggie Mental; 01-25-2011 at 02:42 AM.
Reply With Quote
  #2  
Old 01-25-2011, 12:19 PM
Untamo's Avatar
Untamo Untamo is offline
Approved Member
 
Join Date: Jan 2010
Posts: 329
Default

@Reggie:

Do you go to the game's setup screen to check the resolution? If I remember correctly, it will NOT tell you the real resolution as it does not support so high settings. Visually determine (or check from your monitor settings) the new resolution.

When you edit the conf.ini the IL-2 must NOT be launched. The new settings will become active the next time you launch the game. No need to go to any setup screen.

And: I recently had a ATI card (Radeon X1900 XT) and all was well with it.

-Untamo

Last edited by Untamo; 01-25-2011 at 12:27 PM.
Reply With Quote
  #3  
Old 01-25-2011, 12:31 PM
Azimech's Avatar
Azimech Azimech is offline
Approved Member
 
Join Date: Sep 2009
Location: Leerdam, The Netherlands
Posts: 428
Default

Maybe a stupid question but do you have the latest drivers for your GFX card?

A complete uninstall and reinstall is rarely needed. I've never done it anyway.

But really do upgrade to 4.10 if you haven't done so.

The ATI card is fine btw.

Last edited by Azimech; 01-25-2011 at 12:33 PM.
Reply With Quote
  #4  
Old 01-25-2011, 12:33 PM
fruitbat's Avatar
fruitbat fruitbat is offline
Approved Member
 
Join Date: Jan 2010
Location: S E England
Posts: 1,065
Default

Quote:
Originally Posted by Reggie Mental View Post
I am using Track IR5 too. Does this impose any limitations on res?

And to be sure we are all talking about the same thing, the screen is full, not distorted etc, no black bars either side, but the detail is fairly poor considering my spec and what I've seen on less tricked up PCs. Is it my Gfx card after all? Should I change to an nVidia perhaps?
if the screen is full, then your res has been applied.

track ir does not affect anything

you have applied antialiasing in your gfx card settings right, that considerably sharpens the image.

i'm using 16xQ aa.

also, set TexMipFilter=2 to 3 in the conf.ini, this will give you ansiotropic filtering

also, your HardwareShaders=0 should be 1

without aa,





with,




Last edited by fruitbat; 01-25-2011 at 01:06 PM.
Reply With Quote
  #5  
Old 01-25-2011, 02:31 PM
JarheadEd's Avatar
JarheadEd JarheadEd is offline
Approved Member
 
Join Date: Oct 2007
Location: Maryland
Posts: 10
Default

So close to being there man. If this is what you do have in your conf:

[window]
width=1920
height=1080
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1
FullScreen=1
DrawIfNotFocused=0
EnableResize=0 <---Change that to 1, or else,...you can't resize.
EnableClose=1
SaveAspect=0
Use3Renders=0

Hope that helps, and good luck.
Reply With Quote
  #6  
Old 01-25-2011, 02:41 PM
fruitbat's Avatar
fruitbat fruitbat is offline
Approved Member
 
Join Date: Jan 2010
Location: S E England
Posts: 1,065
Default

Quote:
Originally Posted by JarheadEd View Post
So close to being there man. If this is what you do have in your conf:

[window]
width=1920
height=1080
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1
FullScreen=1
DrawIfNotFocused=0
EnableResize=0 <---Change that to 1, or else,...you can't resize.
EnableClose=1
SaveAspect=0
Use3Renders=0

Hope that helps, and good luck.
this is wrong i'm afraid. i have custom res on all 5 of my installs, and on not one is this value 1

from the conf.ini guide over at M4T

Quote:
[window]
this describes how windows displays the game on screen

width=1024
resolution width in pixels set in display properties settings tab in windows

height=768
resolution height in pixels set in display properties settings tab in windows

LCD native resolution not included as an option in FB/AEP/PF Enter your screen values here and Save and start your game.... (if you later open the IL-2 Setup and close it by clicking OK it will change the resolution to 640x480 16bit, unless you change it to something else via this IL-2 Setup.) You will need the following values as well

change SaveAspect=0
ChangeScreenRes=1
EnableResize=0

ColourBits=32
resolution colour set in display properties settings tab in windows. Can be 16 or 32

DepthBits=24
Z buffer usage can be 16 or 24

StencilBits=0
Set in driver section of Il2FB hardware setup. Can be 0 or 8

All the above deal with image quality. The higher the numbers for width and height then the more pixels will be used in the same area therefore the image will be more detailed. The larger the number of bits then the more detail there is per pixel so better image quality

ChangeScreenRes=1
allows the screen resolution to be changed in game. Can be 0 or 1

FullScreen=1
forces display to be full screen and not in a window. Can be 0 or 1

DrawIfNotFocused=0
setting to 1 allows watching the IL2 window in the background, while Alt-Tabbing out of the game. Quite useful for playing co-ops - if you crash and wait for the next mission to start, you can put IL-2 in the background and keep an eye on the mission progress, but at the same time start ranting about "my fav plane is porked" on the forums.

EnableResize=0
Enables user to change window size. can be 0 or 1
must be 0 to allow lcds to fill screen

EnableClose=1

SaveAspect=1
Forces 4:3 picture aspect. Can be 0 or 1
Change SaveAspect=1 to SaveAspect=0 will remove some small black bars at the top and bottom of the screen you get without it on lcds

Use3Renders=0
Allows use of up to 3 screens. Can be 0 or 1
Reply With Quote
  #7  
Old 01-25-2011, 03:12 PM
Reggie Mental Reggie Mental is offline
Approved Member
 
Join Date: Jan 2011
Posts: 26
Default

Getting there. Gotta go and do some boring stuff in RealWorld v1.0 and will apply changes to conf.ini tonight.

Cheers all.
Reply With Quote
  #8  
Old 01-25-2011, 04:07 PM
JarheadEd's Avatar
JarheadEd JarheadEd is offline
Approved Member
 
Join Date: Oct 2007
Location: Maryland
Posts: 10
Default

Quote:
Originally Posted by fruitbat View Post
this is wrong i'm afraid. i have custom res on all 5 of my installs, and on not one is this value 1

Well so much for my memory. Mine has been set to 1 for quite some time, and I was certain that was what had made mine work way back when. I just ran it both ways with the same results. Ehhh,..listen to Fruitbat.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.