description |
---|
How to create your V as an NPC |
Created & Published: May 13 2023 by @manavortex
This guide will show you how to do the following things:
- Setting up a Wolvenkit project with the prepared example files (this section)
- Creating your V's head in Blender (npv-preparing-the-head-in-blender.md)
- Customizing their appearance and clothes (npv-creating-a-custom-npc.md)
- Making sure that they are unique so that you can share them ( npv-cleanup-and-troubleshooting.md)
- Creating a Photomode NPV ( npv-amm-nibbles-replacer.md)
- If you want to change the player head, see a-new-head-for-v.md
- You can find more guides and resources for NPCs outside of the wiki. They are linked on the community-guides page.
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.
{% hint style="success" %}
If you run into issues with this guide, the right place to ask for help is #mod-dev-chat
on the redmodding Discord server.
{% endhint %}
This guide uses the following versions:
- Cyberpunk 2077 game version >= 2.3
- Wolvenkit >= 8.15 (Nightly | Stable)
- The 3d editing tools ( see wkit-blender-plugin-current-version.md for the currently supported version):
- AppearanceMenuMod >= 2.1
None of this would have been possible without NoraLee, who pioneered the process and taught me everything that I needed to know to set up these tools. This guide doesn't use any of their resources, but a lot of their knowledge. For the full guide with all edge-cases, bells, whistles and context, see their Google Drive.
This is the speedrun version. If you want extra details and context, please check Nora's Google Doc.
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 AppearanceChangeUnlocker 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.
- Create a Wolvenkit project
- Download the example files from Nexus
- Merge the
source
folder in the download with thesource
folder in your Wolvenkit project directory - Switch to Wolvenkit and toggle the project explorer to the source tab.
- We will have one NPC per Wolvenkit project (I mean this!), so we'll delete the files for the body gender that we won't be using (find a table after the image)
body gender | file path |
---|---|
female |
|
male |
|
{% hint style="danger" %} This tutorial assumes that you will rename and re-path your files at the very end, because the prepared files rely on a certain file structure. We'll get to it! {% endhint %}
This is a working Wolvenkit project — let's make sure that it works.
{% hint style="success" %} You can do this at any time during the tutorial to check your progress! {% endhint %}
- On the Wolvenkit toolbar, you'll find a button to install the project
- Click it
- When the game starts, load a savegame
- Open the CET overlay
- Switch AMM to the "Spawn" tab
- Search for
Tutorial
- Spawn
Tutorial Woman
orTutorial Man
You should now see a person in front of you.
You'll be editing these two
Now it's time to do the actual work.
- If you want to create your V's head for Cyberpunk, go to npv-creating-a-custom-npc.md
- If you just want to set up the file structure, go to npv-creating-a-custom-npc.md
{% hint style="danger" %} Please remember that before sharing your NPV, you have to change the paths! We will do this at the very end of the project, as the tooling requires the paths to be set up in a certain way. {% endhint %}