Jump to content

[MOD] HD textures grass


Recommended Posts

FF*VaSoK*22
Posted

HD textures grass (v.0.1)

 

2QqK9jO.jpg

Mod increases the quality of existing textures of grass and bushes and makes them more diverse.
All types of grass were re-painted in a higher quality, as well as new bushes that grow randomly on the terrain.

In the tests, no performance changes were noticed.

=============

Download the archive and unzip the path: ... IL-2 Sturmovik Battle of Stalingrad \ data \ graphics

As a result, the Grass folder should contain graphics

To delete the mod - delete the folder Grass

 

Download

 

 

 

  • Like 11
  • Thanks 13
  • Upvote 14
Posted

jsgme compatible?

 

Hoss

 

FF*VaSoK*22
Posted
1 hour ago, 19//Hoss said:

jsgme compatible?

 

Hoss

 

 

I do not know, did not check.

Posted
1 minute ago, FF*VaSoK*22 said:

 

I do not know, did not check.

 

I really like to use jsgme to remove everything I can in case I really don't like the mod................ 

 

Cheers

 

Hoss

VBF-12_Stick-95
Posted

I just added folders for data then graphics and moved the Grass folder to the graphics folder.  The whole path reads Grass\data\graphics\Grass\Textures.   I copied it to my JSGME MODS folder and activated it.  Works fine.

 

Great addition, thanks for the mod FF*VaSoK*22!

 

  • Upvote 1
Feathered_IV
Posted

Excellent, well done!

=IL2AU=chappyj
Posted

Much impact on performance ?

Posted

Read the first post... In his tests no performance changes were noticed  :)

Posted (edited)

Me like.  :)

 

A.thumb.jpg.846df852d7a158db9984a35c9d06a2bf.jpgB.thumb.jpg.51e3786a5a6e14d9c7b90ea45190ac77.jpg

 

(I edited my post because for some reason the PostImage links to the screenshots became dead links. Screenshots are now back again.)

Edited by Uufflakke
  • Like 3
  • Thanks 1
  • Upvote 4
Posted

The only impact is on my wallet - now I really do need a better GPU to take advantage of this!! - Great looking MOD. 

 

On ‎25‎/‎03‎/‎2018 at 7:09 PM, 19//Hoss said:

 

I really like to use jsgme to remove everything I can in case I really don't like the mod................ 

 

Cheers

 

Hoss

 

Spending a couple of minutes leaning how to package stuff will really help you do all sorts of stuff for all sorts of things using a program like jsgme or ovgme. 

  • Like 1
Posted

Another great looking MOD,

 

can't wait to try it!

 

Cheers

 

Posted
On 25.3.2018 at 8:34 PM, VBF-12_Stick-95 said:

I just added folders for data then graphics and moved the Grass folder to the graphics folder.  The whole path reads Grass\data\graphics\Grass\Textures.   I copied it to my JSGME MODS folder and activated it.  Works fine.

I still don't understand the installation. Who's gonna explain them to me again?

 

Best regards, Michael

Posted (edited)

I think I got it:

  • game_root\jsgme.exe
  • game_root\mods\grass\data\graphics\grass\textures

Cool mod. Thanks VaSok!

 

Regards, Michael

 

Edited by Blue_Bear
Posted
On 2018/3/28 at 3:41 AM, Blue_Bear said:

I think I got it:

  • game_root\jsgme.exe
  • game_root\mods\grass\data\graphics\grass\textures

Cool mod. Thanks VaSok!

 

Regards, Michael

 

I do it with jsgme ,like your say,but it not work...

Posted

And the flowers? :ph34r:

  • 1 month later...
Posted

I'm curious ; does this mod work with the Grass MOD featured in an earlier post...if so how? I am not finding a Grass folder in my Texture folder unless I put one there.

Nice work in any case- I do want to give it a try.

  • 4 weeks later...
FF*VaSoK*22
Posted (edited)

