githubEdit

NPV - V as custom NPC

How to create your V as an NPC

Created by @manavortex Published May 13 2023

This guide will show you how to do the following things:

  • Setting up a Wolvenkit project with the prepared example files

  • Creating your V's head in Blender (has its own sub-page)

  • Adding them as an NPC to spawn them with AppearanceMenuMod (has its own sub-page)

Difficulty:

Easy, but not trivial: you don't need any prior knowledge, but the process is complex, and if you miss steps or deviate from the instructions, things will end up not working for you.

circle-check

This guide uses the following versions:

circle-info

This tutorial should cover your basic needs, but there are many more guides and resources about NPV creation outside of this wiki. You can find them herearrow-up-right.

If you want to edit original V's files, you're (generally) in the right place. You can find extra information on A new head for V.

circle-exclamation

Preparation: The character preset

Due to the complexity of V's head mesh, you have to do a little bit of prep work here.

Don't worry, I'll walk you through it step by step.

To create a face, we need to know your character's values. For that, you need to have AppearanceChangeUnlockerarrow-up-right installed, or you won't see them:

  • Eyes

  • Eyebrows

  • Nose

  • Mouth

  • Jaw

  • Ears

Find the mirror in V's apartment and note down the numerical values.

Setting up the files

circle-info

Body gender:

As a rule of thumb, I'll document the process for an NPV with a female body gender, because as we all know, the other doesn't exist I have one of those. If yours has a male body gender, your file paths will be slightly different, but the process is exactly the same.

  1. Download the example files from Nexusarrow-up-right

  2. Merge the source folder in the download with the source folder in your Wolvenkit project directory

  3. In Wolvenkit's archive tab, find the prepared folders per body gender:

body gender
file path

female

tutorial\npv\your_female_character

male

tutorial\npv\your_male_character

  1. Delete the one you're not using (do one Wolvenkit project per NPC. No, really, I mean it.)

  2. In Wolvenkit's resource tab, delete the .lua file for the body gender that you don't want to use.

triangle-exclamation

Check if it works

This is a working Wolvenkit project — let's make sure that it works.

circle-check
  1. On the Wolvenkit toolbar, you'll find a button to install the project

  2. Switch it to "Install and launch"

  3. Click it

  4. When the game starts, load a savegame

  5. Open the CET overlay

  6. Switch AMM to the "Spawn" tab

  7. Search for Tutorial

  8. Spawn Tutorial Woman or Tutorial Man

You should now see a person in front of you.

Get cracking

Now it's time to do the actual work.

triangle-exclamation
You'll be editing these two

Last updated