Posts

Showing posts from June 21, 2017

Floating Grass Fix for Skyrim and Creation Kit

Image
Do you have the Floating Grass bug in interior cells in your game or in your mods? I did. but I figured out how to fix it. It requires some ini tweaks. 1. open your Skyrim.ini in my documents>my games>Skyrim 2. Scroll down until you find the section [Grass] 3. Make sure your file says this (if it doesn't copy and paste this into it) [Grass] bAllowCreateGrass=1 bAllowLoadGrass=0 4. Save and exit that ini file. Next open your SkyrimPrefs.ini 5. Default ini files do not have the above, so scroll down until you come to [Grass] you should see this [Grass] b30GrassVS=0 fGrassStartFadeDistance=7000.0000 fGrassMaxStartFadeDistance=7000.0000 fGrassMinStartFadeDistance=0.0000 bAllowLoadGrass=0 6. add this at the end bAllowCreateGrass=1 7. Your SkyrimPrefs.ini should now look like this [Grass] b30GrassVS=0 fGrassStartFadeDistance=7000.0000 fGrassMaxStartFadeDistance=7000.0000 fGrassMinStartFadeDistance=0.0000 bAllowLoadGrass=0 bAllowCreateGrass=1 8. (only do this if you a