Skyrim Creation Kit Custom Textures



First you need to unpack the Skyrim - Textures.bsa into a seperate location. If you use MO for your mod manager it has a feature built in to do this. Otherwise you will have to grab the BSA unpacker from the nexus or some other utility. You will also need a image program capable of opening up.dds files which is the texture format for skyrim. Set up a new profile in your mod manager with just Interesting NPCs, my mod and VHR (or your hair replacer of choice) installed. Install the FaceGen Kit from this mod page's Misc Files. Install the Creation Kit from the Bethesda Launcher into your Skyrim Special Edition directory. Install SSE Creation Kit Fixes and its requirements.

  • 3Using a face made with RaceMenu on an NPC

Overview

This tutorial shows how to give an NPC a face you've created using Expired's RaceMenu.For using a face created only with the vanilla Skyrim sliders, check the following: Use the face of your player character for the NPC.

Required Tools

  • Creation Kit: available on Steam (Menu option View -> Tools and then select Creation Kit)
  • RaceMenu by expired6978
  • NPC Nif Merge by Turulo

Using a face made with RaceMenu on an NPC

Exporting your character's face
NPC Nif Merge tool
Merging the heads
Uncompressed dds

Create and export the face of the NPC

Skyrim Creation Kit Custom Textures

Inside the game, create the face of your player character using RaceMenu as usual. When you are satisfied with the results, unequip everything from your character (weapons, clothing, jewelry), as if you don't do this they will be exported with your character's face. Then, inside the character generation screen press the Z key to export your character's face. You will see a message like the one shown on picture Exporting your character's face.

Note: If you don't see that message and you have set the shout key to a value different than the default Z try resetting the key to its default value

You can now close the game and go checking the files created for your character's head. Those files are stored in the folder (install folder)DataSKSEPluginsChargen. There you will find a .nif file (mesh) and a .dds file (texture), and the name of both of them will be the date and time when you exported your character's face, for example 1-10-2014 16-20-26.nif and 1-10-2014 16-20-26.dds for a face exported the 10th of January, 2014, at 16:20:26 hours.

You can open the .nif file using a tool like NifSkope and the .dds file using a tool like GIMP.To be able to open the .nif file in NifSkope, you have to add these lines to the nif.xml file first, which is located in the folder where you have installed NifSkope:

<niobject name='BSFaceGenNiNode' abstract='0' inherit='NiNode'>
Facegen node object for grouping.
</niobject>
<niobject name='BSFaceGenBaseMorphExtraData' abstract='0' inherit='NiExtraData'>
Facegen extra data object.
</niobject>
<niobject name='BSFaceGenModelExtraData' abstract='0' inherit='NiExtraData'>
Facegen extra data object.
</niobject>
<niobject name='BSTextureSet' abstract='0' inherit='NiObject'>
Unknown
</niobject>

Use an editor like Notepad or Notepad++ to open the nif.xml file and paste those lines before the last element ends (</niftoolsxml>).

Create the NPC

In the CK create the NPC as usual (you can follow this tutorial Adding a Follower NPC to Skyrim but don't spend too much time worring about his face as it will be overwritten by the face you have already created Just create the NPC with the same weight your character has, and give him the hair and eye textures you want.

Once you are done, press the Ctrl+F4 keys as explained here Fix the NPC face colour to create the nif and dds files for the NPC. These files are stored at the folder:

  • the nif file will be located at: (install folder)DatameshesactorscharacterFaceGenDataFaceGeomMyPlugin.esp
  • the dds file will be located at: (install folder)DatatexturesactorscharacterfacegendatafacetintMyPlugin.esp

with the name of your esp file instead of MyPlugin.esp.

Overwrite the NPC's face with the one you've created

Launch the NPC Nif Merge tool and you will see a window like the one shown in picture NPC Nif Merge tool.

Note: If the Nif Merger doesn't launch and displays a message about a missing MSVCR100.dll, install the 32 bit version of the Visual C++ Redistributable for Visual Studio 2012 Update 4 tool, even if you have the 64 bit version already installed.

Drag and drop on the left side the .nif file of the face you've created using RaceMenu (in this tutorial, the 1-10-2014 16-20-26.nif), and drag and drop on the right side the .nif file of the NPC you've created in the CK as shown in picture Merging the heads.

  • Check the Merge child nodes box
  • Press the Match by Vertex button
  • Select the items you want to be overwritten (in the picture, I've set these to the brows, eyes, head and mouth, but you can choose to merge only the head if everything else is fine in the NPC you've created in the CK.
  • Press the Merge to target button and a message telling you that the merge file has been created will pop up.

Now, if everything has gone as expected, the mesh file for the NPC has exactly the same structure than the one you've created for him using RaceMenu.

Use the texture file for the NPC

Skyrim Se Creation Kit

RaceMenu also exported a texture file (.dds) for the face you created in game. You can also use this file for the NPC instead of the one generated by the CK. To do this:

  • open the dds file generated by RaceMenu (1-10-2014 16-20-26.dds in this tutorial), using a tool like GIMP.
  • Save it with the same name and in the same folder than the one the CK has generated for the NPC and make sure that the settings are like the ones shown in picture Uncompressed dds
    • Compression set to None
    • Check the box Generate mipmaps

After doing all this, your NPC will use the face you created using RaceMenu.

Skyrim se creation kit

Related pages

Skyrim Creation Kit Custom Textures Seamless

Retrieved from 'https://wiki.nexusmods.com/index.php?title=Using_a_face_made_with_RaceMenu_on_an_NPC_for_Skyrim&oldid=61743'