Meanbastard
Vivacious Visitor
- Joined
- May 7, 2012
Are you deleting the partcutdesc.xml file?Thanks elmirtatarin!!!!! but now I have this issue...:(
Or is the clipping normal for this stage of modding?
<Conditional Code="D">
<Model Index="-">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007.pac</Model>
<Model Index="D">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007_dm.pac</Model>
</Conditional>
You are right, I haven't though of that. So that's the reason why the game has a default multiplemodeldesc.xml defining all the damaged models, because normally they are not defined.I've got a weird one for you
When I use the Remove Underwear Only file, it works great... except damaged armors are only adding a dirt texture (I was using the slider in the pearl shop) and never switching to the damaged model like they should. I went and added the conq armor to my multiplemodeldesc like so:
Code:<Conditional Code="D"> <Model Index="-">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007.pac</Model> <Model Index="D">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007_dm.pac</Model> </Conditional>
That causes that specific armor to work as it should (damage model displays when durability is low).
So it looks like all the armors need to have their damage model assigned, even though they aren't being overwritten. Something with the patcher is breaking how the normal damage models work unless they are explicitly defined.
Done.You are amazing. Removing the shorts/underwear from the valkyrie skirts was exactly what I was looking for. Any chance you could do the same for ranger?
Here, this code removes all the panties from all the Ranger Skirts:Removal from all of the skirts would be great. I really like the somewhat subtle approach of simply not having any panties on. Not a fan of full on nudity.
You and the others working on this stuff are very appreciated. Thank you!
edit: So is this text added into the file in addition to everything that is already there? I may need to learn how to do this myself, it would be nice to be able to change things exactly to my liking without having to make someone else do all the work. (tamer armors, tamer dress from the shop, potentially future class armors)
<!--Removes Default Underwear -->
<Conditional Code="IU">
<Model Index="--">1_PC/3_PEW/ARMOR/38_UNDERWEAR/PEW_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>
<!-------------- Removes Panties Under All Ranger Skirts------->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0002.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0004.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0006.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0007.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0003.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0002.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0007_01.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0003.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0006.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_01_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0003.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
For Tamer:Awesome, thanks!
The tamer stuff I would want would be the same work done with valk/ranger, removal of the underwear/shorts that they wear under most of their skirt-like armors. Also, assuming this works on shop costumes, removing the underwear from the frilly dress exclusive to tamers.
<!-- Tamer -->
<!-- Removes Default Underwear -->
<Conditional Code="IU">
<Model Index="--">1_PC/5_PBW/ARMOR/38_UNDERWEAR/PBW_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>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0002.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0003.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0004.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0005.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0006.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_03_LB_0002.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0007.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0015.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0016.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0017.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0003.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0006.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_03_LB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/pbw_hw_lb_0030.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
Haha, you're welcome. I jut update the entire mod as well with those changes (Except the ones I told you that removes stockings and stuff) but you got the full version.You have made my night :)
Make sure you have the code for removing the Default Underwear though. I kinda forgot to put when I posted the code, but now edited and I put, check that out.Wow, looks like a great write-up. I'll read up tomorrow and see if I can understand it all! :)