description |
---|
How to make your NPV work with the AMM Nibbles Replacer |
This guide is part of the guide for creating an .. It will teach you how to make your NPV compatible with xBaebsae's awesome Nibbles to NPCs 2.0 mod, letting you use your NPV in the game's photo mode.
minimum version | |
---|---|
AppearanceMenuMod | the latest version compatible with your game |
Nibbles to NPCs 2.0 | >= 3.5 |
an NPV as per the tutorial | |
Wolvenkit | newer than December 03 2024 (8.16 or Nightly) |
{% hint style="info" %} You can find the original instructions in the mod description under Creating an NPC+/NPV Replacer inside the spoiler tags. If you stick to this guide, you won't need them. {% endhint %}
{% hint style="warning" %} If you experience floating clothes, try switching appearances. Often, that resolves the issue. If not, you can check appearances-change-the-looks for how to copy the correct components. {% endhint %}
Create a copy of your .app file. It doesn't matter much where you put it - simply hold down ctrl
and drag it anywhere in your project browser.
Open your copied file.
{% hint style="danger" %}
Do not do this with your NPV .app
file, as it will be destroyed.
{% endhint %}
- From the
Appearances
menu, selectConvert to Photo Mode .app
- In the dialogue, select which file you want to use:
- Check the box under "Convert appearance names".
- When you click "Finish", Wolvenkit will move your file and convert the appearance names.
{% hint style="danger" %} You need a Wolvenkit version released after Nov 29 2024 for this. If yours is older (e.g. stable 8.15), you need to download a Nightly. {% endhint %}
Wolvenkit now has a dialogue that will do all the hard work for you. Open your photo mode .app file, and let's get specific.
{% hint style="info" %} To keep the values currently in your .app file, simply leave the fields blank. {% endhint %}
- From the
appearances
dropdown, pickSelect Facial Animation
- You will now see a dialogue. Keep reading for which values you need to select.
- From the Animation set dropdown, select one of the first two entries (the ones starting with
Photo Mode
) - From the Animation Entries dropdown, pick a set of animations to load.
{% hint style="warning" %} Photo mode expressions won't work if you pick the NPC entry, and vice versa! {% endhint %}
- Optional: You can use the Expression Set dropdown (and the text filter) to select any NPC expressions. They might or might not work - fuck around and find out!
To be on the safe side, pickPlayer Woman
orPlayer Man
for photo mode.
{% hint style="success" %}
That's it! You're done!
Only read on here if you care for the theory. Otherwise, go to #step-4-pack-and-test.
{% endhint %}
The photo mode replacer assumes that your appearances will be named like this:
appearance_01
appearance_02
…
appearance_20
For the sake of clarity, the NPV appearances are not named this way. Open the photo mode .app that you copied in the previous step, and change the names of your appearances.
I don't want the numbers, can I keep my names?
In theory, yes. In practice, you'd have to edit both AMM and the Nibbles Replacer, so the answer is probably no.
After you have changed the appearance names and saved the file, you can install and launch your Wolvenkit project.
Before entering photo mode, select the correct replacer in AMM:
- Open the AMM overlay
- Switch to Settings -> Photomode Nibbles Replacer
- Select the correct replacer corresponding to your file
{% hint style="info" %} The paths that you need to replace are in the mod description under Adding your Pose Packs to Nibbles Replacer inside the spoiler tags. For your convenience, there's a duplicate in the expandable box below. If that's not working, please check the mod description! {% endhint %}
To add more compatibility to a pose pack, you only have to edit the mod's .xl file, which you can do with a text editor. An entry looks like this:
- entity: base\characters\entities\photomode_replacer\photomode_npc_woman_average.ent
set: manavortex\animations\quality_time\pwa.anims
There might be one or multiple entries for each supported .ent
file. Find out which entry or entries belong together, then duplicate them and replace the paths with the one to your NPV replacer's .ent file.
{% hint style="warning" %} Make sure that you keep the indent at the beginning (the number of spaces) exactly the same as it is for the other entries, or the file will break. If that happens, you'll see an entry in the ArchiveXL log file1 .
To make sure that your file is okay, run it through yamllint. {% endhint %}
.ent file paths
This is a copy for your convenience. If the paths below aren'Ät working, please check the mod description under Adding your Pose Packs to Nibbles Replacer inside the spoiler tags.
base\characters\entities\photomode_replacer\photomode_npc_woman_average.ent
base\characters\entities\photomode_replacer\photomode_npc_man_average.ent
base\characters\entities\photomode_replacer\photomode_npc_man_big.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_fem1.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_fem2.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_masc1.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_masc2.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_big1.ent
base\characters\entities\photomode_replacer\photomode_npc_npv_big2.ent
Force a refresh - select a different pose.
If that isn't working, refresh the appearance:
- Open the AMM overlay
- Switch to the Tools tab
- Click the
Target Replacer
button - In the
scan
tab or the target tools, assign a different appearance. You can switch back right away.
Repeat #step-3-picking-animations. Make sure to pick the correct options in the first and the last dropdown.
You made a mistake when editing your yaml file. Go back and read the yellow box.
Footnotes
-
Cyberpunk 2077\red4ext\plugins\ArchiveXL\ArchiveXL.log ↩