The Grass FX at Mugello really needs an expert to take a look at it! For me no grass was spawning, this seems to be down to some mask settings:
Code:
MASK_MAIN_THRESHOLD = 0.9
MASK_MAX_LUMINANCE = 0.135
Changing to this gets the grass to spawn.
Code:
MASK_MAIN_THRESHOLD = 0.2
MASK_MAX_LUMINANCE = 0.175
This code needed to be changed in two places the basic and the "custom patches"
There is also no blending between the basic grass FX and the "custom patches", it was like this
Code:
[GRASS_FX_ADJUSTMENT_...]
MATERIALS = grass, temp, grass-brd1
MAP = A,
Changing to this adds a bit of both
Code:
[GRASS_FX_ADJUSTMENT_...]
MATERIALS = grass, temp, grass-brd1
MAP = A,0.5
This is in the file the is downloaded directly by CSP, so it would be interesting to know if others are having the same issue, or what would cause this for me, I presume it worked at some point?
For those having problems my modified file is attached, you need to drop it into
steamapps\common\assettocorsa\extension\config\tracks\loaded
Of course backup the original first!
But as said at the start it could do with an expert in these matters to make some really nice looking grass for Mugello!