Hello guys. I need a lil help on the modding. I found that my plum (female blader) is still covered with starter armor even with eyenight's multiplemodeldesc.xml (damaged outfits + no underwear). Is there a way to fix this? I know one thing's for sure is that the resorep texture is working as i can see the plum nude when selecting the underwear costume. Every other costume covers her.
If there is a fix around this, could you kindly please point me to where i should edit the multiplemodeldesc.xml file?
Hope to hear from you soon. Thanks!
So I have fixed my problem.
I am not sure if this solution is viable for all servers as I am currently on the KR ones.
Just to share:
Based on the partcombinationdesc.xml file, I have learnt that 22_PKWW means (as per translated) Plum 22_Renewal. Plum = Female Blader = Maehwa
I was initially using
eyenight's multiplemodeldesc.xml file since I liked the idea of having starter clothes being completely nude and other clothes to be ripped/damaged. However, since the recent Thursday's update (24th March 2016), I found that the effect does not apply to Plum as how it should be.
Firstly, I created a custom batch file (credits to Cerophono) of:
"BDNPC multiplemodeldesc.xml ..\character\multiplemodeldesc.xml -gender Female -clothing Important -underwear ModifyUnderwear -replacement Damaged" to acquire the
initial multiplemodeldesc.xml
Then, I
copied every xml segment containing
"1_PC/22_PKWW/" and paste them into
eyenight's multiplemodeldesc.xml. After doing so, I edit
each segment which contains "
1_PC/22_PKWW/ARMOR/38_UNDERWEAR/" for the removal of default underwear:
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/ARMOR/38_UNDERWEAR/PKWW_00_UW_0032.PAC</Model>
<Model Index="U">1_PC/22_PKWW/ARMOR/38_UNDERWEAR/PKWW_00_UW_0032_01.PAC</Model> <=====
EDIT THIS
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/ARMOR/38_UNDERWEAR/PKWW_00_UW_0032.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model> <=====
TO THIS
</Conditional>
And also, not forgetting the
starter clothes xml segment (
only one segment if you want to
strip the starter clothes; other clothes may be on different xml segments, which requires more research):
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/ARMOR/9_UPPERBODY/PKWW_02_UB_0001.PAC</Model>
<Model Index="U">1_PC/22_PKWW/ARMOR/9_UPPERBODY/PKWW_02_UB_0001_DM.PAC</Model> <=====
EDIT THIS
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/ARMOR/9_UPPERBODY/PKWW_02_UB_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model> <=====
TO THIS
</Conditional>
After that, I ran the game and found that it is as per my requirements.
Hope this helps someone out there still having troubles with female blader/Plum/Maehwa.
eyenight's multiplemodeldesc.xml is downloadable here:
Black Desert Nude Mod | Page 7 | Undertow
Cheers.