New version 0.25 available.

 

- fixed bugs
- modified missing textures
- added flowers (for the idea thanks  SARFlytitus)

 

x4SWQ80.jpg

 

Delete old version of mod.

 

Download 0.25

Edited by FF*VaSoK*22
  • Like 7
  • Thanks 3
  • Upvote 2
Posted

Gotta love all the creative modders. ?

FurphyForum
Posted

Yep, another small detail thats refind to enhance the game further, cheers!

 

S! 

Posted

Thanks for this mod. Looks awesome.

  • 2 weeks later...
Posted

Grass density can be greatly increased but I havent found a way to increase draw distance yet.

dense grass.jpg

  • Like 3
Posted
2 hours ago, LizLemon said:

Grass density can be greatly increased but I havent found a way to increase draw distance yet.

dense grass.jpg

 

HOW? Instructions! Please! ?

  • Like 1
Posted (edited)

If you have the games archives dumped then in data/graphics/grass you will find three text files; autumn summer and winter with entries like this;

 

[grass]
    model="graphics\grass\ForestGrassB_50m_SU.mgm"
    distance=2            //Render distance in map pixels (1 pixel = 50 meters)
    size=50.0f            //MGM grass quad side size, meters
    ColorOverlay=1        //Amount of ground color mix with grass color
 

Change "size=50.0f" to a value of 25.0f to duplicate that screen shot I posted. I tried a lower value of 5.0 but that made things wig out. Making the distance value higher than 2 has no apparent effect.

 

Or just download this and drop it in /data/graphics

grass.zip

Edited by LizLemon
added file
  • Thanks 1
=TBAS=Sshadow14
Posted (edited)

@LizLemon
@FF*VaSoK*22
Grass draw distance is controlled only in the Startup.Config file under the lines Detail_rt_res & grass_distance.
If you set the game grass quality you get the following config setting changes.

Grass Quality = Ultra
detail_rt_res = 4096 (4K setting for grass, trees, bushes & Terrain dirt/grass underlay)
grass_distance = 300.00000 (Range = 300 meters)
--------------------------------------------------------------------------------------------------
Grass Quality = High
detail_rt_res = 2048 (2K setting for grass, trees, bushes & Terrain dirt/grass underlay)
grass_distance = 200.00000 (Range = 200 meters)
----------------------------------------------------------------------------------------------------------
Grass Quality = Normal
detail_rt_res = 1024 (1K setting for grass, trees, & bushes & Terrain dirt/grass underlay)
grass_distance = 100.00000 (Range = 300 meters)
----------------------------------------------------------------------------------------------------------------------------
Grass Quality = Very low (config file change only for FPS improvement)
detail_rt_res = 512 (0.5K setting for grass, trees, & buses & Terrain dirt/grass underlay)
grass_distance = 0.00000 (Range = 0 meters NO GRASS for fps)
___________________________________________________________________________

I have messed around with it a lot TBH its what i do and i found FPS drops on my system with grass ranges over 600 meters.
But also its very hard to spot things in 110/stuka when the target in 5ft grass you can sill see from 600 meters away (cant see aaa or guns easily, some cars hidden)

Hope this helps and improves maybe grass mod ?

 

Edited by =TBAS=Sshadow14
  • Like 1
  • 5 weeks later...
  • 2 weeks later...
Posted
On 7/26/2018 at 2:00 AM, =TBAS=Sshadow14 said:

@LizLemon
@FF*VaSoK*22
Grass draw distance is controlled only in the Startup.Config file under the lines Detail_rt_res & grass_distance.
If you set the game grass quality you get the following config setting changes.

