Black Desert Online- Armor/Outfits File Names. Please don't ask about armor swapping in this thread. (1 Viewer)

eyenight

Content Creator
Joined
Apr 27, 2012
Good to know :)
What about nude textures with Resorep, are you still able to use them?
Yeah, resorep is still working here.
CdCwK9s.jpg
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Just FYI, I just found out that they have added a lot of new lines to the original multiplemodeldesc.xml, partcombinationdesc.xml and partcutdesc.xml files.
part.jpg


So I had to release a new update, with those new original files:

v1.8c
Critical update:
All the versions before that were missing some key lines in the original parts of the .xml files.

If you have your own customized xml file, use the xml files provided in this version, and do your changes all over again, because the part that contains the original xml file has changed drastically and can make a lot of armors and weapons don't show up properly if you don't have those lines.

Download here
 

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
Try to revert all changes (delete all mod files from the paz folder and put the backup back in place) and start anew. Take a look at the xml files and make sure, the armor swap lines are still in place.
 

Kirihito

Potential Patron
Joined
Mar 11, 2016
the underwear removal doesnt work any one know why?
<Conditional Code="IU">
<Model Index="--">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_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>
 
D

Deleted member 31139

<Conditional Code="IU">
<Model Index="--">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_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>
YU SINTAXYS is wrong man, change it by
<Model Index="--">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0001.PAC</Model>
<Model Index="I-">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
<Model Index="-U">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
<Model Index="IU">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
 

Kirihito

Potential Patron
Joined
Mar 11, 2016
YU SINTAXYS is wrong man, change it by
<Model Index="--">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0001.PAC</Model>
<Model Index="I-">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
<Model Index="-U">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
<Model Index="IU">1_PC/8_PWW/Nude/PWW_ALPHA.PAC</Model>
doesnt work.
 

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
Of course it didn't.
Instead try this:
<Conditional Code="U">
<Model Index="-">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
 

Kirihito

Potential Patron
Joined
Mar 11, 2016
Of course it didn't.
Instead try this:
<Conditional Code="U">
<Model Index="-">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0001.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

doesnt work either ive also tried to change to another
<Conditional Code="U">
<Model Index="-">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0001.PAC</Model>
<Model Index="U">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_00_UW_0010.PAC</Model>
</Conditional>
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
costume change works. only underwear is unaffected.
I just tested here and
Code:
<Conditional Code="IU">
    <Model Index="--">1_PC/8_PWW/ARMOR/38_UNDERWEAR/PWW_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>
works just fine in the NA version.

Make sure you place this right at the beginning of your multiplemodeldesc.xml file though, above everything.
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.