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

From the CreationKit Wiki
Jump to navigation Jump to search
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 | edit source]

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

Picture4-7.png

Click on the Object Window[edit | edit source]

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

Picture5-2.png

Expand Actors then Click on Actor in the left list[edit | edit source]

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

Picture5-3.png

Right-click over any name in the right list.[edit | edit source]

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.

Picture5-4.png

Click New in the pop-up menu[edit | edit source]

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

Picture5-5.png

Pick a first & last name (like Ash Skow)[edit | edit source]

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)

Picture5-6.png

Click the OK button[edit | edit source]

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

Picture5-7.png

Double-click on the name[edit | edit source]

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

Picture5-8.png

Check the Female checkbox[edit | edit source]

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.

Picture5-9.png

Click the Inventory tab[edit | edit source]

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

We’ll just give Ash clothes for now.

Picture5-10.png

Select an outfit in the Default Outfit dropdown[edit | edit source]

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

Picture5-11.png

Click the Character Gen Parts tab[edit | edit source]

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

Picture5-12.png

Select a Hair Color in the Drop Down[edit | edit source]

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.

Picture5-13.png

Click the OK Button[edit | edit source]

Picture5-14.png

Click on the Object Window to bring it up, and also Click on the Render Window to bring it up[edit | edit source]

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

Picture5-15.png

Left-Click-Hold-Drag NPC onto your cell[edit | edit source]

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.

Picture5-16.png

Experiment with moving the camera[edit | edit source]

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

Picture5-17.png

File > Save[edit | edit source]

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.

Picture5-18.png

Run Fallout 4 and get into the game[edit | edit source]

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.

Picture5-19.png