Grass Quality = Ultra
detail_rt_res = 4096 (4K setting for grass, trees, bushes & Terrain dirt/grass underlay)
grass_distance = 300.00000 (Range = 300 meters)
--------------------------------------------------------------------------------------------------
Grass Quality = High
detail_rt_res = 2048 (2K setting for grass, trees, bushes & Terrain dirt/grass underlay)
grass_distance = 200.00000 (Range = 200 meters)
----------------------------------------------------------------------------------------------------------
Grass Quality = Normal
detail_rt_res = 1024 (1K setting for grass, trees, & bushes & Terrain dirt/grass underlay)
grass_distance = 100.00000 (Range = 300 meters)
----------------------------------------------------------------------------------------------------------------------------
Grass Quality = Very low (config file change only for FPS improvement)
detail_rt_res = 512 (0.5K setting for grass, trees, & buses & Terrain dirt/grass underlay)
grass_distance = 0.00000 (Range = 0 meters NO GRASS for fps)
___________________________________________________________________________

I have messed around with it a lot TBH its what i do and i found FPS drops on my system with grass ranges over 600 meters.
But also its very hard to spot things in 110/stuka when the target in 5ft grass you can sill see from 600 meters away (cant see aaa or guns easily, some cars hidden)

Hope this helps and improves maybe grass mod ?

 

I cannot find this Startup.Config file. Could you please give us the directory path. Thanks.

Posted

IL-2 Sturmovik Battle of Moscow/data/startup.cfg

Posted
1 hour ago, 216th_Cat said:

IL-2 Sturmovik Battle of Moscow/data/startup.cfg

Thanks, it escaped my attention.

I tested at 600 meters, with the improved mod with flowers. I see no impact on my system. I agree that already at 600 meters I do not see anymore the limit between grass and no grass. So 600 meters seems more than enough.

=TBAS=Sshadow14
Posted

Keep in mind 600M Grass will have an impact on performance..

Now when you in a dogfight and you fly within 600m alt the grass will be rendering even tho you cant see it..

 

Posted (edited)

I tested with 600 meters and one plane. I used full flower grass. And yes it has an impact (around 35-40 fps without stuttering) when one overflies at low altitude forests where the bushes and grass are intense and you look at the plane from above so that forests fills in the screen (4K resolution 3840 x 2160). I use also the 4K Trees mod. I have also multiple other mods active, like coloured tracers, longer smokes, particle effects on explosions and bullet hits etc. which may also add some performance hit. When overflying airports or ground were grass is either sparse or non existing then there is no fps hit and you are back to 60 or more.

 

I also tested with 16 planes in dogfight at 400 meters. There is no change. All the additional planes do not change the overall fps. 

I then put back to 300 meters and again with 16 planes in dogfight to 400 mts and fps went to 55-60 and according to scene. If there is only planes and sky with clouds we go to 110.

 

So in conclusion grass with flowers rendering do impact fps. If you have a top high end system then indeed the fps impact is manageable. I suppose on less powerful systems then it must be very noticeable and create stuttering.

 

My parameters are:

 

4K resolution as mentioned above, full ULTRA and all parameters to max. I am in fullscreen mod, Mods enabled, Horizon draw is at 150km, Map scenery distance is Unlimited, Mirrors complex, Clouds high, and Dynamic resolution factor at Full and antialiasing at 4. Use of 4K textures is ticked SSAO and Vsync is also ticked.

 

My system is:

 

Core I7 7820X at 4Ghz,

Chipset X299,

Memory 64GB DDR4 at 3200 Mhz

GTX 1080 Ti slightly overclocked

HDs are all 1 TB fast SSD.

 

 

 

 

 

Edited by IckyATLAS
  • 2 months later...
Posted

I seem to be encountering an issue, the grass I see is very transparent (Kuban, autumn). Is anyone experiencing this?

JGr2/J5_W0LF-
Posted

post a pic I'm not experiencing anything! 

  • 3 months later...
Posted

The grass does not seem to show up properly. 
20190225213300_1.thumb.jpg.7a7125bb7e22a453867f8bf361ab5983.jpg

Any ideas for what I did wrong would be greatly appreciated. It looks very transparent.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...