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 04-17-2012, 04:24 PM
Geckomeister Geckomeister is offline
Registered Member
 
Join Date: Apr 2012
Posts: 14
Default Graphics not very good

Hi,

I am new to IL-2 so bear with me.
I bought IL-2 1946 on steam, and the graphics seem pretty crap,
The ground textures are all blocky, and not as nice as a lot of the screen shots I have seen floating around.
I have pumped up the graphics to its highest level, and it's a little better, but not really that impressive.
Am I missing something here?
Is my expectation too high?

Also I am running 4.09m with steam, how can I upgrade it to 4.11 to get access to the latest features?

Cheers
Gecks
Reply With Quote
  #2  
Old 04-17-2012, 05:16 PM
Ralf'N'Cockpit Ralf'N'Cockpit is offline
Approved Member
 
Join Date: Aug 2011
Posts: 10
Default

Gecks, welcome

please provide monitor resolution capability, video card you are using, and are you comfortable with editing your config.ini file within your IL-2 folder.

for updating your version from 4.09m to 4.11, please download IL-2 Megapatch 4.10.1 found on the Mission4Today website or do a internet search. Next download the Il-2 411 patch INT version also on Mission4Today website. Ensure you always update the game in number sequence, I.E. from 4.09 to 4.10 to 4.10.1 to 4.11.
Reply With Quote
  #3  
Old 04-17-2012, 08:42 PM
Bolelas's Avatar
Bolelas Bolelas is offline
Approved Member
 
Join Date: Jan 2010
Location: Portugal, Sintra
Posts: 141
Default 4.10.1?

Now with new version 4.11, it was said that you can jump the 4.10.1 version and install direct from 4.09>>4.10>>4.11
And i think you will still need the hotfix to 4.11 version that is 26kb of sise (not 26Mb). Because this version had a CDT bug (crash to desktop).
Reply With Quote
  #4  
Old 04-17-2012, 08:58 PM
Aviar's Avatar
Aviar Aviar is offline
Approved Member
 
Join Date: Dec 2007
Location: New Jersey, USA
Posts: 545
Default

Quote:
Originally Posted by Bolelas View Post
Now with new version 4.11, it was said that you can jump the 4.10.1 version and install direct from 4.09>>4.10>>4.11
And i think you will still need the hotfix to 4.11 version that is 26kb of sise (not 26Mb). Because this version had a CDT bug (crash to desktop).
Correct.

Aviar
__________________
Intel i7-4790 4-Core @3.60GHz
Asus Z97-C Motherboard
16GB DDR-3 1600 SDRAM @800 MHz
NVIDIA GTX 760 - 2GB
Creative SB ZX SBX
Logitech X-530 5.1 Speakers
27" AOC LED - 2752
Logitech G15 Gaming Keyboard
CH FighterStick-Pro Throttle-Pro Pedals
Logitech G13 Gameboard
GoFlight GF-T8 Module
WIN 8.1
Reply With Quote
  #5  
Old 04-18-2012, 02:13 AM
Geckomeister Geckomeister is offline
Registered Member
 
Join Date: Apr 2012
Posts: 14
Default

Hi, thanks for the replies!
I am using 1900x1080
I have 2 x GTX580M in SLI

Yeah I don't mind editing anything if you don't mind giving me direction.

So just to confirm, I can update my steam version manually?

Cheers
Gecks
Reply With Quote
  #6  
Old 04-18-2012, 02:30 AM
CWMV's Avatar
CWMV CWMV is offline
Approved Member
 
Join Date: Mar 2011
Posts: 758
Default

A lot of the screen shots out there are of mods to IL2.
While stock IL2 is alright, it really doesn't shine visually without mods.
Everything from refined 3d to better maps and textures.




And try maxing out your Conf.ini:
http://www.sas1946.com/main/index.php/topic,9756.0.html

All type of cards:

Code: [Select]

