tabraz415 Posted October 1, 2018 Share Posted October 1, 2018 Hello ! I'm trying to make a mod where all the members of the college of winterhold are vampires. I changed all of the npc's races to their respective races' vampire race, but all of them had dark faces bug.I then opened my mod in CK again, and exported their facegen data using CTRL+F4, launched a completely new game and was pretty disappointed because even then, they all had gray faces.Can anyone help me please ? Link to comment Share on other sites More sharing options...
JonathanOstrus Posted October 1, 2018 Share Posted October 1, 2018 If you're modifying vanilla NPCs, then exporting facegen, it's creating the facegen for *your plugin*. You'll have to go into the meshes and textures folders and move them from the path for your plugin to the original plugin you're overriding. So if the NPCs are from Skyrim.esm you need to go find the files in Meshes\actors\character\FaceGenData\FaceGeom\<the new plugin.esp> and move them to Meshes\actors\character\FaceGenData\FaceGeom\Skyrim.esm. Same for Textures\actors\character\FaceGenData\FaceTint\<the new plugin.esp> to Textures\actors\character\FaceGenData\FaceTint\Skyrim.esm. Link to comment Share on other sites More sharing options...
tabraz415 Posted October 2, 2018 Author Share Posted October 2, 2018 If you're modifying vanilla NPCs, then exporting facegen, it's creating the facegen for *your plugin*. You'll have to go into the meshes and textures folders and move them from the path for your plugin to the original plugin you're overriding. So if the NPCs are from Skyrim.esm you need to go find the files in Meshes\actors\character\FaceGenData\FaceGeom\<the new plugin.esp> and move them to Meshes\actors\character\FaceGenData\FaceGeom\Skyrim.esm. Same for Textures\actors\character\FaceGenData\FaceTint\<the new plugin.esp> to Textures\actors\character\FaceGenData\FaceTint\Skyrim.esm. Thanks for the reply, sadly this didn't work for me. Link to comment Share on other sites More sharing options...
Recommended Posts