TheCyberPunked Posted June 4, 2016 Share Posted June 4, 2016 Is there anyway to enable grass to cast shadows using Creation Kit? Grass is the only foliage which doesn't cast shadows, and I can't seem to find any settings to enable this (if there is any). Is grass just 'special', such that it's not like other foliage (bushes, trees, etc.)? Link to comment Share on other sites More sharing options...
Slavemaster4u Posted June 4, 2016 Share Posted June 4, 2016 There are a # of un-shown ini setting available. Here the ones for grass:[Grass]bAllowCreateGrass=0bAllowLoadGrass=0bDrawShaderGrass=0bGenerateGrassDataFiles=0bGrassPointLighting=0fGrassDefaultStartFadeDistance=0.00fGrassFadeRange=0.00fGrassMaxStartFadeDistance=0.00fGrassMinStartFadeDistance=0.00fGrassStartFadeDistance=0.00fGrassWindMagnitudeMax=0.00fGrassWindMagnitudeMin=0.00fTexturePctThreshold=0.00fWaveOffsetRange=0.00iGrassCellRadius=0iMaxGrassTypesPerTexure=0iMinGrassSize=0Add any of these to your custom.ini file in documents\fallout4\custom.ini. If file doesn't exist, then create it. If your using mods, then it should be there. All ini changesshould be made to custom.ini, do not edit the games other ini's. The custom.ini overrides all other ini files. Don't know which will give shadow to grass. But I would start with:iMaxGrassTypesPerTexure= try 7 to 15iMinGrassSize=0 20 is game default. The high the # the less grass you will have. Acceptable vales are 10-100Also make sure these three are there.bAllowCreateGrass=1bAllowLoadGrass=1bDrawShaderGrass=1Check your fallout4.ini file "create grass should already be set there correctly. Again don't change any ini except custom.ini. And after your done editing custom.ini. Set it to read only.These are the only settings I'm aware of. This doesn't mean there aren't others that I'm not aware of at this time. Hope this helps solve your issue. Link to comment Share on other sites More sharing options...
Recommended Posts