Jump to content

Mordhau DLC Knight Armory(NSFW Skimpy model include)


Recommended Posts

Posted

Mordhau DLC Knight Armory(NSFW Skimpy model include)


Each Armor From game 'Mordhau' 


Decorated DragonSet

Arch duke Gothic Set

 

DLC Armor model

 

-Female Male both Can wear

-both support 0-100 weight morph

 

-All armor Parts have Global model

-Most of Armor has A,B 2 type of variation 

-Include weapons (Dragon GreatSword, Arch duke Pole hammer)

-Can be Customize swap with some parts

 

-Female has bodyslide support for Armor But Only Affect to Lower body part (that means No breast shape Cuirass)

 

-Skimpy Armor Include but only changed female model

 

-Female has 2 type of Skimpy model Bodyslide(normal, skimpy) (Inspired Nisetanaka, Wass_nonnam Style)
*Only can choose one before you run bodyslide morph

 

-Only Can get with AddItemMenu (https://www.nexusmods.com/skyrimspecialedition/mods/17563)

 

8d1efabb9174b24065f8e34d583b7cca77019bc73c42316d819c6b52b9d4a43a.png?expires=1746011912&key=0_SiVB3RCElOC-nWU6HASw

Normal Skimpy

822fbbb33579428c24dba0269c6e19814f2319281384220e1cbcfb34db383ef5.png?expires=1746011912&key=Dd5KcKHNpvBSxMU41fh8ew

Skimpy Alt


Upadted
Fixed Decorated Helmet Plume missing
 


  • Submitter
  • Submitted
    04/30/2025
  • Category
  • Requirements
  • Regular Edition Compatible
  • Install Instructions

 

Posted

Looks great, i'm going to try make a SPID so it's spread between bandits and dawnguard (can't think of any other group) since it's such a nice kit that should be shared with npcs

 

big ask but could you add some armour outfits to the mod, that way any future update would not result in having to redo it?

Posted (edited)

I love the set and it looks amazing, i decided to make a SPID and share it here, super simple to use 

 

Requires Xedit and https://www.nexusmods.com/skyrimspecialedition/mods/70907

 

 

The reason why you make it an outfit is that it allows customisation so you can tune your outfits for more veriety or make specific outfits for NPCs (i.e ranks, levels, importance, etc) 

 

 


Install the outfit script and then open up Xedit, deselect all mods except these two mods 

 

Once loaded open armour and CTRL + left click the armours, Chole has made it super convenient by separating with A / B  here is an example

 

 

image.png.33507d36c43e25d35a4406632cf18f67.png

 

Right click and apply script, select "new file - esl flagged", you can name it anything but to keep it simple name the Plugin MORDHAUoutfits, this is important as otherwise if the mod is updated you would lose all your outfits

 

It will then ask for editor ID, this is what SPID requires to distribute, i have 6 choices based on pauldrons so i have named it ArmorDragonA1, ArmorDragonA2, etc

 

 

Once you have completed save your file and enable the plugin

 

I have MO2 so i create an empty mod by right clicking, name it whatever you wish then open the mod with "open in explorer"

 

 

image.png.405a13bdd1860eef2464c7d3de386603.png

 

From there you can either create your own ini file it must include SPID_DISTR.ini or simply download my ini

 

 

 

The following code is what i use in my game, I haven't had time to fully flesh it out but if you want to contribute i'm more than happy to update etc

 

This code simply gives the outfit to the Vigilant Of Stendarr and bandits over the level of 25, you can remove what you wish or add, if you wish to apply it to a faction guards etc i'd recommend finding an already completed spid and reusing the code 

 

Morhau Armours SPID_DISTR.rar

 

Spoiler


;DRAGON Outfits and weapons for Vigilants and Silver Hand
Outfit = ArmorDragonA1|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorDragonA2|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorDragonA3|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorDragonB1|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorDragonB2|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorDragonB3|Vigilant Of Stendarr|NONE|NONE|NONE|1|25

 

;ARCHDUKE Outfits and weapons for Vigilants and Silver Hand
Outfit = ArmorArchdukeA1|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorArchdukeA2|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorArchdukeA3|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorArchdukeB1|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorArchdukeB2|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Outfit = ArmorArchdukeB3|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Item = ArchdukePoleHammer|Vigilant Of Stendarr|NONE|NONE|NONE|1|25
Item = ArchdukePoleHammerB|Vigilant Of Stendarr|NONE|NONE|NONE|1|25

 

;DRAGON Outfits and weapons for bandits
Outfit = ArmorDragonA1|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorDragonA2|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorDragonA3|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorDragonB1|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorDragonB2|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorDragonB3|ActorTypeNPC|BanditFaction|25|NONE|1|5

 

;ARCHDUKE Outfits and weapons for bandits
Outfit = ArmorArchdukeA1|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorArchdukeA2|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorArchdukeA3|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorArchdukeB1|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorArchdukeB2|ActorTypeNPC|BanditFaction|25|NONE|1|5
Outfit = ArmorArchdukeB3|ActorTypeNPC|BanditFaction|25|NONE|1|5

 

 

I cannot fully test out the distribution but i can confirm this script and method does distribute the files the vigilants via console spawning.

 

edited, added 25% chance of distribtuion for vigilants, 5% for bandits over the level of 25 and only 1 item should spawn, will be testing it more

 

Edited by friendlygaint
Posted
20 hours ago, friendlygaint said:

I love the set and it looks amazing, i decided to make a SPID and share it here, super simple to use 

 

Requires Xedit and https://www.nexusmods.com/skyrimspecialedition/mods/70907

 

 

The reason why you make it an outfit is that it allows customisation so you can tune your outfits for more veriety or make specific outfits for NPCs (i.e ranks, levels, importance, etc) 

 

 


Install the outfit script and then open up Xedit, deselect all mods except these two mods 

 

Once loaded open armour and CTRL + left click the armours, Chole has made it super convenient by separating with A / B  here is an example

 

 

image.png.33507d36c43e25d35a4406632cf18f67.png

 

Right click and apply script, select "new file - esl flagged", you can name it anything but to keep it simple name the Plugin MORDHAUoutfits, this is important as otherwise if the mod is updated you would lose all your outfits

 

It will then ask for editor ID, this is what SPID requires to distribute, i have 6 choices based on pauldrons so i have named it ArmorDragonA1, ArmorDragonA2, etc

 

 

Once you have completed save your file and enable the plugin

 

I have MO2 so i create an empty mod by right clicking, name it whatever you wish then open the mod with "open in explorer"

 

 

image.png.405a13bdd1860eef2464c7d3de386603.png

 

From there you can either create your own ini file it must include SPID_DISTR.ini or simply download my ini

 

Morhau Armours SPID_DISTR.rar 359 B · 0 downloads

 

The following code is what i use in my game, I haven't had time to fully flesh it out but if you want to contribute i'm more than happy to update etc

 

This code simply gives the outfit to the Vigilant Of Stendarr and bandits over the level of 25, you can remove what you wish or add, if you wish to apply it to a faction guards etc i'd recommend finding an already completed spid and reusing the code 

 

  Hide contents


;DRAGON Outfits and weapons for Vigilants and Silver Hand
Outfit = ArmorDragonA1|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorDragonA2|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorDragonA3|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorDragonB1|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorDragonB2|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorDragonB3|Vigilant Of Stendarr|NONE|NONE|NONE|1|1

;ARCHDUKE Outfits and weapons for Vigilants and Silver Hand


Outfit = ArmorArchdukeA1|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorArchdukeA2|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorArchdukeA3|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorArchdukeB1|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorArchdukeB2|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Outfit = ArmorArchdukeB3|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Item = ArchdukePoleHammer|Vigilant Of Stendarr|NONE|NONE|NONE|1|1
Item = ArchdukePoleHammerB|Vigilant Of Stendarr|NONE|NONE|NONE|1|1

;DRAGON Outfits and weapons for bandits


Outfit = ArmorDragonA1|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorDragonA2|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorDragonA3|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorDragonB1|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorDragonB2|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorDragonB3|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25

;ARCHDUKE Outfits and weapons for bandits


Outfit = ArmorArchdukeA1|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorArchdukeA2|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorArchdukeA3|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorArchdukeB1|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorArchdukeB2|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25
Outfit = ArmorArchdukeB3|ActorTypeNPC|BanditFaction|NONE|NONE|NONE|25

 

 

I cannot fully test out the distribution but i can confirm this script and method does distribute the files the vigilants via console spawning.

 

 

I've thought about it as a replacer for Imperial Army armor in the past.

Posted (edited)
3 hours ago, chole said:

I've thought about it as a replacer for Imperial Army armor in the past.

 

you know that's actually not a bad idea i was using https://www.nexusmods.com/skyrimspecialedition/mods/111177 and https://www.nexusmods.com/skyrimspecialedition/mods/123486 for both factions but you could just take the prewritten code so that your amazing armours would fit instead

 

 

 

That said I don't suppose there'd be any support for argonian / etc in the future?

 

 

edit actually i'm going to have to redo it a tad bit as i noticed i made an error in my  base script

 

Working on a modification just for this honestly i like the idea more 

Edited by friendlygaint
Posted (edited)
13 hours ago, chole said:

I've thought about it as a replacer for Imperial Army armor in the past.

 

It took me awhile to properly revamp it properly because i tried to make it fit a specific group instead of the faction, this new one will apply the dragon armour to all imperial forces (no solitude guard) with a 25% chance for your mods weapons to be given to them

 

For stormcloak i've changed it to a 50% chance the outfits are given as I like the Einherjar etc i've installed for a more independent group rocky resources compared to the well resourced imperials althought you can change that if you wish

 

 

And both sets of armour have a 5% chance to spawn on bandits over lvl 25

 

Spoiler


;DRAGON Outfits and weapons for the Imperial Army
Outfit = ArmorDragonA1|NONE|0x29DB0+0x86EEE|NONE|NONE|NONE|100
Outfit = ArmorDragonA2|NONE|0x29DB0+0x86EEE|NONE|NONE|NONE|100
Outfit = ArmorDragonA3|NONE|CWImperialFieldCOVoiceTypeFaction|NONE|NONE|NONE|100
Outfit = ArmorDragonB1|NONE|0x29DB0+0x86EEE|NONE|NONE|NONE|100
Outfit = ArmorDragonB2|NONE|0x29DB0+0x86EEE|NONE|NONE|NONE|100
Outfit = ArmorDragonB3|NONE|CWImperialFieldCOVoiceTypeFaction|NONE|NONE|NONE|100
Item = DragonGreatSword|NONE|0x29DB0+0x86EEE|NONE|NONE|1|25
Item = DragonGreatSword|NONE|0x29DB0+0x86EEE|NONE|NONE|1|25
Item = ArchdukePoleHammer|NONE|0x29DB0+0x86EEE|NONE|NONE|1|25
Item = ArchdukePoleHammerB|NONE|0x29DB0+0x86EEE|NONE|NONE|1|25

Outfit = ArmorDragonA1|NONE|Imperial Soldier|NONE|NONE|NONE|100
Outfit = ArmorDragonA2|NONE|Imperial Soldier|NONE|NONE|NONE|100
Outfit = ArmorDragonA3|NONE|Imperial Commander|NONE|NONE|NONE|100
Outfit = ArmorDragonB1|NONE|Imperial Soldier|NONE|NONE|NONE|100
Outfit = ArmorDragonB2|NONE|Imperial Soldier|NONE|NONE|NONE|100
Outfit = ArmorDragonB3|NONE|Imperial Commander|NONE|NONE|NONE|100
Item = DragonGreatSword|NONE|Imperial Soldier|NONE|NONE|1|25
Item = DragonGreatSword|NONE|Imperial Soldier|NONE|NONE|1|25
Item = ArchdukePoleHammer|NONE|Imperial Soldier|NONE|NONE|1|25
Item = ArchdukePoleHammerB|NONE|Imperial Soldier|NONE|NONE|1|25

 

;ARCHDUKE Outfits and weapons for the Stormcloak Army
Outfit = ArmorArchdukeA1|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Outfit = ArmorArchdukeA2|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Outfit = ArmorArchdukeA3|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Outfit = ArmorArchdukeB1|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Outfit = ArmorArchdukeB2|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Outfit = ArmorArchdukeB3|NONE|CWSonsFactionNPC|NONE|NONE|NONE|50
Item = ArchdukePoleHammer|NONE|CWSonsFactionNPC|NONE|NONE|1|25
Item = ArchdukePoleHammerB|NONE|CWSonsFactionNPC|NONE|NONE|1|25

 

;DRAGON Outfits and weapons for bandits
Outfit = ArmorDragonA1|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorDragonA2|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorDragonA3|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorDragonB1|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorDragonB2|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorDragonB3|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Item = DragonGreatSword|ActorTypeNPC|BanditFaction|25|NONE|1|5
Item = DragonGreatSword|ActorTypeNPC|BanditFaction|25|NONE|1|5

 

;ARCHDUKE Outfits and weapons for bandits
Outfit = ArmorArchdukeA1|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorArchdukeA2|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorArchdukeA3|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorArchdukeB1|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorArchdukeB2|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Outfit = ArmorArchdukeB3|ActorTypeNPC|BanditFaction|25|NONE|NONE|5
Item = ArchdukePoleHammer|ActorTypeNPC|BanditFaction|25|NONE|1|5
Item = ArchdukePoleHammerB|ActorTypeNPC|BanditFaction|25|NONE|1|5

 

 

I've tried my best to distribute the outfits to imperial soldiers but there's no faction that unifies them together, you might find some named npc's whom are wearing alternative armours but it's because they don't fit into the CWImperialFieldCOVoiceTypeFaction faction, personally i'm happy with what i've got so i don't think i need to tinker anymore

Edited by friendlygaint
  • 1 month later...
Posted

A small oversight: there are no models for the helmet decorations (the plume and the dragons) of the decorated armor set. The inventory models are present but not the others.

Posted
13 hours ago, adto59 said:

A small oversight: there are no models for the helmet decorations (the plume and the dragons) of the decorated armor set. The inventory models are present but not the others.

Updated Fixed version
Thx for report

 

Posted (edited)

The .nif file for the helmet decoration (DecoratedSet_HelmDec.nif) is still missing.

Edited by adto59
Posted
17 hours ago, adto59 said:

The .nif file for the helmet decoration (DecoratedSet_HelmDec.nif) is still missing.

oh i put a wrong file and now it's fixed correctly

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...