Hi thanks for this, really appreciate it. I have a small question: I got the armor swapping to work, but when I tried to swap armor with underwear, my starter underwear overlapped. So I tried removing it with the code under the underwear section (I'm trying to remove it for plum):
<!--- Removes Sorceress Default Underwear ------>
<Conditional Code="IU">
<Model Index="--">1_PC/2_PKWW/ARMOR/38_UNDERWEAR/PKWW_00_UW_0001.PAC</Model>
<Model Index="I-">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
<Model Index="-U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
<Model Index="IU">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
But the starter underwear still showed through. Am I doing something wrong?
Also, on a side note, is there a way to remove boots gloves and underwear while still being able to swap armor? I tried copying and pasting your mod to remove boots, gloves and underwear above the code in the original multiplemodeldesc to swap armor, but in game, I went back to my original non swapped armor with boots and gloves gone.