Mod articles
-
How to patch your Pipboy replacer
Ok. So you have a pip-boy replacement mod and you want it to show my tape.
Sadly creating a patch for sharing isn't always possible, for various reasons.
Here's what you can do:
You might need to extract the " - main.ba2" file that comes with that mod first.
Then use Nifskope to open the file: .\Meshes\Pipboy\CharacterAssets\Pipboy.nif
IF correctly structured after the original you should follow the following node tree:
NiNode PipboyRoot
NiNode PipboyBody
NiNode TapeDeck01
NiNode TapREF
Here you will find a BSTriShape OR NiNode containing: Holotape01
Otherwise: Search for a NiNode or BSTriShape called "Holotape01" or "Holotape01:0"
Now, go to my mod files and o...