tieuphieu Posted March 3, 2017 Share Posted March 3, 2017 Hi everyone, As the title I has this problem but I do not know how to fix it. This problem happens in the body texture of Alice Mistress of the Blazing Death and Mango Follower. Their body turn black, and when it move my character close to them some parts of the texture appear. Please see the image in spoiler. By the way, some of my folower has black head sometime. Please help me ! Any advices, please ! Sorry for my English. Thank you very much !!! http://i.imgur.com/msbhBKH.pnghttp://i.imgur.com/PPH4a2A.png Link to comment Share on other sites More sharing options...
Algabar Posted March 3, 2017 Share Posted March 3, 2017 Looks like a RAM/VRAM problem: Not enough memory to load the body textures correctly.If you use SKSE, you can try to tweak the settings in your skse.ini file (located in skyrim/data/skse): [Memory]defaultHeapInitialAllocMB=768 <-- Raise this value in steps of 128 (up to a mximum of 1280), until your followers are displayed correctly.scrapHeapSizeMB=256 <-- Don't touch this ^^ Be careful: If you use ENB, you must have this setting in your enblocal.ini: ExpandSystemMemoryX64=false. Having this value set to "true" and raising "defaultHeapInitialAllocMB" in your SKSE.ini above 768 will probably crash your game. If you use ENB, you can also try to play around with "ReservedMemorySizeMb=" a bit. Bottom line here: Use multiples of 128, keep it as low as possible and as high as necessary. Hope that helps. Link to comment Share on other sites More sharing options...
Recommended Posts