Fallout 4 Simple Fetch Quest Tutorial Chapter 4: Creating a Test Room via Copying

From the CreationKit Wiki
Jump to navigation Jump to search
Fallout 4 Simple Fetch Quest Tutorial Chapter 4: Creating a Test Room via Copying
Fallout 4 Scripting Quest Tutorial Series, Chapter 4: Creating a Test Room via Copying
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 copy and modify an existing room

Picture3-6.png

Double-Click BoSHoldingCell in the Cell View window, and Zoom-Out using the Mouse Scroll Wheel[edit | edit source]

We’re using the Brotherhood of Steel holding cell because it’s just a simple room with 4 walls, and that’s perfect for experimenting with adding objects and quests.

Of course, later on you can modify more complex spaces, but learn the basics first.

Picture4-2.png

Right-Click over BoSHoldingCell[edit | edit source]

Picture4-3.png

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

Congratulations, you’ve just made a copy of BoSHoldingCell. Whenever you duplicate a cell, it places the new cell underneath the copied cell and appends COPY0000, e.g., BosHoldingCellCOPY0000

Let’s change the name to something better

Picture4-4.png

Click once on the duplicate cell’s name, then Click again[edit | edit source]

This will allow you to change the name

Picture4-5.png

Change the name to BosHoldingCellTut[edit | edit source]

“Tut” for tutorial

You might also want to zoom out using the scroll wheel, just to make sure you copied the right room.

Picture4-6.png

Menu-Select File > Save[edit | edit source]

It’s very important to save, anytime you make a change to your mod file, like duplicating a cell. Get in the habit of saving often.

Now let’s test our mod by placing our avatar in the room

Picture4-7.png

Run Fallout 4[edit | edit source]

DON’T CLOSE YOUR GECK, otherwise you’ll have to reload everything after you’re finished testing. Instead, just minimize the GECK, so you can click on your Fallout 4 icon.

Picture4-8.png

Click PLAY then Press any button to start[edit | edit source]

Picture4-9.png

Select CONTINUE and (A) Confirm[edit | edit source]

Note you don’t have to go to the MOD menu to load your MOD as you did in a previous tutorial.

Your screen my look different from mine, depending on where you left off in your game. I’m actually in the original BoSHoldingCell

Let’s switch to BosHoldingCellTut (the tutorial version)

Picture4-10.png

Type `coc BoSHoldingCellTut[edit | edit source]

The backquote (`) puts you in command mode. coc is the command to teleport to a new cell. Cells are rooms, town, and other spaces in Fallout 4. I’m told it’s short for Center on Cell. It takes as an argument a cell name, in our case BoSHoldingCellTut

Picture4-11.png

Type Enter[edit | edit source]

You’re now in your copy of the BoSHoldingCell, aka BosHoldingCellTut

Picture4-12.png

Bring Up the QUICKSAVE menu (shown). Select QUICKSAVE then QUIT out of Fallout 4 (not shown)[edit | edit source]

I usually just QUICKSAVE once, after I’ve teleported into the room. Afterwards, I just QUIT because I’m testing out mods and I don’t want my actions saves.

Okay you’re done with creating your own room and teleporting into that room.

In the next tutorial, we’ll populate that room with objects.

Picture4-13.png