Skip to content

Instantly share code, notes, and snippets.

@juuba
Created March 12, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juuba/c9286985e5109da24bbf to your computer and use it in GitHub Desktop.
Save juuba/c9286985e5109da24bbf to your computer and use it in GitHub Desktop.
IL2:BOS land texture LOD tweak
Step one:
Navigate to your BOS graphics folder. Default should be:
C:\Program Files\IL-2 Sturmovik Battle of Stalingrad\data\graphics\
Steam version should be:
C:\Program Files\Steam\SteamApps\common\IL-2 Sturmovik Battle of Stalingrad\data\graphics\
Find and open the file called "terrain.ini" with notepad. It should only contain a few lines of text like below:
PixelSize=50 //meters
LodCount=5
texlod=4096,8
texlod=2048,8
texlod=2048,8
texlod=2048,8
texlod=1024,16
The last line "texlod=1024,16" is whats causing the blurring, change it to:
texlod=2048,8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment