Creating an armour for Fallout 4. Part 2

From Nexus Mods Wiki
Revision as of 15:08, 28 March 2016 by SydneyB (talk | contribs) (= Export the armour from Blender as a Fallout 3 nif file)
Jump to: navigation, search

Overview

This is the part 2 of the tutorial for creating an armour or outfit for Fallout 4. You can find the first part of the tutorial here Creating an armour for Fallout 4. Part 1

Cut parts of the body hidden by the armour

Cutting the hidden body parts

Once you've copied all the weights from the body to your armour and set the dismemberment vertext groups select the body in Object mode and go to Edit mode. In Edit mode select all the faces of the body that are completely hidden by the armour or outfit you are creating. Make sure that all the faces you are selecting are completely inside the armour because if you delete a face that is only partially hidden by the armour you'll see a hole in your character's body when using the armour.

This step is optional but it is worth doing it because:

  • you won't have to solve clipping problems because in almost no pose the body will go through the armour
  • the size of the mesh will be smaller, increasing performance
  • Bethesda does it ;)


At this point it may also be wise to combine as many of your objects as you are comfortable with combining, as this will save you from repeating steps in Nifskope later. To do this select the objects you'd like to join and press "Ctrl + J" and click "Join selected meshes."

  • Separating an object is usually easy to do as well. Hover over a vertex on the object you wish to separate and press the "L" key to select all linked vertices. Press "P" and then "Selected" to separate the selected vertices from the object.


Export the armour

Importing a new skeleton
Exporting the armour

Now you are ready to export your armour in nif format, that is the one Fallout 4's meshes use. As Blender doesn't support Fallout 4 nif format, yet, you'll have again to use 3ds as a bridge between Blender and Fallout 4:

  • First export the meshes from Blender using Fallout 3 nif format
  • Then import the Fallout 3 nif format into 3ds Max
  • And finally, export the meshes from 3ds Max in Fallout 4 nif format.
Export the armour from Blender as a Fallout 3 nif file

In Blender 2.49: First thing is to import a new skeleton for your armour:

  1. Make sure that on the Blender screen you see all the objects that form the armour, including the parts of the body that are not hidden by the armour, and that you don't see anything that is not going to form part of your armour (like the light or the camera. If you see those objects move them to another Blender layer and set that layer to invisible or Blender will export those objects together with your armour).
  2. Make sure that you have deleted all the skeletons you imported with the parts of the body, as explained at the beginning of this tutorial.
  3. In Object mode select one of the objects that form part of your armour and press the A key twice so as to select all objects of the armour.
  4. Select the menu option File -> Import -> NetImmerse/Gamebyro and select the .nif file of the body you imported before for creating the armour (for example the modified femabody.nif).
  5. In the screen that contains the importing parameters select the option Import Skeleton Only + Parent Selected as shown in picture Importing a new skeleton and press the OK button.

Now you have a skeleton in Blender and it is the parent of all the objects that form your armour.

To export the armour:

  1. In Object mode select the skeleton you've just imported and press A twice to select all parts of the armour and the skeleton.
  2. Press the Ctrl + A keys and select the option Scale and Rotation to ObData from the pop up menu.
  3. Keeping the skeleton and all the parts of your armour selected, select the menu option File -> Export -> NetImmerse/Gamebyro, enter the name of the nif file for your armour (for example MyArmour_0.nif) and the folder where you want to save it.
  4. Set the exporting parameters as shown in the picture Exporting the armour. It is important that the parameters are set like this:
    1. Fallout 3 -> selected
    2. Stripify geometries -> deselected
    3. Smoothen Inter-Object Seams -> deselected
    4. Flatten Skin -> selected
    5. Export Skin Partition -> selected
  5. Press the OK button and wait until Blender finishes saving the nif file.