BlackFireBR
Content Creator
- Joined
- Sep 2, 2013
Oh,I know what's wrong,cheers man so i did that and put that line in, but I still don't think i'm doing it right.
Now when no armour i'm nude, when show underwear i'm in underwear, but when i put clothes on my underwear doesn't show.
However if i click show underwear, then put armour on it shows up with underwear under my armour until i click show underwear off and it goes back to being just armour.
What i'm trying to achieve is starter armour nude, normal underwear nude, my modded cash shop underwear shows under the armour and when toggled. I can get everything else to work except for this underwear to show up under armour
[/spoiler]Code:<Conditional Code="IU"> <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> <Model Index="I-">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> <Model Index="-U">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> <Model Index="IU">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> </Conditional> <Conditional Code="IU"> <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> <Model Index="I-">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> <Model Index="-U">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> <Model Index="IU">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> </Conditional>
is what i have now. If i fully delete these lines it still shows up nude. I'm thinking perhaps i have the completely wrong code for The Black garter belt.
What you are doing is replacing the Black Garter Belt Underwear with the Black Garter Belt Underwear.
If you want to replace the Default Underwear with the Black Garter Belt Underwear for example, all you have to do is this:
Code:
<Conditional Code="IU">
<Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0001.PAC</Model>
<Model Index="I-">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0004.PAC</Model>
<Model Index="-U">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0004.PAC</Model>
<Model Index="IU">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0004.PAC</Model>
</Conditional>
If you have any other underwear removed, unequip it to see if the changes aplied to the Default Underwear.
I'm working on finding out the .PAC file of the Cavaro underwear to see if it's possible to swap. I'll let you know when I have an answer.
Let me know how things goes.
Last edited: