Fallout 4 Simple Fetch Quest Tutorial Chapter 5: Creating an NPC

Fallout 4 Simple Fetch Quest Tutorial Chapter 5: Creating an NPC
Fallout 4 Scripting Quest Tutorial Series, Chapter 5: Creating an NPC
Return to Tutorial Hub
LeftArrow.png Previous Tutorial Next TutorialRightArrow.png

Note: This tutorial is written in Action-Reaction style — Headers are the action you have to do, and the pictures that follow depict the reaction (or result) of the Creation Kit.

Start up the GECK by running the Bethesda.Net Launcher and Open up your Mod (as in Tutorial 3)Edit

What we’re going to do is create a new NPC from scratch

 

Click on the Object WindowEdit

This window contains “prototypes” of all the possible objects in the World

 

Expand Actors then Click on Actor in the left listEdit

The right list fills up with all the actors in the world

 

Right-click over any name in the right list.Edit

This pop-up menu lets you either duplicate an existing NPC (like Cait) or create an entirely new NPC. If you do choose to duplicate an NPC, immediately change it’s name by clicking twice on the name.

We’ll create a totally new character.

 

Click New in the pop-up menuEdit

This will pop up the Actor window, which allows you to customize a new NPC

 

Pick a first & last name (like Ash Skow)Edit

Enter the name w/out spaces into ID

Enter the name with spaces into Name

Enter just first name into Short Name

Check the Unique checkbox

I used Ash Skow as the full name and simply Ash for the short name.

(Note: Your character may look different from mine)

 

Click the OK buttonEdit

Your new NPC appears alphabetically in the Object Window’s right list.

 

Double-click on the nameEdit

This brings up the Actor window again. This time we’ll change the look of the character.

 

Check the Female checkboxEdit

This changes the character into a female.

If you’re ambitious, you can experiment with Skin (which is really clothing), Weight values, and body morph region values. These options will add clothing, change general body shape, and change limb shapes, respectively.

We’ll just keep the default female. The skin looks brown but it’s really white.

 

Click the Inventory tabEdit

This is where you give the character outfits, weapons, and other items.

We’ll just give Ash clothes for now.

 

Select an outfit in the Default Outfit dropdownEdit

I selected the Brotherhood of Steel Officer Outfit: BoSOfficerOutfit, but you can pick whatever you want.

 

Click the Character Gen Parts tabEdit

This will allow you to change mostly head features, like hair color and eye color. You can also change skin color and hair style.

 

Select a Hair Color in the Drop DownEdit

Highlight Hair in the Base Head Parts area

Select a hairstyle in the dropdown

Double click the Head checkbox to see your changes.

Note: In changing the hair style it’s important to first highlight Hair in the Base Head Parts. This fills the dropdown with hair styles. I selected HairColor11WarmBlack for the hair color (color does not show!), and HairFemale11 for the hair style.

 

Click the OK ButtonEdit

 

Click on the Object Window to bring it up, and also Click on the Render Window to bring it upEdit

I’m assuming you are continuing from Tutorial 4 and the BosHoldingCellTut is selected and displayed in the Render Window

 

Left-Click-Hold-Drag NPC onto your cellEdit

I put Ash Skow in the upper-right corner.

You can left-click-hold-and-drag the character to different parts of the room, but she’s difficult to see, so let’s adjust the camera next.

 

Experiment with moving the cameraEdit

You must select the character first by clicking on it. Then when the character is selected, you can:

  • zoom in with the mouse wheel
  • rotate the character by holding the right mouse button while moving the mouse
  • rotate about the character by holding the shift key while holding the left mouse key and dragging the mouse

Pan by holding down the middle mouse button and dragging

 

File > SaveEdit

You’ll get the usual warning. I brought up the Warnings window so you could see them. Ignore them.

You’re done. Now let’s see the NPC in Fallout 4.

 

Run Fallout 4 and get into the gameEdit

Remember you don’t have to reload your mod again. Just continue through to the game.

Note: If you’re not in BoSHoldingCellTut, teleport there using coc as in the previous tutorial

Look around for Ash in the corner of the room.

Of course if you try to talk to her, she doesn’t say anything. We’ll do that next.