How to Create a Mod (Part 1): Learning the Basics by Building Custom Weapons

A quick how-to for making your first Skyrim mod -- your own special, named weapon.
A quick how-to for making your first Skyrim mod -- your own special, named weapon.

With the recent release of Skyrim Special Edition, the modding community has been buzzing to get mods ported from the original to the remaster. But this is also a great time to get on the modding scene for those who wanted to mod, but never did. 

Recommended Videos

But most aspiring modders have the same question — how do I start? And while the answer may vary from modder to modder, I’m here to help you figure it out. We’ll start off small and walk through the whole process with a very basic mod — making your own custom weapon. I know it’s nothing special, but we all have to start somewhere.

So with that in mind, let’s get started.

Step 1: Set Up the Creation Kit

Before we can do anything, you’re going to need to download the Skyrim Special Edition Creation Kit. Sign up for a Bethesda.net account, then download the launcher that will have the Creation Kit. 

 Once that’s all set up, simply open the Creation Kit, go to File -> Data and double click on the Skyrim.esm file until it’s got an “x” next to it. Thenhit okay.

It’s going to take a few moments to load everything so don’t panic.

Step 2: Pick Out a Weapon

Okay, the Creation Kit is loaded and all the game assets are available for you to use. So what do you do now?

Well, the first thing you need to do is pick out a weapon type. 

For my example, I’m going to choose an Ebony Mace, as my character uses maces. In the window titled “Object Window”, go to the Items drop-down and from there you’ll find Weapons. It should look something like this:

 

Right-click on the weapon type of your choice and chooseDuplicate Item. Now you could leave the default name here, but I’d suggest renaming it for ease of finding it later if you want to make changes.

Double clicking on the duplicated weapon will open the Weapon tab, which looks like this:

Once you assign a name to the weapon (I chose Game Skinny Mace) then we can tweak a few other things. In the Game Data tab, we can change the physical and damage properties of the weapon. I cut the weight in half and increased the damage to 42, because it’s the answer to life’s greatest question — just like this mace.

When that’s done, all you really have to do is to hit the Ok button and save.

Once the file is saved, you need to add it to your load order. If you’re using the Bethesda.net function, the mod should be at the bottom of your list. Simply set it to enabled and start your game.

Final Step: Spawn the Weapon In-Game

In a future article, I’ll cover placing things into the world but for now, we’re going to use the console to spawn the item into our player’s inventory. 

To open your console press the “~” key and a command prompt will pop up. From there, we’ll type in help “Weapon Name” to get the weapon’s item ID (in my case I typed in help “Game Skinny Mace” which had the weapon ID of 1D000D63 but yours will be different). You add the item to your inventory with the command: player.additem itemID Quantity (player.additem 1D000D63 1 in my case to spawn 1 mace in my inventory).

If you’ve done everything correctly then you should have the weapon that you made in your inventory. Congratulations, you made your first mod!

If you got lost in all of the instructions fret not for I have made a video for those who learn by seeing, then doing. And, if you’re looking for some more mods to help fill out your game, check out my previous article on the top immersion mods in my game load order.


GameSkinny is supported by our audience. When you purchase through links on our site, we may earn a small affiliate commission. Learn more
related content
Read Article Best 6 Build in Reverse 1999 (Psychubes & Team Comp)
6 looking out a glass window
Read Article How to Get a Dehydrator in Stardew Valley 1.6 (& How to Use)
Dehydrator in mushroom cave with dried common mushrooms ready to collect
Read Article How to Increase Your Grand Company Rank in FFXIV
Miqo'te in the Squadron Barracks
Read Article Does it Matter Which Grand Company You Join in FFXIV?
Miqo'te looking at Maelstrom command
Read Article The Best Companions in Rise of the Ronin
A screenshot from Rise of the Ronin
Related Content
Read Article Best 6 Build in Reverse 1999 (Psychubes & Team Comp)
6 looking out a glass window
Read Article How to Get a Dehydrator in Stardew Valley 1.6 (& How to Use)
Dehydrator in mushroom cave with dried common mushrooms ready to collect
Read Article How to Increase Your Grand Company Rank in FFXIV
Miqo'te in the Squadron Barracks
Read Article Does it Matter Which Grand Company You Join in FFXIV?
Miqo'te looking at Maelstrom command
Read Article The Best Companions in Rise of the Ronin
A screenshot from Rise of the Ronin
Author
Justin Michael
From Atari 2600 to TTRPG and beyond I game, therefore I am. Can generally be found DMing D&D on the weekend, homebrewing beer, or tripping over stuff in my house while playing VR. Hopeful for something *Ready Player One* meets *S.A.O Nerve Gear* before I kick the bucket.