Difference between revisions of "Category:Getting Started"

m
Updated the installation steps to reflect the Bethesda.net-Steam migration
imported>Scrivener07
m (Updated the installation steps to reflect the Bethesda.net-Steam migration)
 
(15 intermediate revisions by 12 users not shown)
Line 5: Line 5:
|chapter=1
|chapter=1
}}
}}
=Overview=
This first chapter of the tutorial series will go over the basics of getting up and running with the Creation Kit:


The reader will learn:
This first chapter of the tutorial will go over the basics of getting up and running with the Creation Kit. Traditionally, the tool was available via Bethesda.net Launcher. However, this service was discontinued on May 11 2022, with its contents migrating to Steam. For more information, see the [https://bethesda.net/en/article/2RXxG1y000NWupPalzLblG/sunsetting-the-bethesda-net-launcher-and-migrating-to-steam official announcement]. Since the migration, the Creation Kit has been publicly available via the [https://store.steampowered.com/ Steam] platform.
* How to install the Creation Kit
* How to create and save a plugin (main mod data file)
* How to load a plugin into the game


=Installing the Creation Kit=
== Installing the Creation Kit ==
[[Image:SteamCreationKit.jpg|thumb|right|Locating the Creation Kit in Steam Tools]]
[[Image:SteamCreationKit.jpg|thumb|right|Locating the Creation Kit in Steam Tools]]


Whether you have ambitious mod plans, a simple tweak idea, or just want to fool around, you'll need to install the Creation Kit first. You can download the Creation Kit directly from [http://store.steampowered.com/about/ Steam], which requires a Steam Account with a [http://store.steampowered.com/app/72850/ copy of Skyrim].
Whether you have ambitious mod plans, a simple tweak idea, or just want to fool around, you'll need to install the Creation Kit first. Since the release of Skyrim: Special Edition, there are two different versions of the Creation Kit available.


# Launch Steam and log into your account.
=== For the original version of Skyrim ===
# Ensure that your Steam client is up to date.
Make sure you have a [http://store.steampowered.com/about/ Steam account] and [http://store.steampowered.com/app/72850/ the original version of Skyrim].
# Visit your Game Library
# Set the drop-down filter to "'''TOOLS'''"
# Locate the entry labeled: "'''Creation Kit'''".
# Right-click and choose "'''Install Game...'''"


After installation is complete, return here to launch the Creation Kit. When first launched, the Creation Kit is a blank slate. Let's talk about how to load some data.
# Install Steam
# Login
# Hover over the "LIBRARY" button.
# Select "Tools"
# Double-click "Skyrim Creation Kit" in the list
# Follow the instructions in the installation dialog


=Understanding the Creation Engine Data Format=
=== For Skyrim: Special Edition ===
The Creation Engine uses the same data format as previous Bethesda Game Studios titles. '''Master Files''', which use the ".esm" extension, are large collections of data.  Skyrim.esm is the master file which contains all the data used by the base game.
 
# Install Steam
#Login
#Hover over the "LIBRARY" button
#Select "Software"
#Double-click "Skyrim Special Edition: Creation Kit" in the list
#Follow the instructions in the installation dialog
 
Creation Kit: Skyrim will normally be installed to the same folder as your Skyrim: Special Edition folder.
 
== Creating and saving plugins ==
 
Let's talk about how to load some data.
 
==== Understanding the Creation Engine Data Format ====
The Creation Engine uses the same data format as previous Bethesda Game Studios titles. '''Master Files''', which use the ".esm" extension, are large collections of data.  Skyrim.esm is the master file which contains all the data used by the base game.


'''Plugins''', or ".esp" files, are smaller collections of data which can be loaded "on top" of master files.  These plugins may modify or reference data contained within a master file, or they may introduce entirely new data. Multiple plugins may be loaded by the game or editor.  When working in the Creation Kit, only one plugin may be considered the '''"active file"''', meaning any changes will be saved to that plugin when the user saves.
'''Plugins''', or ".esp" files, are smaller collections of data which can be loaded "on top" of master files.  These plugins may modify or reference data contained within a master file, or they may introduce entirely new data. Multiple plugins may be loaded by the game or editor.  When working in the Creation Kit, only one plugin may be considered the '''"active file"''', meaning any changes will be saved to that plugin when the user saves.
Line 36: Line 47:
{{InDepth|Loading multiple plugins can introduce conflicts.  For example, if you load two mods which customize ''EncTrollFrost'', only one of those mods will be permitted to "win".  Generally, this is the last-loaded plugin, making load order an important consideration for larger mod projects or playing with several mods active at once.}}
{{InDepth|Loading multiple plugins can introduce conflicts.  For example, if you load two mods which customize ''EncTrollFrost'', only one of those mods will be permitted to "win".  Generally, this is the last-loaded plugin, making load order an important consideration for larger mod projects or playing with several mods active at once.}}


=Creating Your First Plugin=
==== Creating Your First Plugin ====
When the editor starts up for the first time, there will be no data loaded. You'll probably want to use the Skyrim.esm file as your plugin's master file, so you should load it first. (The plugin that you're creating will '''not''' overwrite the master file.) To get started, navigate to '''Files>Data''' from the main toolbar. You should see a dialog box similar to Fig. 1, shown below. Double-click the Skyrim.esm master file for loading, so that it has an "X" in the box on its left. Then click '''OK'''. Skyrim.esm will take some time to load. Be patient, as this process can take a minute or two, depending on your hardware.
When the editor starts up for the first time, there will be no data loaded. You'll probably want to use the Skyrim.esm and Update.esm files as your plugin's master files, so you should load them first. (The plugin that you're creating will '''not''' overwrite the master files.) To get started, navigate to '''File>Data''' from the [[Main Toolbar]]. You should see a dialog box similar to Fig. 1, shown below. Double-click the Skyrim.esm master file for loading, then double click the Update.esm master file. They should each have an "X" in the box on the left. Then click '''OK'''. Skyrim.esm will take some time to load. Be patient, as this process can take a minute or two, depending on your hardware.


Note that some warnings will appear when loading Skyrim.esm. These are normal and can be ignored. Just select '''Yes to All''' or press Escape to dismiss them.
Note that some warnings will appear when loading Skyrim.esm. These are normal and can be ignored. Just select '''Yes to All''' or press Escape to dismiss them.


Once loading is complete, the very first thing to do is create a "plugin", which is the mod file where your work will be saved. To do this, simply navigate to '''"File>Save"''' from the [[Main Toolbar]].  Since you have no active plugin (.esp) file specified, the Creation Kit will prompt you to create a new one. For this series of tutorials, save a file called ''testquest.esp.''
{{ProTip|If the warning popup window pops up too often and is distracting you, you can move the window behind eg. the object window. This way it will not popup every time something is reported.
When you need to check the warning window, drag the object window aside and bring the warning window to front.}}
 
 
Once loading is complete, the very first thing to do is create a "plugin", which is the mod file where your work will be saved. To do this, simply navigate to '''"File>Save"''' from the main toolbar.  Since you have no active plugin (.esp) file specified, the Creation Kit will prompt you to create a new one. For this series of tutorials, save a file called ''testquest.esp.''


{{WarningBox|If you are '''not''' prompted to create a new plugin when saving, you probably already have an active file set, which will be overwritten if you leave it open. Reopen '''File>Data''' to ensure you have no active file selected when loading Skyrim.esm. The Creation Kit has no "save as" feature, and all saves will re-write the active plugin.}}
{{WarningBox|If you are '''not''' prompted to create a new plugin when saving, you probably already have an active file set, which will be overwritten if you leave it open. Reopen '''File>Data''' to ensure you have no active file selected when loading Skyrim.esm. The Creation Kit has no "save as" feature, and all saves will re-write the active plugin.}}
Line 54: Line 69:
</gallery>
</gallery>


=Loading Your Plugin in the Game=
== Loading a plugin in the game ==
Even though your plugin is currently empty, let's go over how to load it up in-game.
Even though your plugin is currently empty, let's go over how to load it up in-game.


First, you'll need to tell Skyrim to load your plugin when the game starts.  There are two ways to do this.
First, you'll need to tell Skyrim to load your plugin when the game starts.  There are two ways to do this:
# From the main game launcher, select "Data" and double-click your plugin.
# From the main game launcher, select "Data" and double-click your plugin. If using Skyrim Special Edition, go to the game's Main Menu, click MODS then click LOAD ORDER to find your plugin.
# Advanced users may prefer to open the [[Configuration Files|SkyrimCustom.ini]] file and manually specify the plugin(s) to load.
# Advanced users may prefer to append to the %LocalAppData%/Skyrim Special Edition/plugins.txt file the following line:
<pre>
*testquest.esp
</pre>
 
 


For now, just use the launcher to select the plugin you just created.
For now, just use the launcher to select the plugin you just created.
Line 65: Line 85:
Run the game as usual. Once skyrim has started up, use '''"~"''' to open the [[:Category:Console_Commands|console]].  (You can close it again with the ~ key, too)  This allows us access to many special debugging commands which are important for testing our plugins.  The console is available from the main menu and at any point while running the game except during loading screens.
Run the game as usual. Once skyrim has started up, use '''"~"''' to open the [[:Category:Console_Commands|console]].  (You can close it again with the ~ key, too)  This allows us access to many special debugging commands which are important for testing our plugins.  The console is available from the main menu and at any point while running the game except during loading screens.


We don't have anything in our plugin yet, but we can still use a few [[Console Commands]].  Try entering the following lines, hitting '''Enter''' after each line.
We don't have anything in our plugin yet, but we can still use a few [[Console Commands]].  Try entering the following lines, hitting '''Enter''' after each line:
<pre>
<pre>
TGM
TGM
Line 87: Line 107:
If you aren't an experienced modder, we recommend browsing the [[:Category:Tutorials|Tutorials Hub]], which includes tutorial series designed to take a complete novice through the process of creating a new dungeon and simple quest.  Those with modding experience or specific interests may wish to skim these tutorials for specific subject matter they're interested in as well.  Example plugins are provided at every stage, so you can simply jump in where your interest lies if you don't wish to do the entire tutorial series.
If you aren't an experienced modder, we recommend browsing the [[:Category:Tutorials|Tutorials Hub]], which includes tutorial series designed to take a complete novice through the process of creating a new dungeon and simple quest.  Those with modding experience or specific interests may wish to skim these tutorials for specific subject matter they're interested in as well.  Example plugins are provided at every stage, so you can simply jump in where your interest lies if you don't wish to do the entire tutorial series.


If you've got a question that isn't answered on the wiki, or if you're just looking for someplace to discuss mod ideas with the community, be sure to check out [http://forums.bethsoft.com/index.php?/forum/117-v-skyrim/|The official forums], or any of the other great Elder Scrolls and Fallout modding communities out there!
If you've got a question that isn't answered on the wiki, or if you're just looking for someplace to discuss mod ideas with the community, be sure to check out [http://forums.bethsoft.com/index.php?/forum/117-v-skyrim/ the official forums], or any of the other great Elder Scrolls and Fallout modding communities out there!


Bethesda Game Studios has long enjoyed a thriving and vibrant mod community, which we owe to the creativity and ingenuity of people just like you.  It is our sincere hope that you find everything you need here and within the Creation Engine modding community to realize your creative visions. We can't wait to see what you come up with. Good luck!
Bethesda Game Studios has long enjoyed a thriving and vibrant mod community, which we owe to the creativity and ingenuity of people just like you.  It is our sincere hope that you find everything you need here and within the Creation Engine modding community to realize your creative visions. We can't wait to see what you come up with. Good luck!
2

edits