Suppose I want to give my Maehwa the Tyrie weapon set, do I need to download stuff or do I just copy the .pac filename in the list of the first post? And what would the code look like?
I'm not good at this stuff and I don't want to screw this up. Also I have manually setup resorep, so I don't know if I'll be able to 'capture' stuff if that needs to be done.
I did a weapon swap on my Maehwa too, not the Tyrie set but here is what you should add to your multiplemodeldesc.xml file (I put mine at the end of the file, just before the <Dependence> lines) :
<!-- For Maehwa (Plum) -->
<!-- Blade -->
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/35_BLADE/PKWW_01_BLD_0006.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/35_BLADE/PKWW_VW_BLD_0003.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/35_BLADE/PKWW_01_BLD_0006_IN.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/35_BLADE/PKWW_VW_BLD_0003_IN.PAC</Model>
</Conditional>
<!-- SBow -->
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_VW_SBW_0003.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_VW_SBW_0003_IN.PAC</Model>
</Conditional>
This should replace the Yuria blade with Tyrie blade and White horn bow with Tyrie bow.
If you want to replace something else, the
index="-" are for the Yuria (the weap you want to replace) and the
index="U" are for the Tyrie (the weap you want to see)
Edit : Didn't really answer your question so here : You don't need to download anything, just add the lines in your multiplemodeldesc.xml file and run the mod-armor.bat, should work (no need to resorep anything as the textures aren't modified)