Jump to content

[SOLVED] How to replace vanilla armour meshes with armor mod meshes?


Recommended Posts

Posted (edited)

I want to replace vaniila Thieves Guild armor for female characters with meshes and textures from another mod. How can I do this, ideally without using BodySlide and only utilising xEdit if necessary.

I am more or less convinced it can be done by just copying files, or better yet, making xEdit patch to point to mod files, but I would like to know how. What I am interested in, is just appearance, not enchantments or stats.

 

Traison, if you're reading this, please no advice that contains making scripts. I have no idea about scripting, I don't understand scripting, it might as well  be a fucking black magic.

Edited by belegost
Posted

All you need to do is forward the vanilla ARMO record to a new patch and then replace the ARMA entry in that with the ones in the modded armor. You can even put in multiple ARMA entries in a single ARMO record to add multiple pieces to a single equipment.

Posted (edited)

First, determine if the modded armor uses the same equipment slots as the vanilla armor. If it does not then also do the optional bits below:

  1. Open xEdit.
  2. Select Skyrim.esm and the mod providing the modded armor.

(Optional) Copy the ARMO record:

  1.  [00] Skyrim.esm (7CAB85A9) \ Armor \ 00036584 <ArmorThievesGuildCuirass>
  2. Right click -> Copy as override into...
  3. Select the mod plugin.

Copy the ARMA record:

  1.  [00] Skyrim.esm (7CAB85A9) \ Armor Addon \ 0005F3E6 <ThievesGuildCuirassAA>
  2. Right click -> Copy as override into...
  3. Select the mod plugin.

Edit the new records:

  1. (Optional)  [01] sample.esp \ Armor \ 00036584 <ArmorThievesGuildCuirass>
  2. (Optional) BOD2 - Biped Body Template
  3. (Optional) Edit the equipment slots to match those in the modded armor.
  4.  [01] sample.esp \ Armor Addon \ 0005F3E6 <ThievesGuildCuirassAA>
  5. BODT - Body Template
  6. Edit the equipment slots to match those in the modded armor. Note the slight differences between this and BOD2 - use the vanilla armor as reference if in doubt.
  7. MOD2 - Model FileName
  8. Edit the mesh path for the male variant.
  9. MOD3 - Model FileName
  10. Edit the mesh path for the female variant.
  11. Do the same for MOD4 and MOD5 if you have 1st person meshes, otherwise consider removing these entries completely (right click -> Remove).

 

Screenshot2024-07-28124607.png.8ff6f8f6b76a946b46bf2a616cd87fea.png

 

But I like scripts :(

Edited by traison
Posted
26 minutes ago, traison said:

determine if the modded armor uses the same equipment slots as the vanilla armor

 

Yes, I want to replace slots 32, 33 and 37, nothing fancy here. The mod already has that, I'm not going to dabble with it becasue that would throw my other slot assignments out of order.

 

27 minutes ago, traison said:

But I like scripts

I know, I know, but we're all different.

  • belegost changed the title to [SOLVED] How to replace vanilla armour meshes with armor mod meshes?
Posted (edited)
On 7/28/2024 at 11:47 AM, traison said:

Do the same for MOD4 and MOD5 if you have 1st person meshes, otherwise consider removing these entries completely

 

Getting back to this to say that was an extremely valuable piece of information, significance of which I was not aware of.

 

Kiitos.

Edited by belegost

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...