Difference between revisions of "Dark Face Bug"
Jump to navigation
Jump to search
no edit summary
imported>Thirdstorm ("Black Face" reference added) |
imported>Monsto |
||
Line 1: | Line 1: | ||
The '''dark face bug''', '''gray face bug''' or '''black face bug''' is a bug that happens to actors when their appearance is edited by the Creation Kit. If a new NPC is created or the face of an existing one is edited, then the | The '''dark face bug''', '''gray face bug''' or '''black face bug''' is a bug that happens to actors when their appearance is edited by the Creation Kit. If a new NPC is created or the face of an existing one is edited, then the characters tint masks need to be regenerated. The actor with the new face will have a darker or grayer skin color on the face and head than on the rest of the body. There will be a sharp neck seam line between the two colors of skin. | ||
== | ==Fix== | ||
This procedure can be used to solve the problem ('''tested on Creation Kit 1.9.32.0'''): | This procedure can be used to solve the problem ('''tested on Creation Kit 1.9.32.0'''): | ||
Line 8: | Line 8: | ||
* Press CTRL + F4; you will be prompted to export the face gen data. This process may take some time depending on the number of actors you have selected. When it is finished, it will display a dialog window stating "Done." | * Press CTRL + F4; you will be prompted to export the face gen data. This process may take some time depending on the number of actors you have selected. When it is finished, it will display a dialog window stating "Done." | ||
Creation Kit will generate the appropriate files: meshes (.nif files) and textures (.dds files), associated with the mod, that will need to be packaged and uploaded along with the .esp file. Failure to do so will mean that all players who download the mod will have the dark face bug when they use it, even though the problem no longer occurs on the computer the mod was built on. | |||
The mesh and texture files will be in your Data folder: | The mesh and texture files will be in your Data folder: | ||
Line 20: | Line 20: | ||
**...\Skyrim\Data\meshes\actors\Character\FaceGenData\FaceGeom\Skyrim.esm\000918e2.nif | **...\Skyrim\Data\meshes\actors\Character\FaceGenData\FaceGeom\Skyrim.esm\000918e2.nif | ||
==Notes== | |||
Some .tga texture files are also generated. Apparently, these aren't needed by the game and don't need to be uploaded with the .dds files. | Some .tga texture files are also generated. Apparently, these aren't needed by the game and don't need to be uploaded with the .dds files. | ||
When selecting actors in the Object Window, you must navigate and highlight them directly via Actors -> Actor sub tree (although you can search this sub-tree for the name). The CTRL+F4 key binding will not work if the actors are searched through the *All category. | |||
When selecting actors in the Object Window, | |||
==More Information== | ==More Information== |