My only problem with this mod are that the gloves are not closed all the way over weapons and it adds like 9 new weapons to the smithing with some of them not having names. It all looks amazing tho.
yo this armor pack is FIRE can't wait for the weapons to be not white leather and wood and the dragon zweihander to be connected, but the detail is insane, ALSO why the hell the Arch-Duke armor got a FAT ROCKING ASS like DAMN! 10/10
Update: Yo I am kinda f*#@ing with the white leather and wood, something about it is nice, now if we could customize the colors like our armor with our banner colors? I dunno how you would do that but that seems like it would be really f*#@ing cool! Again great f*#@ing mod!
Would you please make available a version without a sister? I play with Sandbox Siblings, who grow in skill over time, so I don't need a destroyer angel right off the bat. I tried to alter it myself, but I'm not much better than a monkey with a keyboard when it comes to coding.
113 comments
Update: Yo I am kinda f*#@ing with the white leather and wood, something about it is nice, now if we could customize the colors like our armor with our banner colors? I dunno how you would do that but that seems like it would be really f*#@ing cool! Again great f*#@ing mod!
C:\Program Files (x86)\Steam\steamapps\common\Mount & Blade II Bannerlord\Modules\MordhauRework
mdrlords
mdrheros
I've noticed you missed an important part for your TwoHanded swords weapons in the description:
<WeaponDescription id="mdswordTwoHandedSword"
it should contain the following line:
<WeaponFlag value="NotUsableWithOneHand"/>
Otherwise, the AI will use two handed swords with one hand, which is a glitch and they won't be able to attack this way.
Correct description will be:
<WeaponDescription id="mdswordTwoHandedSword"
weapon_class="TwoHandedSword"
item_usage_features="twohanded:block:swing:thrust">
<WeaponFlags>
<WeaponFlag value="MeleeWeapon"/>
<WeaponFlag value="BonusAgainstShield" />
<WeaponFlag value="NotUsableWithOneHand"/>
</WeaponFlags>
<AvailablePieces>
<AvailablePiece id="mdsword1"/>
<AvailablePiece id="mdsword2"/>
<AvailablePiece id="mdsword3"/>
<AvailablePiece id="mdsword4"/>
<AvailablePiece id="dasword1"/>
<AvailablePiece id="dasword2"/>
<AvailablePiece id="dasword3"/>
<AvailablePiece id="dasword4"/>
<AvailablePiece id="josword1"/>
<AvailablePiece id="josword2"/>
<AvailablePiece id="josword3"/>
<AvailablePiece id="josword4"/>
<AvailablePiece id="masword1"/>
<AvailablePiece id="masword2"/>
<AvailablePiece id="masword3"/>
<AvailablePiece id="masword4"/>
<AvailablePiece id="kisword1"/>
<AvailablePiece id="kisword2"/>
<AvailablePiece id="kisword3"/>
<AvailablePiece id="kisword4"/>
<AvailablePiece id="kisword5"/>
<AvailablePiece id="kisword6"/>
<AvailablePiece id="kisword7"/>
<AvailablePiece id="kisword8"/>
<AvailablePiece id="kingsword1"/>
<AvailablePiece id="kingsword2"/>
<AvailablePiece id="kingsword3"/>
<AvailablePiece id="kingsword4"/>
</AvailablePieces>
</WeaponDescription>
Np ;D