A new head for V

How to change V's head

Summary

Created by @manavortex Published September 30 2023

This guide is a rough draft. Unlike my other guides, it has not been excessively tested, so you might run into issues. In this case, feel free to hit up #mod-dev-chat on the redmodding Discord server, or sign up and improve it!

If you want to edit other files for V, you may be able to find their paths in Cheat Sheet: Body or one of the surrounding pages.

Step 0: Prerequisites

Step 1: Preparing the files

We will do the same thing here as in the guideNPV: Preparing the head in Blender, just that our files will be in a different path. This section will tell you which files to add and where to put the .blend file; for detailed instructions, see the other guide.

  1. Look up on Cheat Sheet: Head-> Head file paths where to find the files you need.

  2. Add all the files with the corresponding extension to your Wolvenkit project.

  3. Export them all via Wolvenkit Export Tool (see Step 2: Exporting head)

  4. In the NPV example files that you downloaded, find the following file:

source\raw\tutorial\npv\your_female_character\head
  1. Copy it to h0_000_pwa_c__basehead in your Wolvenkit project's raw folder

These steps will become obsolete after the 2.0 update of the NPV example files, but aren't obsolete yet.

  1. Open the .blend file in Blender. You should now see the script 00_import_files.py

You're good to go and can proceed to step 2.

Step 2: Getting the head shape right

If you don't want to apply any shapekeys, you can set their values to 1

  1. Follow the NPV guide until the shapekeys are applied.

  2. Apply custom edits if you want - see here or here for tips

  3. Go back to the NPV guide and follow the steps until you have run the export script - this will write the .mesh files

  4. You need to export the .morphtargets as well. Check the linked section on the Morphtargetspage for how to do that.

  5. Do that with each armature in the .blend file, overwriting the .morphtarget.glb files in the morphtargets directory.

  6. Import the files back into Wolvenkit (see the NPV guide and the morphtargets page as for how)

Step 3: Testing

If everything has worked, you should now have a broken character creator and a not-broken head. Otherwise, the right place to ask for help is #mod-dev-chat on the redmodding Discord server.

Happy modding!

Last updated