How to use the Greybeard's Robes in Skyrim Special Edition
If you ever played Skyrim (any edition), you might know the Greybeard’s Robes. Those are (in my opinion) the most epic looking piece of clothing in Skyrim and unfortunately there’s a big problem with them: You can’t have them (usually).
If you just want to wear them, easy thing.
Just open the console and use player.additem
and player.equipitem
with the following ids:
36a44
36a45
36a46
The problem with this is: You can’t see the items in your inventory and the NPCs will think you are running around naked.
This is happening because the clothes in the game data are missing the tags that make the AI aware that you are wearing something and make the items show up in your inventory.
To solve this, you have to create your very own Skyrim mod. You only need to have Skyrim purchased for this to work since the game editor (“CreationKit”) will access the game files you have already installed.
Here’s how to do it:
- Install Steam, and create anm account if needed
- Install the Skyrim Creation Kit after logging in:
- Open the Creation Kit and load the
Skyrim.esm
file.- You can use the “Yes to all” button in the error box that will probably appear to mute all errors
- Navigate to
Armor>GrayBeards
in the tree view on the left side of the catalog window - Right-click on each item (Hood, Boots and the Robe) and select Edit:
- Change the ItemID (!!!)
- Save the Item. You’ll be asked if you want to create a new form, select yes!
- If you don’t create a new form, the original object will be modified which will break the game.
- You’ll now have three new items with your own ids in the section. Edit each of them:
- Set the
Playable
checkbox tochecked
- For the robe, right-click inside the
Keywords
section, selectAdd
and add the keywordClothesBody
.
- Set the
- Click
Save
and save the mod file in yoursteamapps/common/Skyrim Special Edition/Data
folder. - Launch Skyrim, in the main menu go to
Mods
and pressT
to open the load order and activate your mod. - Congrats, you can now search for your items by opening the console and running
help "<name>"
.- If you need to scroll in the console, use
PgUp
andPgDn
.
- If you need to scroll in the console, use
- If you don’t want to do this because you’re lazy or something, take the file I created.*
- The stuff is called “Lia’s {Robes, Hood, Boots}”. Just type
help Lia
into the console and scroll up a bit.*