[window]
ColourBits=32
DepthBits=24
StencilBits=8

Code: [Select]

[GLPROVIDER]
GL=Opengl32.dll

Code: [Select]

[game]
TypeClouds=1

Code: [Select]

[Render_OpenGL]
TexQual=3
TexMipFilter=3
TexCompress=0
TexFlags.UseDither=0
TexFlags.UseAlpha=0
TexFlags.UseIndex=0
TexFlags.PolygonStipple=1
TexFlags.UseClampedSprites=0
TexFlags.DrawLandByTriangles=0
TexFlags.DisableAPIExtensions=0
TexFlags.ARBMultitextureExt=1
TexFlags.TexEnvCombineExt=1
TexFlags.SecondaryColorExt=1
TexFlags.ClipHintExt=1
TexFlags.UsePaletteExt=1
TexFlags.TexAnisotropicExt=1
TexFlags.TexCompressARBExt=0

TexFlags.TexEnvCombineDot3=1
TexFlags.SeparateSpecular=1

HardwareShaders=1

Shadows=2
Specular=2
SpecularLight=2
DiffuseLight=2
DynamicalLights=1
MeshDetail=2
VisibilityDistance=3

Sky=2
Forest=3
LandShading=3
LandDetails=2

LandGeom=3
TexLarge=1
TexLandQual=3
TexLandLarge=1

VideoSetupId=17
Effects=2
ForceShaders1x=0
PolygonOffsetFactor=-0.0625
PolygonOffsetUnits=-1.0


For ATI cards:
Code: [Select]

TexFlags.UseVertexArrays=0
TexFlags.VertexArrayExt=0
TexFlags.TexEnvCombine4NV=0
TexFlags.DepthClampNV=0
TexFlags.TextureShaderNV=0
Water=2


For Nvidia cards:
Code: [Select]

TexFlags.UseVertexArrays=1
TexFlags.VertexArrayExt=1
TexFlags.TexEnvCombine4NV=1
TexFlags.DepthClampNV=1
TexFlags.TextureShaderNV=1
Water=4


For quick copy&paste action, the whole [Render_OpenGL] section for ATI cards:
Code: [Select]

[Render_OpenGL]
TexQual=3
TexMipFilter=3
TexCompress=0
TexFlags.UseDither=0
TexFlags.UseAlpha=0
TexFlags.UseIndex=0
TexFlags.PolygonStipple=1
TexFlags.UseClampedSprites=0
TexFlags.DrawLandByTriangles=0
TexFlags.UseVertexArrays=0
TexFlags.DisableAPIExtensions=0
TexFlags.ARBMultitextureExt=1
TexFlags.TexEnvCombineExt=1
TexFlags.SecondaryColorExt=1
TexFlags.VertexArrayExt=0
TexFlags.ClipHintExt=1
TexFlags.UsePaletteExt=1
TexFlags.TexAnisotropicExt=1
TexFlags.TexCompressARBExt=0

TexFlags.TexEnvCombine4NV=0
TexFlags.TexEnvCombineDot3=1
TexFlags.DepthClampNV=0
TexFlags.SeparateSpecular=1
TexFlags.TextureShaderNV=0

HardwareShaders=1

Shadows=2
Specular=2
SpecularLight=2
DiffuseLight=2
DynamicalLights=1
MeshDetail=2
VisibilityDistance=3

Sky=2
Forest=3
LandShading=3
LandDetails=2

LandGeom=3
TexLarge=1
TexLandQual=3
TexLandLarge=1

VideoSetupId=17
Water=2
Effects=2
ForceShaders1x=0
PolygonOffsetFactor=-0.0625
PolygonOffsetUnits=-1.0


And the same thing, whole [Render_OpenGL] section, this time for Nvidia cards:
Code: [Select]

