- 82
- Öndörkhaan
I have this method. Done it a million times. Really.Anyone knows an easy fix for sunlight shining at the passengers seat feet?
It should be blocked by hood, dashboard, and everything between, but a LOT of modcars have this problem.
I hoped it was fixable through extension config, by adding "hood mesh cast shadow = 1" but that doesn't seem to work.
Add the lines to the car's config file:
[SHADER_REPLACEMENT_...]
ACTIVE=1
DESCRIPTION= shadows on
MESHES = ??
MATERIALS = ??
CAST_SHADOWS = 1
LOD_OUT = 1500
DOUBLE_FACE_SHADOW_BIASED = 1
[SHADER_REPLACEMENT_...]
ACTIVE=1
DESCRIPTION= shadows off
MESHES =
MATERIALS =
CAST_SHADOWS = 0
LOD_OUT = 1500
DOUBLE_FACE_SHADOW_BIASED = 1
Leave the first half as it is. The the second part add materials/meshes that should not cast shadows (all the window-materials).
Most of the new car mods in AC has at least some meshes that don't cast shadow, resulting in sunlight shining trough like the are holes in the car's chassis. It's unbelievable, but it's true. Annoys the living feces out of my OCD mind.