Skyrim Creation Kit Change Armor Slot

Change

Tips for figuring out what's causing your issues! Community Discussions based around various themes.Making Mods. Everything you need to know about the Creation Kit! Modding Skyrim: Modder's Edition Use this and the CK Wiki together to start creating!Talking Mods.Hop in and chat with other members of the community!General Rules. Scroll down to Skyrim Creation Kit, right-click and select Install Game; Steam will download the Creation Kit and add a short cut to it on your desktop. You are now ready to launch it and start learning how to create mods of your own. Introduction to the Kit. Now that we have the Creation Kit, open it and you will see the following.

Article #2 in a 10-part series.

  • 1 - Skyrim Special Edition Released
  • 2 - this article
  • 3 - How to Disable Random Dragons in Skyrim
  • 4 - Convert Black Sacrament Armor to SE Step-by-Step
  • 5 - How to Update Meshes for Skyrim SE
  • 6 - Werewolf Meter Papyrus Script Overview
  • 7 - Skyrim SE - XPMSSE: Modify Weapon Positions
  • 8 - Show Your Tail With Campfire Cloak In Skyrim
  • 9 - Skyrim Frostfall and Survival Armor Edit for Warmth
  • 10 - Frostfall SE with SKSE64

This article assumes the reader has basic knowledge of mod creation. Beginners should consider trying some Creation Kit tutorials first. For step-by-step examples, see “Convert Black Sacrament Armor to SE” and “Update Meshes for Skyrim SE”.

When transferring existing plugins from Skyrim 2011 to Skyrim Special Edition (SE), there are a few important changes to consider. Many mods should convert without too much effort, but be aware that some mods may require extra editing. Mods depending on SKSE or SkyUI require advanced skills, and mods with dirty edits or other issues may need special attention. Mod author, Arthmoor, outlined changes for Skyrim SE on AFKmods:

  • Animation files (.hkx) need updating using tool included with SSE Creation Kit (CK).
  • BSA files need repacking using the archive tool included with CK.
  • Some meshes (.nif files) may need updating.
  • Textures using .dds should work. Targa .tga-files will not work.
  • Normal maps may need to be updated using DXT5 compression.
  • Plugin ESP files should be checked and updated by loading and saving in SSE CK.

Creation Kit may be obtained at bethesda.net by using their manager. Install CreationKit to your Skyrim Special Edition folder. If a plugin has multiple masters, don’t forget to edit CreationKit.ini under General section:

Player’s notes

If an author has long since disappeared, players may convert mods for personal use. Stick to simpler mods and realize some conversions may require practiced editing skills. Watch out for plugins that edit waterflow, NPCs, or lighting. You may want to use TES5Edit check-for-errors feature first. Even though some errors or dirty edits may be fine in 2011 Skyrim, these errors may break or cause other issues in Skyrim SE. Best to let original author fix these issues.

Please do not distribute mods without author’s consent.

BSA repack

Old archive files are not compatible with SE. If the plugin includes an archived BSA-file, it must be packed with the new archive tool included with CK. Extract the contents of the old BSA using BSAopt into an empty folder. Load the existing BSA, select all contents, choose use folder button, and unpack. Check for meshes, FaceGen data, or animation files that may need updating (see below).

The new CK archive tool, archive.exe, is found in Skyrim Special EditionToolsArchive folder. If your loose files are located somewhere other than in “Data” folder, change the Root Dir to where your files are located. Load the extracted contents folder using Edit->Add Directory and make sure everything has a checkmark (Edit->Check All). Check compression if you’d like. Choose File->Save As to archive and use the same name. Verify folder structure of archived file using BSA Browser.

screen shot above is from a different BSA browser

Clean up loose files and test in game.

Check and update meshes

update: for the easy way, use SSE Nif Optimizer instead of the following.

Use Nifscan to check for problems and NifSkope to update meshes. There are alternative methods available to scan and fix meshes.

Drop Nifscan.exe into the folder with meshes (scans all .nif-files in folder and sub-folders), and use Command Prompt to run Nifscan.

Nifscan notes any files that may have issue in SE, such as “contains strips unsupported by SSE” after the filename. The primary incompatibility is the existence of skin-strips which need to be converted into triangles.

For step-by-step instruction with video tutorial, see “How to Update Meshes for Skyrim SE”

Convert animation .hkx files

The SSE CK comes with a tool, HavokBehaviorPostProcess found in Skyrim Special EditionToolsHavokBehaviorPostProcess which includes a readme.txt explaining the method and a sample batch file. Go nuts.

FaceGenData