[Render_OpenGL]
TexQual=3
TexMipFilter=3
TexCompress=0
TexFlags.UseDither=0
TexFlags.UseAlpha=0
TexFlags.UseIndex=0
TexFlags.PolygonStipple=1
TexFlags.UseClampedSprites=0
TexFlags.DrawLandByTriangles=0
TexFlags.UseVertexArrays=1
TexFlags.DisableAPIExtensions=0
TexFlags.ARBMultitextureExt=1
TexFlags.TexEnvCombineExt=1
TexFlags.SecondaryColorExt=1
TexFlags.VertexArrayExt=1
TexFlags.ClipHintExt=1
TexFlags.UsePaletteExt=1
TexFlags.TexAnisotropicExt=1
TexFlags.TexCompressARBExt=0

TexFlags.TexEnvCombine4NV=1
TexFlags.TexEnvCombineDot3=1
TexFlags.DepthClampNV=1
TexFlags.SeparateSpecular=1
TexFlags.TextureShaderNV=1

HardwareShaders=1

Shadows=2
Specular=2
SpecularLight=2
DiffuseLight=2
DynamicalLights=1
MeshDetail=2
VisibilityDistance=3

Sky=2
Forest=3
LandShading=3
LandDetails=2

LandGeom=3
TexLarge=1
TexLandQual=3
TexLandLarge=1

VideoSetupId=17
Water=4
Effects=2
ForceShaders1x=0
PolygonOffsetFactor=-0.0625
PolygonOffsetUnits=-1.0


Note: "Effects=2" is prone to cause stutters and different errors if your hardware can't handle it. Additionally it causes issues with effects mods like "Plutonium Effects Mod". Be warned, in case of trouble, just set "Effects=1" instead.

Last edited by CWMV; 04-18-2012 at 03:29 AM.
Reply With Quote
  #7  
Old 04-18-2012, 06:03 AM
Geckomeister Geckomeister is offline
Registered Member
 
Join Date: Apr 2012
Posts: 14
Default

What mods should I be using and where can I find them?
Reply With Quote
  #8  
Old 04-19-2012, 12:12 AM
madcat madcat is offline
Approved Member
 
Join Date: Jul 2010
Posts: 14
Default

Quote:
Originally Posted by Geckomeister View Post
What mods should I be using and where can I find them?
Hi there

Seeing as your new to this you might want to try one of the big mod pack. You can find info on the big mod packs here; SAS Activators & Packs Downloads.

Look for the "Newbie Guide" under the "Activators & Packs Downloads" subsections (Ultra Pack, Dark Blue World, HSFX) and that will give you general info on the Mod Pack as well as pros & cons of using that Mod Pack.

Hope that helps

Last edited by madcat; 04-19-2012 at 12:14 AM.
Reply With Quote
  #9  
Old 04-19-2012, 12:53 AM
IceFire IceFire is offline
Approved Member
 
Join Date: Apr 2008
Posts: 1,879
Default

I do wonder if there is some sort of issue yet to sort out. May want to do that before hitting MOD land where things can be great or get a little too interesting very quickly. Not a slight against MOD packages but just thinking we may want to make sure its working correctly first.

Geckomeister, any chance you can take a few screen captures and post them to Photobucket, Flickr, or any other number of services so we can have a look?
__________________
Find my missions and much more at Mission4Today.com
Reply With Quote
  #10  
Old 04-19-2012, 02:00 AM
CWMV's Avatar
CWMV CWMV is offline
Approved Member
 
Join Date: Mar 2011
Posts: 758
Default

I quite agree, best to make sure that the base install is working properly.
maxing out the Conf.ini will go a long way to solving most issues, but the fact is that if your just now coming into IL2 '46 your probably going to be underwhelmed by the looks! Its only 13 years old after all.
Id also like to see what you mean by blocky textures, as there are some driver issues that make trees and such look like big square blocks.
But even if it is working correctly, mods just add more icing to the cake. They really do add life to the old girl.
Reply With Quote
Reply


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:29 PM.


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