Difference between revisions of "Creating an armour for Fallout. Part 1"

From Nexus Mods Wiki
Jump to: navigation, search
m (Add a material)
m (Updated links.)
 
Line 1: Line 1:
==Overview==
+
 
This tutorial shows all the main steps you need to follow to create an armour or an outfit from scratch for Fallout 3.  
+
== Overview ==
If you only want to change the textures of an existing piece of clothing or change its properties and bonus, just skip the first part of the tutorial.
+
 
If you want to adapt existing armours or outfits to other bodies you will have to follow the steps explained here, except that you won't have to create the mesh (but you may probably have to adapt it to the new body), the textures or the UV maps.
+
This tutorial shows all the main steps you need to follow to create an armour or an outfit from scratch for Fallout 3. If you only want to change the textures of an existing piece of clothing or change its properties and bonus, just skip the first part of the tutorial. If you want to adapt existing armours or outfits to other bodies you will have to follow the steps explained here, except that you won't have to create the mesh (but you may probably have to adapt it to the new body), the textures or the UV maps.
  
 
== Required tools ==
 
== Required tools ==
* [http://www.blender.org/ Blender]
+
 
* [http://www.gimp.org.es/ GIMP]
+
*[https://www.blender.org/ Blender]  
* [http://www.niftools.org/ Nifskope]
+
*[https://www.gimp.org GIMP]  
* [http://fallout.bethsoft.com/eng/downloads/geck.html GECK]
+
*[http://www.niftools.org/ Nifskope]  
 +
*[https://geck.bethsoft.com/index.php?title=Main_Page GECK]  
  
 
== Creating an armour for Fallout 3 ==
 
== Creating an armour for Fallout 3 ==
 +
 
The main steps to create a custom armour or outfit for Fallout 3 are:
 
The main steps to create a custom armour or outfit for Fallout 3 are:
# Importing into Blender all parts of the body you are going to create armor for.  
+
 
# Creating the armour:
+
#Importing into Blender all parts of the body you are going to create armor for.  
## Make the armour's shape
+
#Creating the armour:  
## Add a material
+
##Make the armour's shape  
## Add a UVmap
+
##Add a material  
## Create the textures and the normal maps in GIMP
+
##Add a UVmap  
## Reduce the amount of polygons of the mesh
+
##Create the textures and the normal maps in GIMP  
## Add weights to the armour
+
##Reduce the amount of polygons of the mesh  
## Cut parts of the body hidden by the armour
+
##Add weights to the armour  
# Export the armour  
+
##Cut parts of the body hidden by the armour  
# Adjust the armor in Nifskope
+
#Export the armour  
# Add the armour to the game using the GECK
+
#Adjust the armor in Nifskope  
# Adjust the armour after testing it in game
+
#Add the armour to the game using the GECK  
 +
#Adjust the armour after testing it in game  
  
 
=== Importing into Blender all parts of the body ===
 
=== Importing into Blender all parts of the body ===
[[File:Armour_1_Importing.jpg|right|thumb|Importing a mesh into Blender]]
+
 
[[File:Armour_2_Delete_skeleton.jpg|right|thumb|Deleting the skeleton]]
+
[[File:Armour 1 Importing.jpg|thumb|right|Importing a mesh into Blender]] [[File:Armour 2 Delete skeleton.jpg|thumb|right|Deleting the skeleton]]
  
 
When creating an outfit or an armour first thing is to decide what body you want to make the clothes for. If you want to create an armour that fits several bodies (male and female, for example) you will have to create different armours for each body.
 
When creating an outfit or an armour first thing is to decide what body you want to make the clothes for. If you want to create an armour that fits several bodies (male and female, for example) you will have to create different armours for each body.
Line 34: Line 37:
 
That is why the first step is to import into Blender all the parts of the body you want to work with. The nif files that contain the body meshes are in the folder \Data\Meshes\characters\_male\.
 
That is why the first step is to import into Blender all the parts of the body you want to work with. The nif files that contain the body meshes are in the folder \Data\Meshes\characters\_male\.
  
:'''''Note:''' The meshes and textures of the game are inside compressesd files with BSA format. To extract then you can use the "BSA Browser" utility that comes with [http://www.fallout3nexus.com/downloads/file.php?id=640 Fallout Mod Manager].''
+
:'''''Note:''' The meshes and textures of the game are inside compressesd files with BSA format. To extract then you can use the "BSA Browser" utility that comes with [https://www.nexusmods.com/fallout3/mods/640 Fallout Mod Manager].''  
  
 
If you are going to create the armour for a male, you'll have to import the following body parts:
 
If you are going to create the armour for a male, you'll have to import the following body parts:
* upperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.
+
 
* righthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.
+
*upperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.  
* lefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.
+
*righthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.  
 +
*lefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.  
  
 
If you are going to create the armour for a female, you'll have to import the following body parts:
 
If you are going to create the armour for a female, you'll have to import the following body parts:
* femaleupperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.
 
* femalerighthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.
 
* femalelefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.
 
  
:'''''Note:''' To import a nif file into Blender use the menu option ''File -> Import -> Netimmerse/Gamebyro (.nif)''. If you cannot find that option it is because you haven't installed NifScripts. Follow the instructions given here: [[Installation_of_Blender|Installation of Blender]] to install everything you need.''
+
*femaleupperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.
 +
*femalerighthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.
 +
*femalelefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.
 +
 
 +
:'''''Note:''' To import a nif file into Blender use the menu option ''File -> Import -> Netimmerse/Gamebyro (.nif)''. If you cannot find that option it is because you haven't installed NifScripts. Follow the instructions given here: [[Installation_of_Blender|Installation of Blender]] to install everything you need.''  
  
 
If you want to create a helmet, a hat or earrings, you'll have to import the head meshes that are in the folder \Data\Meshes\characters\head\:
 
If you want to create a helmet, a hat or earrings, you'll have to import the head meshes that are in the folder \Data\Meshes\characters\head\:
* headhuman.nif: head mesh for male characters
+
 
* headfemale.nif: head mesh for female characters
+
*headhuman.nif: head mesh for male characters  
 +
*headfemale.nif: head mesh for female characters  
  
 
Once you have all the body parts imported into Blender, delete all the skeletons you've imported with them. To do this, select each skeleton (Scene Root) as shown in picture ''Deleting the skeleton'', press the ''Delete'' key and select OK. You have to repeat this process until you have deleted all the skeletons you've imported into Blendet. Take into account that each part of the body you import will bring its own part of the skeleton.
 
Once you have all the body parts imported into Blender, delete all the skeletons you've imported with them. To do this, select each skeleton (Scene Root) as shown in picture ''Deleting the skeleton'', press the ''Delete'' key and select OK. You have to repeat this process until you have deleted all the skeletons you've imported into Blendet. Take into account that each part of the body you import will bring its own part of the skeleton.
+
 
 
Once you have just the body meshes, without the skeletons, it is worth you save it in a blend file you can reuse in the future (if you think you are going to create more armours or outfits). This will save you repeating this importing process each time.
 
Once you have just the body meshes, without the skeletons, it is worth you save it in a blend file you can reuse in the future (if you think you are going to create more armours or outfits). This will save you repeating this importing process each time.
  
 
=== Creating the armour ===
 
=== Creating the armour ===
 +
 
==== Make the armour's shape ====
 
==== Make the armour's shape ====
This is the first step of the process. In this tutorial I am not going to explain how to use Blender to model 3d objects as there are already very good tutorials on the matter like this one: [http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro Blender 3d: Noob to pro]. Once you have build your armour in Blender you can proceed to the next step.  
+
 
 +
This is the first step of the process. In this tutorial I am not going to explain how to use Blender to model 3d objects as there are already very good tutorials on the matter like this one: [http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro Blender 3d: Noob to pro]. Once you have build your armour in Blender you can proceed to the next step.
  
 
When creating your armour mesh you can use some of these tips:
 
When creating your armour mesh you can use some of these tips:
 +
 
===== Creating a basic clothes mesh =====
 
===== Creating a basic clothes mesh =====
 +
 
You can create a basic clothes mesh following this tutorial [[Creating_basic_clothes_in_5_minutes_using_Blender|Creating basic clothes in 5 minutes using Blender]] and use it as a starting point for modelling your armour. The advantage of using this technique is that it allows you to create low polygon meshes, and therefore easier to work with, that already have the basic shape you need for your armour.
 
You can create a basic clothes mesh following this tutorial [[Creating_basic_clothes_in_5_minutes_using_Blender|Creating basic clothes in 5 minutes using Blender]] and use it as a starting point for modelling your armour. The advantage of using this technique is that it allows you to create low polygon meshes, and therefore easier to work with, that already have the basic shape you need for your armour.
  
 
===== Duplicating body parts =====
 
===== Duplicating body parts =====
* A quick way of creating tight-fitting piece of clothes, like gloves, consists in duplicating the part of the body that is to be covered by the clothes and converting it into a new object. For example, to create a glove for the right hand:
+
 
** In Edit mode select all the vertices of the right hand
+
*A quick way of creating tight-fitting piece of clothes, like gloves, consists in duplicating the part of the body that is to be covered by the clothes and converting it into a new object. For example, to create a glove for the right hand:  
** Select ''Mesh -> Duplicate'' and right click so the duplicated vertices won't move from its place but are still selected
+
**In Edit mode select all the vertices of the right hand  
** Press the P key and select ''Selected'' to move the duplicated vertices into a new object
+
**Select ''Mesh -> Duplicate'' and right click so the duplicated vertices won't move from its place but are still selected  
** Go into Object mode and select the duplicated hand (its name will be RightHand.001. You can change its name into ''Right glove'' or any other name you prefer).
+
**Press the P key and select ''Selected'' to move the duplicated vertices into a new object  
** Go into Edit mode and scale the duplicated hand (you can use the S or Alt+S keys) to make it a little bigger than the original hand so that it covers it like gloves do.  
+
**Go into Object mode and select the duplicated hand (its name will be RightHand.001. You can change its name into ''Right glove'' or any other name you prefer).  
** Work on the duplicated hand to give the glove its definitive shape.
+
**Go into Edit mode and scale the duplicated hand (you can use the S or Alt+S keys) to make it a little bigger than the original hand so that it covers it like gloves do.  
 +
**Work on the duplicated hand to give the glove its definitive shape.  
  
 
===== Use the Mirror modifier =====
 
===== Use the Mirror modifier =====
[[File:Armour_3_Working_half.jpg|right|thumb|Working with half of the mesh]]
+
 
[[File:Armour_4_Mirror_Modifier.jpg|right|thumb|Adding the Mirror modifier]]
+
[[File:Armour 3 Working half.jpg|thumb|right|Working with half of the mesh]] [[File:Armour 4 Mirror Modifier.jpg|thumb|right|Adding the Mirror modifier]]
  
 
When creating armours or clothes you can work only with half of the meshes and apply after the ''Mirror'' modifier to make the clothes symmetrical. To use this technique:
 
When creating armours or clothes you can work only with half of the meshes and apply after the ''Mirror'' modifier to make the clothes symmetrical. To use this technique:
* Create a mesh that covers only half of the body and make sure that the center of the mesh, in Object mode, is in the axis that separates the body in two as shown in picture ''Working with half of the mesh''.
+
 
* Add the ''Mirror'' modifier (see picture ''Adding the Mirror modifier''). In Object mode, in the ''Editting (F9)'' area click on the button ''Add modifier'' and select ''Mirror'' from the drop down list. You'll see that your object is now symmetrical and covers both sides of the body like in the picture.
+
*Create a mesh that covers only half of the body and make sure that the center of the mesh, in Object mode, is in the axis that separates the body in two as shown in picture ''Working with half of the mesh''.  
* Work with the mesh only in one half of the body and all the changes you do there will be symmetrically replicated into the other part of the mesh.
+
*Add the ''Mirror'' modifier (see picture ''Adding the Mirror modifier''). In Object mode, in the ''Editting (F9)'' area click on the button ''Add modifier'' and select ''Mirror'' from the drop down list. You'll see that your object is now symmetrical and covers both sides of the body like in the picture.  
* Once you've finished making your mesh press the ''Apply'' button that is beside the Mirror modifier. This will make your mesh real in both sides of the body (leave this step to the end, when you are sure you won't modify the mesh anymore, because once you've applied the modifier you cannot go back).
+
*Work with the mesh only in one half of the body and all the changes you do there will be symmetrically replicated into the other part of the mesh.  
 +
*Once you've finished making your mesh press the ''Apply'' button that is beside the Mirror modifier. This will make your mesh real in both sides of the body (leave this step to the end, when you are sure you won't modify the mesh anymore, because once you've applied the modifier you cannot go back).  
  
 
===== Give sense of volume =====
 
===== Give sense of volume =====
[[File:Armour_5_Add_border.jpg|right|thumb|Adding a rim]]
+
 
[[File:Armour_6_Cloth_inside_body.jpg|right|thumb|Putting clothes inside the body]]
+
[[File:Armour 5 Add border.jpg|thumb|right|Adding a rim]] [[File:Armour 6 Cloth inside body.jpg|thumb|right|Putting clothes inside the body]]
  
 
There are some ways of giving the impression that the clothes have a volume although they are only two dimensional bended surfaces, like:
 
There are some ways of giving the impression that the clothes have a volume although they are only two dimensional bended surfaces, like:
* select the edge of the clothes and execute Extrude twice (option Only Edges), and create a rim like the one shown in picture ''Adding a rim''
+
 
* select the edge of the clothes and execute Extrude one (option Only Edges), and put the new edge of the clothes inside the body as shown in picture ''Putting clothes inside the body''
+
*select the edge of the clothes and execute Extrude twice (option Only Edges), and create a rim like the one shown in picture ''Adding a rim''  
 +
*select the edge of the clothes and execute Extrude one (option Only Edges), and put the new edge of the clothes inside the body as shown in picture ''Putting clothes inside the body''  
  
 
===== Use several objects =====
 
===== Use several objects =====
 +
 
I find it useful to create the different parts of the armour as independent object and joining them in a unique object only at the end, when I am going to add weights to the armour. The advantages of working this way are:
 
I find it useful to create the different parts of the armour as independent object and joining them in a unique object only at the end, when I am going to add weights to the armour. The advantages of working this way are:
* It is easier to create the UV maps for the different parts of the armour as you create a UV map for each object. When you join all objects into one Blender keeps the independent UV maps you created before.
+
 
* It is easier to use modifiers like Mirror, Bevel or Subsurf. The modifiers apply to one object but not to other objects, so you can control much easily the shape of each part of the armour. Join all parts into one object only after having applied all the modifiers to each individual object.
+
*It is easier to create the UV maps for the different parts of the armour as you create a UV map for each object. When you join all objects into one Blender keeps the independent UV maps you created before.  
* There are some scripts, like the one used to reduce the number of polygons, that apply to the whole object. So, if you work with independent objects you can reduce differently the polygons of the each part of the armour.
+
*It is easier to use modifiers like Mirror, Bevel or Subsurf. The modifiers apply to one object but not to other objects, so you can control much easily the shape of each part of the armour. Join all parts into one object only after having applied all the modifiers to each individual object.  
 +
*There are some scripts, like the one used to reduce the number of polygons, that apply to the whole object. So, if you work with independent objects you can reduce differently the polygons of the each part of the armour.  
  
 
===== The PipBoy and the left arm =====
 
===== The PipBoy and the left arm =====
 +
 
In Fallout the left arm is a particular case because that is the arm where your character wears the PipBoy.
 
In Fallout the left arm is a particular case because that is the arm where your character wears the PipBoy.
  
Line 105: Line 121:
  
 
To solve this do the following:
 
To solve this do the following:
* Create two versions of the part of the left sleeve or glove that will go under the PipBoy: a normal version and a tight-fitting version.
+
 
* Save each of these versions as different objects (it is also recommended that they are separate objects, not joined to the rest of the armour, so the final mesh is not too big).
+
*Create two versions of the part of the left sleeve or glove that will go under the PipBoy: a normal version and a tight-fitting version.  
* Name PipBoyOff the object that has the normal version of the left sleeve or glove (this is the object that will be seen on characters that don't wear the PipBoy, like NPCs).
+
*Save each of these versions as different objects (it is also recommended that they are separate objects, not joined to the rest of the armour, so the final mesh is not too big).  
* Name PipBoyOn the object that has the tight-fitting version of the left sleeve or glove (this is the object that will be seen on characters that wear the PipBoy, like your characters).
+
*Name PipBoyOff the object that has the normal version of the left sleeve or glove (this is the object that will be seen on characters that don't wear the PipBoy, like NPCs).  
 +
*Name PipBoyOn the object that has the tight-fitting version of the left sleeve or glove (this is the object that will be seen on characters that wear the PipBoy, like your characters).  
  
 
Following this naming convention Fallout will equip automatically one version or the other of the left sleeve or glove to the characters in game, depending on if they wear a PipBoy or not.
 
Following this naming convention Fallout will equip automatically one version or the other of the left sleeve or glove to the characters in game, depending on if they wear a PipBoy or not.
  
 
==== Add a material ====
 
==== Add a material ====
 +
 
This step is exactly the same as the one explained in the tutorial [[Creating_a_sword_for_Fallout|Creating a sword for Fallout]] because it doesn't matter the shape of the mesh you are working with: you will always add a material following the same steps.
 
This step is exactly the same as the one explained in the tutorial [[Creating_a_sword_for_Fallout|Creating a sword for Fallout]] because it doesn't matter the shape of the mesh you are working with: you will always add a material following the same steps.
  
[[File:Sword_1_add_material.jpg|right|thumb|Adding a material]]
+
[[File:Sword 1 add material.jpg|thumb|right|Adding a material]] [[File:Sword 2 add texture.jpg|thumb|right|Adding a texture]] [[File:Sword 3 Map input UV.jpg|thumb|right|Map Input: UV]] [[File:Sword 4 texture image.jpg|thumb|right|Associating an image to the texture]]
[[File:Sword_2_add_texture.jpg|right|thumb|Adding a texture]]
 
[[File:Sword_3_Map_input_UV.jpg|right|thumb|Map Input: UV]]
 
[[File:Sword_4_texture_image.jpg|right|thumb|Associating an image to the texture]]
 
  
 
While you are making the armour object or after finishing it you have to add a material to it. The game requires the material because all textures, UV maps and properties that define how it will be seen in game are to be associated to this material.
 
While you are making the armour object or after finishing it you have to add a material to it. The game requires the material because all textures, UV maps and properties that define how it will be seen in game are to be associated to this material.
Line 131: Line 146:
  
 
==== Add a UV map ====
 
==== Add a UV map ====
[[File:Sword_5_UV_screen.jpg|right|thumb|UV/Image Editor]]
 
  
Once your armour has the shape yo want and at least you've added one material, you have to colour it or it will be seen as transparent in game.  
+
[[File:Sword 5 UV screen.jpg|thumb|right|UV/Image Editor]]
 +
 
 +
Once your armour has the shape yo want and at least you've added one material, you have to colour it or it will be seen as transparent in game.
  
To do this the first step is to create the UV maps. The UV maps are projections in 2 dimensions of the mesh that is a 3 dimensional object. With the UV maps you are telling the mesh what part of the texture (that is a 2 dimensional image) has to be painted on each of the faces of the mesh.  
+
To do this the first step is to create the UV maps. The UV maps are projections in 2 dimensions of the mesh that is a 3 dimensional object. With the UV maps you are telling the mesh what part of the texture (that is a 2 dimensional image) has to be painted on each of the faces of the mesh.
  
 
To create the UV map:
 
To create the UV map:
# Subdivide Blender screen in two screens: right double click on the top of the screen and select ''Split area'' from the pop up menu. Then move the line until it is more or less in the middle of the screen, separating it in two sections of the same size.
+
 
# Select ''UV/Image Editor'' on the right screen as shown in the picture.
+
#Subdivide Blender screen in two screens: right double click on the top of the screen and select ''Split area'' from the pop up menu. Then move the line until it is more or less in the middle of the screen, separating it in two sections of the same size.  
# On the left screen, where your armour is, do the following:
+
#Select ''UV/Image Editor'' on the right screen as shown in the picture.  
 +
#On the left screen, where your armour is, do the following:  
  
 
===== For objects or parts of the armour with simple shapes =====
 
===== For objects or parts of the armour with simple shapes =====
* in ''Edit Mode'' select the faces of the armour that you want to paint togheter.
+
 
* select the menu option ''Mesh -> UVUnwrap'' and you'll see a pop up window like the one shown in the ''UVUnwrap window'' picture. Select the option to generate the UV maps that works better for you. I usually select Unwrap or Project from View but you can try the different options and see which one fits your needs. If you use Project from View first move the armour until you see all the faces you've selected as you want them to be projected in the UV map because this option will paint them as they are shown on the screen.
+
*in ''Edit Mode'' select the faces of the armour that you want to paint togheter.  
 +
*select the menu option ''Mesh -> UVUnwrap'' and you'll see a pop up window like the one shown in the ''UVUnwrap window'' picture. Select the option to generate the UV maps that works better for you. I usually select Unwrap or Project from View but you can try the different options and see which one fits your needs. If you use Project from View first move the armour until you see all the faces you've selected as you want them to be projected in the UV map because this option will paint them as they are shown on the screen.  
  
 
===== For objects or parts of the armour with complex shapes =====
 
===== For objects or parts of the armour with complex shapes =====
[[File:Armour_7_Mark_seam.jpg|right|thumb|Mark a seam]]
+
 
[[File:Armour_8_UV_with_seams.jpg|right|thumb|UV map generated using seams]]
+
[[File:Armour 7 Mark seam.jpg|thumb|right|Mark a seam]] [[File:Armour 8 UV with seams.jpg|thumb|right|UV map generated using seams]]
  
 
In armours or clothes shapes are usually complex and to paint them it is better to create UV maps of parts of each piece of cloth. Imagine this process as the cuts you'll make to a real shirt to extend the cloth completely on a table to paint it.
 
In armours or clothes shapes are usually complex and to paint them it is better to create UV maps of parts of each piece of cloth. Imagine this process as the cuts you'll make to a real shirt to extend the cloth completely on a table to paint it.
  
 
To subdivide the object into parts, you have to create a series of cuts or seams in the object (like the seams in real clothes). To mark these seams:
 
To subdivide the object into parts, you have to create a series of cuts or seams in the object (like the seams in real clothes). To mark these seams:
* In Edit mode select the edges that define a line. Take into account that this line wil be where two parts of the texture will join, so there will be little discontinuities in the painting along it. For this reason it is convenient that you mark the seams in places where in real life clothes already have seams or in places that will be hidden most of the time in game like the lower part of the arms.
+
 
* Select the menu option Mesh -> Edges -> Mark Seam (see picture ''Mark a seam''. You'll see that the line of vertices you selected turns into a dark orange colour.
+
*In Edit mode select the edges that define a line. Take into account that this line wil be where two parts of the texture will join, so there will be little discontinuities in the painting along it. For this reason it is convenient that you mark the seams in places where in real life clothes already have seams or in places that will be hidden most of the time in game like the lower part of the arms.  
* Keep on creating seams in your armour untill all pieces of it are completely delimited by seams.
+
*Select the menu option Mesh -> Edges -> Mark Seam (see picture ''Mark a seam''. You'll see that the line of vertices you selected turns into a dark orange colour.  
* Open the menu option Mesh -> UVUnwrap and select the ''Unwrap'' option. Blender will generate automatically a UV map similar to the one shown in picture ''UV map generated using seams''.
+
*Keep on creating seams in your armour untill all pieces of it are completely delimited by seams.  
 +
*Open the menu option Mesh -> UVUnwrap and select the ''Unwrap'' option. Blender will generate automatically a UV map similar to the one shown in picture ''UV map generated using seams''.  
  
 
Once you have generated all the UV maps for your armour save a file with the UV map image. You will use this file you are saving as a pattern to paint the armour textures later. To save this UV map image on the right screen select the menu option ''UVs -> Scripts -> Save UV Face Layout'' and press OK. Select the folder and enter the name of the file where you want to save your UV map on the pop up window.
 
Once you have generated all the UV maps for your armour save a file with the UV map image. You will use this file you are saving as a pattern to paint the armour textures later. To save this UV map image on the right screen select the menu option ''UVs -> Scripts -> Save UV Face Layout'' and press OK. Select the folder and enter the name of the file where you want to save your UV map on the pop up window.
  
 
==== Create the textures and the normal maps in GIMP ====
 
==== Create the textures and the normal maps in GIMP ====
 +
 
This step is exactly the same than the one explained in the tutorial [[Creating_a_sword_for_Fallout|Creating a sword for Fallout]] because it doesn't matter the mesh you are working with: you will create the textures and normal maps following the same steps.
 
This step is exactly the same than the one explained in the tutorial [[Creating_a_sword_for_Fallout|Creating a sword for Fallout]] because it doesn't matter the mesh you are working with: you will create the textures and normal maps following the same steps.
  
[[File:Sword_7_Normal_map.jpg|right|thumb|Normal map window]]
+
[[File:Sword 7 Normal map.jpg|thumb|right|Normal map window]]
  
Next step is to paint the textures: to do this you can use a program like [http://www.gimp.org.es/ GIMP]. You can immport the UV map image file you saved earlier into GIMP and use it as a pattern to paint the textures: this way you will know at any time what part of the sword you are painting.
+
Next step is to paint the textures: to do this you can use a program like [https://www.gimp.org GIMP]. You can immport the UV map image file you saved earlier into GIMP and use it as a pattern to paint the textures: this way you will know at any time what part of the sword you are painting.
  
 
Once you've painted the armour textures save them as dds as this is the image format that the game requires. If the images don't have transparent parts you can save them with DTX1 compression. If they have transparency, saved them as DTX3 or DTX5. Make sure that the ''Generate mipmaps'' flag is marked when you save the textures.
 
Once you've painted the armour textures save them as dds as this is the image format that the game requires. If the images don't have transparent parts you can save them with DTX1 compression. If they have transparency, saved them as DTX3 or DTX5. Make sure that the ''Generate mipmaps'' flag is marked when you save the textures.
  
 
Once you've painted the textures you'll have to create the normal maps that are the image files that will give your sword a sense of volume. You can create the normal map from the texture you've just painted, to do it this way just follow these steps:
 
Once you've painted the textures you'll have to create the normal maps that are the image files that will give your sword a sense of volume. You can create the normal map from the texture you've just painted, to do it this way just follow these steps:
# Select ''Colors -> Color to alpha'' and then select black or 000000 as the source colour.
 
# Select ''Filter -> Map -> Normalmap''. A window will pop up like the one shown in the ''Normal map window'' picture.
 
## pressing 3d preview you will be able to see in another screen how the changes in the parameters give more or less deep to the normal map.
 
## select the ''Wrap'' flag and change the value of ''Height source'' to Alpha.
 
## select a filter (I usually select 3x3 but you can try different filters and see which one works better for you)
 
## modify the scale value to add more or less deep to the normal map (I usually set this to 3 or 4)
 
## Press the OK button and the image will show now a blueish look: this is the normal map. Save it with the same name than your texture file + the _n.dds extension and choose the DTX5 compression. Make sure that the ''Generate mipmaps'' flag is selected when saving it.
 
  
:'''''Note:''' In Fallout light colours look very bright, and often they look too shiny. If you want to make your textures less shiny:''
+
#Select ''Colors -> Color to alpha'' and then select black or 000000 as the source colour.
:*'' make your textures a little darker: for example, don't paint white parts in white but in a light grey.''
+
#Select ''Filter -> Map -> Normalmap''. A window will pop up like the one shown in the ''Normal map window'' picture.
:*'' make the normal map a little more transparent: if you are generating them from the textures, you can try the following:''  
+
##pressing 3d preview you will be able to see in another screen how the changes in the parameters give more or less deep to the normal map.
:**'' before generating the normal map, add a black layer to the texture and merge it with the texture using a % of opacity (like 50%, or 25%).''  
+
##select the ''Wrap'' flag and change the value of ''Height source'' to Alpha.
:**'' merge down the black layer onto your original texture and then generate the normal map.''
+
##select a filter (I usually select 3x3 but you can try different filters and see which one works better for you)
 +
##modify the scale value to add more or less deep to the normal map (I usually set this to 3 or 4)
 +
##Press the OK button and the image will show now a blueish look: this is the normal map. Save it with the same name than your texture file + the _n.dds extension and choose the DTX5 compression. Make sure that the ''Generate mipmaps'' flag is selected when saving it. 
 +
 
 +
:'''''Note:''' In Fallout light colours look very bright, and often they look too shiny. If you want to make your textures less shiny:''  
 +
:*''make your textures a little darker: for example, don't paint white parts in white but in a light grey.''  
 +
:*''make the normal map a little more transparent: if you are generating them from the textures, you can try the following:''  
 +
:**''before generating the normal map, add a black layer to the texture and merge it with the texture using a % of opacity (like 50%, or 25%).''  
 +
:**''merge down the black layer onto your original texture and then generate the normal map.''    
  
 
==== Reduce the amount of polygons of the mesh ====
 
==== Reduce the amount of polygons of the mesh ====
[[File:Armour_9_Poly_reducer.jpg|right|thumb|Reducing the polygon count]]
+
 
 +
[[File:Armour 9 Poly reducer.jpg|thumb|right|Reducing the polygon count]]
  
 
If you are like me it is likely that the armour you've build until now has a big amount of polygins, what translates into a big nif file and worse performance in game.
 
If you are like me it is likely that the armour you've build until now has a big amount of polygins, what translates into a big nif file and worse performance in game.
  
 
You can reduce the number of polygons using the ''Decimate'' modifier but that will destroy any UV map you've generated, so the best thing is to use the ''Poly Reducer'' script:
 
You can reduce the number of polygons using the ''Decimate'' modifier but that will destroy any UV map you've generated, so the best thing is to use the ''Poly Reducer'' script:
# In Edit mode select all the vertices of your mesh
+
 
# Select the menu option ''Mesh -> Scripts -> Poly Reducer''
+
#In Edit mode select all the vertices of your mesh  
# A window will pop up with the default values Blender has for reducing the polygons. Try first with these values and if you see that the reduction has been too great, reload your mesh and try it again with a lower value of the parameter Poly Reduce (by default the script reduces the number of polygons by half).
+
#Select the menu option ''Mesh -> Scripts -> Poly Reducer''  
# Press OK and wait until Blender finishes the calculations.
+
#A window will pop up with the default values Blender has for reducing the polygons. Try first with these values and if you see that the reduction has been too great, reload your mesh and try it again with a lower value of the parameter Poly Reduce (by default the script reduces the number of polygons by half).  
# Look at the result and if it is fines, save the blend file.
+
#Press OK and wait until Blender finishes the calculations.  
 +
#Look at the result and if it is fines, save the blend file.  
  
 
You can apply the Poly reducer script as many times as you want to your mesh, but usually after 2 or 3 applications the mesh looses its original shape and looks bad.
 
You can apply the Poly reducer script as many times as you want to your mesh, but usually after 2 or 3 applications the mesh looses its original shape and looks bad.
  
 
==== Add weights to the armour ====
 
==== Add weights to the armour ====
 +
 
This is a very important step and is what differentiates creating armours and outfits of creating any other object for the game, as only the pieces of clothing require being weighted. The weights you are going to add to the meshes is what makes that clothes in game move with the body of the character.
 
This is a very important step and is what differentiates creating armours and outfits of creating any other object for the game, as only the pieces of clothing require being weighted. The weights you are going to add to the meshes is what makes that clothes in game move with the body of the character.
  
Line 204: Line 228:
  
 
These are the three main methods of assigning weights to armours, from the easiest to the most complex one:
 
These are the three main methods of assigning weights to armours, from the easiest to the most complex one:
* Copy completeley all the weights from another mesh
+
 
* Copy partially the weights from another mesh
+
*Copy completeley all the weights from another mesh  
* Paint the weights by hand
+
*Copy partially the weights from another mesh  
 +
*Paint the weights by hand  
  
 
===== Copy completeley all the weights from another mesh =====
 
===== Copy completeley all the weights from another mesh =====
[[File:Armour_10_Delete_weights.jpg|right|thumb|Deleting existing weights]]
+
 
[[File:Armour_11_Bone_weight_copy.jpg|right|thumb|Bone Weight Copy script]]
+
[[File:Armour 10 Delete weights.jpg|thumb|right|Deleting existing weights]] [[File:Armour 11 Bone weight copy.jpg|thumb|right|Bone Weight Copy script]] [[File:Armour 12 BWC Parameters.jpg|thumb|right|Bone Weight Copy script parameters]]
[[File:Armour_12_BWC_Parameters.jpg|right|thumb|Bone Weight Copy script parameters]]
 
  
 
This is the easiest way of adding weights to an armour and luckily, in most cases, it works well and there is no need to use any other method. The steps to follow are:
 
This is the easiest way of adding weights to an armour and luckily, in most cases, it works well and there is no need to use any other method. The steps to follow are:
# In Object mode select the object you are going to add the weights to (your armour) and on the ''Vertex Groups'' tab press the ''Delete'' button as many times as needed until there is no weight assigned to the object (see picture ''Deleting existing weights'').
+
 
# In Edit mode select all the vertices of your object. To do this press the A key (if you had any vertex selected, when pressing A for the first time it will be deselected, then press A again and all vertices will be selected).
+
#In Object mode select the object you are going to add the weights to (your armour) and on the ''Vertex Groups'' tab press the ''Delete'' button as many times as needed until there is no weight assigned to the object (see picture ''Deleting existing weights'').  
# Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.
+
#In Edit mode select all the vertices of your object. To do this press the A key (if you had any vertex selected, when pressing A for the first time it will be deselected, then press A again and all vertices will be selected).  
# Select the menu option ''Object -> Scripts -> Bone Weight Copy'' (see picture ''Bone Weight Copy script'').
+
#Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.  
# A window will pop up showing the default parameters for the script (see picture ''Bone Weight Copy script parameters''). Put quality to 3 as a maximum: you don't need more quality and for Fallout meshes a higher quality value often makes the script to end in error.
+
#Select the menu option ''Object -> Scripts -> Bone Weight Copy'' (see picture ''Bone Weight Copy script'').  
# Press the OK button and wait a long time until the script has finished copying the weights, and then save the changes. If your armour has a lot of polygons, it will take longer for the script to copy all the weights, so if you are planning to reduce the polygon count, do that before copying the weights.
+
#A window will pop up showing the default parameters for the script (see picture ''Bone Weight Copy script parameters''). Put quality to 3 as a maximum: you don't need more quality and for Fallout meshes a higher quality value often makes the script to end in error.  
# If your armour is made of more than one object, repeat the process for each part of the armour, one by one.
+
#Press the OK button and wait a long time until the script has finished copying the weights, and then save the changes. If your armour has a lot of polygons, it will take longer for the script to copy all the weights, so if you are planning to reduce the polygon count, do that before copying the weights.  
 +
#If your armour is made of more than one object, repeat the process for each part of the armour, one by one.  
  
 
===== Copy partially the weights from another mesh =====
 
===== Copy partially the weights from another mesh =====
 +
 
Sometimes you will need to copy the weights from a source only to part of your armour. If, for example, you try your armour in game and see that part of it moves odd you can try fixing it by modifying the weights of that part of the armour unsing this method. To use it follow these steps:
 
Sometimes you will need to copy the weights from a source only to part of your armour. If, for example, you try your armour in game and see that part of it moves odd you can try fixing it by modifying the weights of that part of the armour unsing this method. To use it follow these steps:
# Don't delete any of the existing weights of your armour
+
 
# In Edit mode select only the vertices of the area of your armour whose weights you want to modify
+
#Don't delete any of the existing weights of your armour  
# Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.
+
#In Edit mode select only the vertices of the area of your armour whose weights you want to modify  
# Select the menu option ''Object -> Scripts -> Bone Weight Copy'' (see picture ''Bone Weight Copy script'').
+
#Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.  
# A window will pop up showing the default parameters for the script (see picture ''Bone Weight Copy script parameters''). Put quality to 3 and '''press the button ''Update Selected'''''.
+
#Select the menu option ''Object -> Scripts -> Bone Weight Copy'' (see picture ''Bone Weight Copy script'').  
# Press the OK button and wait until the script has finished copying the weights, and then save the changes. The script will finish sooner than with the previous method because it only has to modify the weights of part of your armour.
+
#A window will pop up showing the default parameters for the script (see picture ''Bone Weight Copy script parameters''). Put quality to 3 and '''press the button ''Update Selected'''''.  
 +
#Press the OK button and wait until the script has finished copying the weights, and then save the changes. The script will finish sooner than with the previous method because it only has to modify the weights of part of your armour.  
  
 
===== Paint the weights by hand =====
 
===== Paint the weights by hand =====
 +
 
This is the most difficult and arduous method for assigning weights to an object and usually it is only required to give the finishing touches to the armour, and only when none of the two previous methods have worked completely.
 
This is the most difficult and arduous method for assigning weights to an object and usually it is only required to give the finishing touches to the armour, and only when none of the two previous methods have worked completely.
  
[[File:Armour_13_Weight_paint_colour_code.jpg|Weight Paint: Colour codes for weights]]
+
[[File:Armour 13 Weight paint colour code.jpg|Weight Paint: Colour codes for weights]] [[File:Armour 14 Weight paint manually.jpg|thumb|right|Painting weights by hand]]
[[File:Armour_14_Weight_paint_manually.jpg|right|thumb|Painting weights by hand]]
 
  
 
To paint weights by hand (see picture ''Painting weights by hand''):
 
To paint weights by hand (see picture ''Painting weights by hand''):
# In Object mode select the object whose weights you want to modify.
+
 
# Go to ''Weight Paint mode'':
+
#In Object mode select the object whose weights you want to modify.  
## You'll see that your object shows now several colours, as shown in picture ''Painting weights by hand''.
+
#Go to ''Weight Paint mode'':  
## These colours are the weights that each area has with respect to the bone yoy have selected in the ''Vertex Groups'' tab. The weights go from red that represents a weight of 100% to dark blue that represents a weight of 0% (see picture ''Weight Paint: Colour codes for weights''). For example, in the picture the weights swhon on the shirt are its weights with respect to the ''Bip01 Spine2''.
+
##You'll see that your object shows now several colours, as shown in picture ''Painting weights by hand''.  
# On the lower part, on the Paint tab, there are the brush controls. The most important are:
+
##These colours are the weights that each area has with respect to the bone yoy have selected in the ''Vertex Groups'' tab. The weights go from red that represents a weight of 100% to dark blue that represents a weight of 0% (see picture ''Weight Paint: Colour codes for weights''). For example, in the picture the weights swhon on the shirt are its weights with respect to the ''Bip01 Spine2''.  
## Weight: modifying this valur you will be painting higher or lower weights (1.00 means 100%, 0.90 means 90%, and so on).
+
#On the lower part, on the Paint tab, there are the brush controls. The most important are:  
## Opacity: indicates if the brush is completely opaque which means that with one stroke you will change completely the weight of the area you are painting, or translucent which means that with each stroke you only modify the existing weights a little.
+
##Weight: modifying this valur you will be painting higher or lower weights (1.00 means 100%, 0.90 means 90%, and so on).  
## Size: if the brush is very big you'll be modifying the weights of a big area of the mesh with one stroke.
+
##Opacity: indicates if the brush is completely opaque which means that with one stroke you will change completely the weight of the area you are painting, or translucent which means that with each stroke you only modify the existing weights a little.  
# You'll see that the cursor on the screen has the shape of a brush. To modify the weights of your armour simply select the bone whose weights you want to modify on the ''Vertex Groups'' area and paint with the brush on your armour.
+
##Size: if the brush is very big you'll be modifying the weights of a big area of the mesh with one stroke.  
# If you want to modify the weights of more than one bone you will have to repeat the process for each bone, selecting it in the ''Vertex Groups'' area.
+
#You'll see that the cursor on the screen has the shape of a brush. To modify the weights of your armour simply select the bone whose weights you want to modify on the ''Vertex Groups'' area and paint with the brush on your armour.  
 +
#If you want to modify the weights of more than one bone you will have to repeat the process for each bone, selecting it in the ''Vertex Groups'' area.  
  
 
== Go to Part 2 of the tutorial ==
 
== Go to Part 2 of the tutorial ==
 +
 
Go to [[Creating_an_armour_for_Fallout._Part_2|Creating an armour for Fallout. Part 2]]
 
Go to [[Creating_an_armour_for_Fallout._Part_2|Creating an armour for Fallout. Part 2]]
  
==References==
+
[[Category:Fallout 3]] [[Category:Tutorials]] [[Category:Modelling]] [[Category:Texturing]] [[Category:Blender]] [[Category:GIMP]] [[Category:NifSkope]] [[Category:GECK]]
* [http://videojuegos.clandlan.net/videojuegos/index.php/Tutorial_Crear_una_armadura Tutorial para crear una armadura]
 
 
 
[[Category:Fallout_3]]
 
[[Category:Tutorials]]
 
[[Category:Modelling]]
 
[[Category:Texturing]]
 
[[Category:Blender]]
 
[[Category:GIMP]]
 
[[Category:NifSkope]]
 
[[Category:GECK]]
 

Latest revision as of 14:07, 21 November 2018

Overview

This tutorial shows all the main steps you need to follow to create an armour or an outfit from scratch for Fallout 3. If you only want to change the textures of an existing piece of clothing or change its properties and bonus, just skip the first part of the tutorial. If you want to adapt existing armours or outfits to other bodies you will have to follow the steps explained here, except that you won't have to create the mesh (but you may probably have to adapt it to the new body), the textures or the UV maps.

Required tools

Creating an armour for Fallout 3

The main steps to create a custom armour or outfit for Fallout 3 are:

  1. Importing into Blender all parts of the body you are going to create armor for.
  2. Creating the armour:
    1. Make the armour's shape
    2. Add a material
    3. Add a UVmap
    4. Create the textures and the normal maps in GIMP
    5. Reduce the amount of polygons of the mesh
    6. Add weights to the armour
    7. Cut parts of the body hidden by the armour
  3. Export the armour
  4. Adjust the armor in Nifskope
  5. Add the armour to the game using the GECK
  6. Adjust the armour after testing it in game

Importing into Blender all parts of the body

Importing a mesh into Blender
Deleting the skeleton

When creating an outfit or an armour first thing is to decide what body you want to make the clothes for. If you want to create an armour that fits several bodies (male and female, for example) you will have to create different armours for each body.

That is why the first step is to import into Blender all the parts of the body you want to work with. The nif files that contain the body meshes are in the folder \Data\Meshes\characters\_male\.

Note: The meshes and textures of the game are inside compressesd files with BSA format. To extract then you can use the "BSA Browser" utility that comes with Fallout Mod Manager.

If you are going to create the armour for a male, you'll have to import the following body parts:

  • upperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.
  • righthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.
  • lefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.

If you are going to create the armour for a female, you'll have to import the following body parts:

  • femaleupperbody.nif: In Fallout this nif file contains the torso, arms, legs and feet.
  • femalerighthand.nif: If you want to create gloves for your armour, import this mesh that contains the right hand.
  • femalelefthand.nif: If you want to create gloves for your armour, import this mesh that contains the left hand.
Note: To import a nif file into Blender use the menu option File -> Import -> Netimmerse/Gamebyro (.nif). If you cannot find that option it is because you haven't installed NifScripts. Follow the instructions given here: Installation of Blender to install everything you need.

If you want to create a helmet, a hat or earrings, you'll have to import the head meshes that are in the folder \Data\Meshes\characters\head\:

  • headhuman.nif: head mesh for male characters
  • headfemale.nif: head mesh for female characters

Once you have all the body parts imported into Blender, delete all the skeletons you've imported with them. To do this, select each skeleton (Scene Root) as shown in picture Deleting the skeleton, press the Delete key and select OK. You have to repeat this process until you have deleted all the skeletons you've imported into Blendet. Take into account that each part of the body you import will bring its own part of the skeleton.

Once you have just the body meshes, without the skeletons, it is worth you save it in a blend file you can reuse in the future (if you think you are going to create more armours or outfits). This will save you repeating this importing process each time.

Creating the armour

Make the armour's shape

This is the first step of the process. In this tutorial I am not going to explain how to use Blender to model 3d objects as there are already very good tutorials on the matter like this one: Blender 3d: Noob to pro. Once you have build your armour in Blender you can proceed to the next step.

When creating your armour mesh you can use some of these tips:

Creating a basic clothes mesh

You can create a basic clothes mesh following this tutorial Creating basic clothes in 5 minutes using Blender and use it as a starting point for modelling your armour. The advantage of using this technique is that it allows you to create low polygon meshes, and therefore easier to work with, that already have the basic shape you need for your armour.

Duplicating body parts
  • A quick way of creating tight-fitting piece of clothes, like gloves, consists in duplicating the part of the body that is to be covered by the clothes and converting it into a new object. For example, to create a glove for the right hand:
    • In Edit mode select all the vertices of the right hand
    • Select Mesh -> Duplicate and right click so the duplicated vertices won't move from its place but are still selected
    • Press the P key and select Selected to move the duplicated vertices into a new object
    • Go into Object mode and select the duplicated hand (its name will be RightHand.001. You can change its name into Right glove or any other name you prefer).
    • Go into Edit mode and scale the duplicated hand (you can use the S or Alt+S keys) to make it a little bigger than the original hand so that it covers it like gloves do.
    • Work on the duplicated hand to give the glove its definitive shape.
Use the Mirror modifier
Working with half of the mesh
Adding the Mirror modifier

When creating armours or clothes you can work only with half of the meshes and apply after the Mirror modifier to make the clothes symmetrical. To use this technique:

  • Create a mesh that covers only half of the body and make sure that the center of the mesh, in Object mode, is in the axis that separates the body in two as shown in picture Working with half of the mesh.
  • Add the Mirror modifier (see picture Adding the Mirror modifier). In Object mode, in the Editting (F9) area click on the button Add modifier and select Mirror from the drop down list. You'll see that your object is now symmetrical and covers both sides of the body like in the picture.
  • Work with the mesh only in one half of the body and all the changes you do there will be symmetrically replicated into the other part of the mesh.
  • Once you've finished making your mesh press the Apply button that is beside the Mirror modifier. This will make your mesh real in both sides of the body (leave this step to the end, when you are sure you won't modify the mesh anymore, because once you've applied the modifier you cannot go back).
Give sense of volume
Adding a rim
Putting clothes inside the body

There are some ways of giving the impression that the clothes have a volume although they are only two dimensional bended surfaces, like:

  • select the edge of the clothes and execute Extrude twice (option Only Edges), and create a rim like the one shown in picture Adding a rim
  • select the edge of the clothes and execute Extrude one (option Only Edges), and put the new edge of the clothes inside the body as shown in picture Putting clothes inside the body
Use several objects

I find it useful to create the different parts of the armour as independent object and joining them in a unique object only at the end, when I am going to add weights to the armour. The advantages of working this way are:

  • It is easier to create the UV maps for the different parts of the armour as you create a UV map for each object. When you join all objects into one Blender keeps the independent UV maps you created before.
  • It is easier to use modifiers like Mirror, Bevel or Subsurf. The modifiers apply to one object but not to other objects, so you can control much easily the shape of each part of the armour. Join all parts into one object only after having applied all the modifiers to each individual object.
  • There are some scripts, like the one used to reduce the number of polygons, that apply to the whole object. So, if you work with independent objects you can reduce differently the polygons of the each part of the armour.
The PipBoy and the left arm

In Fallout the left arm is a particular case because that is the arm where your character wears the PipBoy.

Depending on the shape of the armour you are creating, it is very likely that the end of the sleeve or the left glove will be bigger than the PipBoy in some places and will clip through it in game.

On the other hand, if you make the left sleeve or glove too close to the arm to avoid clipping, it will look bad when the armour is worn by an NPC that doesn't wear the PipBoy.

To solve this do the following:

  • Create two versions of the part of the left sleeve or glove that will go under the PipBoy: a normal version and a tight-fitting version.
  • Save each of these versions as different objects (it is also recommended that they are separate objects, not joined to the rest of the armour, so the final mesh is not too big).
  • Name PipBoyOff the object that has the normal version of the left sleeve or glove (this is the object that will be seen on characters that don't wear the PipBoy, like NPCs).
  • Name PipBoyOn the object that has the tight-fitting version of the left sleeve or glove (this is the object that will be seen on characters that wear the PipBoy, like your characters).

Following this naming convention Fallout will equip automatically one version or the other of the left sleeve or glove to the characters in game, depending on if they wear a PipBoy or not.

Add a material

This step is exactly the same as the one explained in the tutorial Creating a sword for Fallout because it doesn't matter the shape of the mesh you are working with: you will always add a material following the same steps.

Adding a material
Adding a texture
Map Input: UV
Associating an image to the texture

While you are making the armour object or after finishing it you have to add a material to it. The game requires the material because all textures, UV maps and properties that define how it will be seen in game are to be associated to this material.

1. To create a material, in the Editing(F9) area press on the New button (the button encircled in the image Adding a material).

2. Next, in the Shading (F5) area press the red ball (Material buttons), and that will open the area that is shown in the picture Adding a texture. Here you can change the name of the materials on the Links and Pipeline tab, change the material properties and add a texture. The material properties can also be modified in NifSkope and it is easier to do it there, so in this screen we are only going to add a texture to the material. To do so press on the Add New button on the Texture tab.

3. Once you've added the texture two new tabs will appear: Map Input and Map To. Go to the Map Input tab and select UV as shown in the Map Input: UV picture. This is important so that the mesh interprets that the texture will follow the positions of the vertices of the UV map.

4. The last step is to associate the texture you've just created to a texture image. Right now you can associate any texture to it, it doesn't have to be the right one as this will be done later in NifSkope. To associate the texture image press the Texture buttons (F6) as shown in the Associating an image to the texture picture, and in the Texture type drop down list select Image. A window will pop up where you can select the texture dds image and, as I've explained before at this moment you can associate any dds file you have as we will associate the right one in NifSkope later.

Add a UV map

UV/Image Editor

Once your armour has the shape yo want and at least you've added one material, you have to colour it or it will be seen as transparent in game.

To do this the first step is to create the UV maps. The UV maps are projections in 2 dimensions of the mesh that is a 3 dimensional object. With the UV maps you are telling the mesh what part of the texture (that is a 2 dimensional image) has to be painted on each of the faces of the mesh.

To create the UV map:

  1. Subdivide Blender screen in two screens: right double click on the top of the screen and select Split area from the pop up menu. Then move the line until it is more or less in the middle of the screen, separating it in two sections of the same size.
  2. Select UV/Image Editor on the right screen as shown in the picture.
  3. On the left screen, where your armour is, do the following:
For objects or parts of the armour with simple shapes
  • in Edit Mode select the faces of the armour that you want to paint togheter.
  • select the menu option Mesh -> UVUnwrap and you'll see a pop up window like the one shown in the UVUnwrap window picture. Select the option to generate the UV maps that works better for you. I usually select Unwrap or Project from View but you can try the different options and see which one fits your needs. If you use Project from View first move the armour until you see all the faces you've selected as you want them to be projected in the UV map because this option will paint them as they are shown on the screen.
For objects or parts of the armour with complex shapes
Mark a seam
UV map generated using seams

In armours or clothes shapes are usually complex and to paint them it is better to create UV maps of parts of each piece of cloth. Imagine this process as the cuts you'll make to a real shirt to extend the cloth completely on a table to paint it.

To subdivide the object into parts, you have to create a series of cuts or seams in the object (like the seams in real clothes). To mark these seams:

  • In Edit mode select the edges that define a line. Take into account that this line wil be where two parts of the texture will join, so there will be little discontinuities in the painting along it. For this reason it is convenient that you mark the seams in places where in real life clothes already have seams or in places that will be hidden most of the time in game like the lower part of the arms.
  • Select the menu option Mesh -> Edges -> Mark Seam (see picture Mark a seam. You'll see that the line of vertices you selected turns into a dark orange colour.
  • Keep on creating seams in your armour untill all pieces of it are completely delimited by seams.
  • Open the menu option Mesh -> UVUnwrap and select the Unwrap option. Blender will generate automatically a UV map similar to the one shown in picture UV map generated using seams.

Once you have generated all the UV maps for your armour save a file with the UV map image. You will use this file you are saving as a pattern to paint the armour textures later. To save this UV map image on the right screen select the menu option UVs -> Scripts -> Save UV Face Layout and press OK. Select the folder and enter the name of the file where you want to save your UV map on the pop up window.

Create the textures and the normal maps in GIMP

This step is exactly the same than the one explained in the tutorial Creating a sword for Fallout because it doesn't matter the mesh you are working with: you will create the textures and normal maps following the same steps.

Normal map window

Next step is to paint the textures: to do this you can use a program like GIMP. You can immport the UV map image file you saved earlier into GIMP and use it as a pattern to paint the textures: this way you will know at any time what part of the sword you are painting.

Once you've painted the armour textures save them as dds as this is the image format that the game requires. If the images don't have transparent parts you can save them with DTX1 compression. If they have transparency, saved them as DTX3 or DTX5. Make sure that the Generate mipmaps flag is marked when you save the textures.

Once you've painted the textures you'll have to create the normal maps that are the image files that will give your sword a sense of volume. You can create the normal map from the texture you've just painted, to do it this way just follow these steps:

  1. Select Colors -> Color to alpha and then select black or 000000 as the source colour.
  2. Select Filter -> Map -> Normalmap. A window will pop up like the one shown in the Normal map window picture.
    1. pressing 3d preview you will be able to see in another screen how the changes in the parameters give more or less deep to the normal map.
    2. select the Wrap flag and change the value of Height source to Alpha.
    3. select a filter (I usually select 3x3 but you can try different filters and see which one works better for you)
    4. modify the scale value to add more or less deep to the normal map (I usually set this to 3 or 4)
    5. Press the OK button and the image will show now a blueish look: this is the normal map. Save it with the same name than your texture file + the _n.dds extension and choose the DTX5 compression. Make sure that the Generate mipmaps flag is selected when saving it.
Note: In Fallout light colours look very bright, and often they look too shiny. If you want to make your textures less shiny:
  • make your textures a little darker: for example, don't paint white parts in white but in a light grey.
  • make the normal map a little more transparent: if you are generating them from the textures, you can try the following:
    • before generating the normal map, add a black layer to the texture and merge it with the texture using a % of opacity (like 50%, or 25%).
    • merge down the black layer onto your original texture and then generate the normal map.

Reduce the amount of polygons of the mesh

Reducing the polygon count

If you are like me it is likely that the armour you've build until now has a big amount of polygins, what translates into a big nif file and worse performance in game.

You can reduce the number of polygons using the Decimate modifier but that will destroy any UV map you've generated, so the best thing is to use the Poly Reducer script:

  1. In Edit mode select all the vertices of your mesh
  2. Select the menu option Mesh -> Scripts -> Poly Reducer
  3. A window will pop up with the default values Blender has for reducing the polygons. Try first with these values and if you see that the reduction has been too great, reload your mesh and try it again with a lower value of the parameter Poly Reduce (by default the script reduces the number of polygons by half).
  4. Press OK and wait until Blender finishes the calculations.
  5. Look at the result and if it is fines, save the blend file.

You can apply the Poly reducer script as many times as you want to your mesh, but usually after 2 or 3 applications the mesh looses its original shape and looks bad.

Add weights to the armour

This is a very important step and is what differentiates creating armours and outfits of creating any other object for the game, as only the pieces of clothing require being weighted. The weights you are going to add to the meshes is what makes that clothes in game move with the body of the character.

Each part of the armour has weights relative to the bones of the skeleton of the character. In general terms, the weight will be bigger for close bones and zero for bones that are far from that part of the armour. For example, a skirt or a pair of trousers will have zero weight with respect to the bones of the arms or hands, but will have bigger weights with respect to the bones of the legs.

These are the three main methods of assigning weights to armours, from the easiest to the most complex one:

  • Copy completeley all the weights from another mesh
  • Copy partially the weights from another mesh
  • Paint the weights by hand
Copy completeley all the weights from another mesh
Deleting existing weights
Bone Weight Copy script
Bone Weight Copy script parameters

This is the easiest way of adding weights to an armour and luckily, in most cases, it works well and there is no need to use any other method. The steps to follow are:

  1. In Object mode select the object you are going to add the weights to (your armour) and on the Vertex Groups tab press the Delete button as many times as needed until there is no weight assigned to the object (see picture Deleting existing weights).
  2. In Edit mode select all the vertices of your object. To do this press the A key (if you had any vertex selected, when pressing A for the first time it will be deselected, then press A again and all vertices will be selected).
  3. Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.
  4. Select the menu option Object -> Scripts -> Bone Weight Copy (see picture Bone Weight Copy script).
  5. A window will pop up showing the default parameters for the script (see picture Bone Weight Copy script parameters). Put quality to 3 as a maximum: you don't need more quality and for Fallout meshes a higher quality value often makes the script to end in error.
  6. Press the OK button and wait a long time until the script has finished copying the weights, and then save the changes. If your armour has a lot of polygons, it will take longer for the script to copy all the weights, so if you are planning to reduce the polygon count, do that before copying the weights.
  7. If your armour is made of more than one object, repeat the process for each part of the armour, one by one.
Copy partially the weights from another mesh

Sometimes you will need to copy the weights from a source only to part of your armour. If, for example, you try your armour in game and see that part of it moves odd you can try fixing it by modifying the weights of that part of the armour unsing this method. To use it follow these steps:

  1. Don't delete any of the existing weights of your armour
  2. In Edit mode select only the vertices of the area of your armour whose weights you want to modify
  3. Go back to Object mode and select your object first, and then select the object you are going to use as the source of the weights (to select two objects at the same time press the Shift key). You can use as a source the body you are creating the armour for, or another armour that is made for the same body you are using. Take into account that each body has slightly different weights.
  4. Select the menu option Object -> Scripts -> Bone Weight Copy (see picture Bone Weight Copy script).
  5. A window will pop up showing the default parameters for the script (see picture Bone Weight Copy script parameters). Put quality to 3 and press the button Update Selected.
  6. Press the OK button and wait until the script has finished copying the weights, and then save the changes. The script will finish sooner than with the previous method because it only has to modify the weights of part of your armour.
Paint the weights by hand

This is the most difficult and arduous method for assigning weights to an object and usually it is only required to give the finishing touches to the armour, and only when none of the two previous methods have worked completely.

Weight Paint: Colour codes for weights
Painting weights by hand

To paint weights by hand (see picture Painting weights by hand):

  1. In Object mode select the object whose weights you want to modify.
  2. Go to Weight Paint mode:
    1. You'll see that your object shows now several colours, as shown in picture Painting weights by hand.
    2. These colours are the weights that each area has with respect to the bone yoy have selected in the Vertex Groups tab. The weights go from red that represents a weight of 100% to dark blue that represents a weight of 0% (see picture Weight Paint: Colour codes for weights). For example, in the picture the weights swhon on the shirt are its weights with respect to the Bip01 Spine2.
  3. On the lower part, on the Paint tab, there are the brush controls. The most important are:
    1. Weight: modifying this valur you will be painting higher or lower weights (1.00 means 100%, 0.90 means 90%, and so on).
    2. Opacity: indicates if the brush is completely opaque which means that with one stroke you will change completely the weight of the area you are painting, or translucent which means that with each stroke you only modify the existing weights a little.
    3. Size: if the brush is very big you'll be modifying the weights of a big area of the mesh with one stroke.
  4. You'll see that the cursor on the screen has the shape of a brush. To modify the weights of your armour simply select the bone whose weights you want to modify on the Vertex Groups area and paint with the brush on your armour.
  5. If you want to modify the weights of more than one bone you will have to repeat the process for each bone, selecting it in the Vertex Groups area.

Go to Part 2 of the tutorial

Go to Creating an armour for Fallout. Part 2