Load original ESP-file into CK 64-bit and save. Updated FaceGenData will be saved in the normal folder locations:

  • meshescharacterfacegendatafacegeomplugin-name
  • texturescharacterFaceGenDataFaceTintplugin-name

Repack these files into BSA keeping the same directory structure then delete the generated folders.

Warning: Customized face geometry, such as those modeled or exported from Racemenu, may be lost. Instead you may prefer to delete this generated data and use original data with SE nif optimization.

Check normal, specular maps

You’ll quickly realize if the map is in unsupported format when the game crashes (CTD). Some body and face mods may cause a crash in racemenu during character creation. Save original maps using the DXT5 format. Players may consider removing these textures or find a compatible mod.

Update plugin .esp

Load the plugin created using old CK into new SSE CK including Update.esm as a master, and save. CK will automatically update specific requirements. If plugin includes NPCs or creatures, check for new generated FaceGenData to repack as noted above. Plugin authors may want to check for any surprises using SSEedit. Be aware that some edited features may require manual updating.

Reminder: If CK generates new FaceGen data, and you don’t want it, remove the generated data folder as noted above.

Some warnings on loading a plugin is normal, but pay attention to plugin-specific warnings or warnings when saving. Also, try xEdit check-for-errors feature. Some of these errors may be fine in 32-bit Skyrim, but may break or cause odd side-effects in SE that will need to be fixed.

All form versions are supported and safe to use, been so since Fallout 3 back in 2008 when they added it.Resaving plugins in CK before release is a good modding practice to fix whatever issues the official editor won’t like just in case.

— zilav, author of xEdit and NifSkope, “About file header” on step-project.com

For players - is the converted mod safe?

Mod plugins (esp or esm) copied over from old Skyrim and not properly converted to SE may possibly lead to save-file corruption or other problems. If the conversion was done by the original author, or a reputable author, it’s a good bet the converted mod is safe. Modding a game is risky business. Read the description carefully and check the comments or bug reports.

File header: Form Version ID by itself says nothing about proper conversion.

Skyrim Creation Kit Change Armor Slot Machine

Dirty Weasel Media has posted YouTube “Modding Guide Ep.2 - Are Your Mods Safe?” which reveals methods to check Form Version ID in the header. The new CK for Skyrim Special Edition saves with Form Version ID 44 in the header, and CK for origial Skyrim uses 43. Use SSEEdit to view the Form Version within the File Header.

If finding Form Version ID = 43, the plugin could be fine, but you may follow directions under update plugin .esp above if the author isn’t around to convert it. Note that some plugins may require extra tools and advanced skills to properly convert for SE. Form Version ID = 44 by itself does not mean properly converted.

Dirty Weasel Media notes in video: “these methods will only show that .esp/.esm was created in the SSE CK, not that it was done correctly.”

Skyrim Creation Kit Change Armor Slots

Authors know best about their plugin compatibility, so try not to bug them if their Form Version ID = 43 unless you show evidence of save corruption or other problems.

Update:

Rumors of form version causing save corruption continue to swirl around Nexus, some of them referencing the video mentioned above. Comprehension failure, I suppose.

Be aware that this form version in the header is only an indicator of what software saved the file, and has no impact on your game. A plugin with Form Version of 43 in the header by itself will not cause save-game corruption. This is mentioned in Dirty Weasel Media’s video, and you’ll find the author following up in the comments: “An older Form Version in itself does not cause the save corruption.”

SSE supports all form versions up to 44, older ones DO NOT corrupt saves. Badly made mods and conflicts do but this is not related to SSE in any way and form versions particulary

— zilav, author of xEdit and NifSkope, RLO-SSE Nexus forum

Article #2 in a 10-part series.

  • 1 - Skyrim Special Edition Released
  • 2 - this article
  • 3 - How to Disable Random Dragons in Skyrim
  • 4 - Convert Black Sacrament Armor to SE Step-by-Step
  • 5 - How to Update Meshes for Skyrim SE
  • 6 - Werewolf Meter Papyrus Script Overview
  • 7 - Skyrim SE - XPMSSE: Modify Weapon Positions
  • 8 - Show Your Tail With Campfire Cloak In Skyrim
  • 9 - Skyrim Frostfall and Survival Armor Edit for Warmth
  • 10 - Frostfall SE with SKSE64

Skyrim, Skyrim Special Edition, Creation Kit, and The Elder Scrolls are trademarks of Bethesda Softworks LLC. All other trademarks belong to their respective owners.
  • 2Skyrim Body parts numbers
  • 3Setting the body slot in Skyrim

Overview[edit]

This guide includes all the body slots available for armours in Skyrim and their standard usage. Some of them are already used by Bethesda. In the case of slots not used in vanilla game, this guide indicates the reference usage that has been set by consensus between modders.

Skyrim Body parts numbers[edit]

Body slots used by Bethesda[edit]

This is the list of the body parts used by Bethesda and named in the Creation Kit:

  • 30 - head
  • 31 - hair
  • 32 - body (full)
  • 33 - hands
  • 34 - forearms
  • 35 - amulet
  • 36 - ring
  • 37 - feet
  • 38 - calves
  • 39 - shield
  • 40 - tail
  • 41 - long hair
  • 42 - circlet
  • 43 - ears
  • 50 - decapitated head
  • 51 - decapitate
  • 61 - FX01

Other body parts that exist in vanilla nif models[edit]

  • 44 - Used in bloodied dragon heads, so it is free for NPCs
  • 45 - Used in bloodied dragon wings, so it is free for NPCs
  • 47 - Used in bloodied dragon tails, so it is free for NPCs
  • 130 - Used in helmetts that conceal the whole head and neck inside
  • 131 - Used in open faced helmetshoods (Also the nightingale hood)
  • 141 - Disables Hair Geometry like 131 and 31
  • 142 - Used in circlets
  • 143 - Disabled Ear geometry to prevent clipping issues?
  • 150 - The gore that covers a decapitated head neck
  • 230 - Neck, where 130 and this meets is the decapitation point of the neck

Free body slots and reference usage[edit]

  • 44 - face/mouth
  • 45 - neck (like a cape, scarf, or shawl, neck-tie etc)
  • 46 - chest primary or outergarment
  • 47 - back (like a backpack/wings etc)
  • 48 - misc/FX (use for anything that doesnt fit in the list)
  • 49 - pelvis primary or outergarment
  • 52 - pelvis secondary or undergarment
  • 53 - leg primary or outergarment or right leg
  • 54 - leg secondary or undergarment or leftt leg
  • 55 - face alternate or jewelry
  • 56 - chest secondary or undergarment
  • 57 - shoulder
  • 58 - arm secondary or undergarment or left arm
  • 59 - arm primary or outergarment or right arm
  • 60 - misc/FX (use for anything that doesnt fit in the list)

Setting the body slot in Skyrim[edit]

Adjusting the dismemberment data
Armour Addon properties
Armour properties

In Skyrim you need to set the body slot used by a piece or armour in two places:

  • In the Dismemberment data of the nif file
  • In the Armor addon and Armor items in the Creation Kit

IMPORTANT: The body slot you set in the nif file and in the CK must be the same, or your armour will be invisible in game.

Required tools[edit]

  • Nifskope: latest NifSkope version.
  • Creation Kit: available on Steam (Menu option View -> Tools and then select Creation Kit)

Setting the body slot in the nif file[edit]

  1. Load the mesh into NifSkope
  2. Select the BSDismemberSkinInstance node of one of the NiTriShape nodes of your armour as shown in picture Adjusting the dismemberment data.
  3. In the Block details section expand the Partitions property.
  4. Expand the second Partitions property.
    1. Make sure that the Part Flag property has bloth flags selected: PF_EDITOR_VISIBLE and PF_START_NET_BONESET. If not, double click and select both flags from the drop down list.
    2. The Body Part property will contain one or more of the body parts ypu've created in Blender (BP_TORSO, BP_LEFTLEG or BP_RIGHTARM). Double click on these values and change them to:
    3. From BP_TORSO to 32
    4. From BP_RIGHTARM to 34
    5. From BP_LEFTLEG to 37
  5. Repeat this steps for all the BSDismemberSkinInstance nodes of all the NiTriShape nodes of your armour.
  6. Save the nif file.

Setting the body slot in the CK[edit]

  1. Load the esp file containing your armour in the CK
  2. Set the body slot in the Armor addon:
    1. Find the armour addon you want to modify and double click on it to open the screen showing its properties.
    2. Set the Biped Object for the Armor addon: the selected objects in this list are the dismemberment parts that form your armour. For armour covering the body you usually will select 32-Body, 34-Forearms and 38-Calves. For boots, you will select 37-Feet. Note that the number before the name is the same number you wrote in the Skin partition nodes of the nif file.
  3. Set the body slot in the Armor:
    1. Find the armour you want to modify and double click on it to open the screen showing its properties.
    2. Set the Biped Object for the Armor: the slot used by your armour when equipped.

Related pages[edit]

References[edit]

Retrieved from 'https://wikitest.nexusmods.com/index.php?title=Skyrim_bodyparts_number&oldid=3063'