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

rg8670

Potential Patron
Joined
Jul 22, 2016
Is it possible to remove just the upper armor of a armor?
I used the method of removing armor in the instruction but it came out hiding both upper and lower armor.
 

Nharea

Vivacious Visitor
Joined
Apr 24, 2016
Anyone managed to make this work if they did can you post howto (detailed steps)
For some reason i have no shoes no horns no wings no gloves and no skirt when i try it.

If you only have the top armor showing, you might want to add this to your partcombinationdesc.xml :
Code:
<Upperbody MeshFileName="1_PC/7_PVW/ARMOR/9_UPPERBODY/PVW_00_UB_0076.PAC">
    <Lowerbody MeshFileName="1_PC/7_PVW/ARMOR/10_LOWERBODY/PVW_00_LB_0076.PAC"/>
    <Hand MeshFileName="1_PC/7_PVW/ARMOR/11_HAND/PVW_00_HAND_0076.PAC"/>
    <Foot MeshFileName="1_PC/7_PVW/ARMOR/12_FOOT/PVW_00_FOOT_0076.PAC"/>
    <Helm MeshFileName="1_PC/7_PVW/ARMOR/13_HEL/PVW_00_HEL_0076.PAC"/>
    <Cloak MeshFileName="1_PC/7_PVW/ARMOR/19_CLOAK/PVW_00_CLOAK_0076.PAC"/>
</Upperbody>
 

Shuuchi

Potential Patron
Joined
Jul 17, 2015
How did you get the hat to display with the correct hair, please?
For old costumes, the hair and helm meshes were separate so you have to add them together in the partcombinationdesc.
However, the newer costumes have the helm and hair already fused together. You just need to equip a helmet in your inventory and bam.
 

Shuuchi

Potential Patron
Joined
Jul 17, 2015
Is it possible to remove just the upper armor of a armor?
I used the method of removing armor in the instruction but it came out hiding both upper and lower armor.
I think it's only possible for some armors. There's a lot of weird meshes floating around.
The valkyrie venslar set's feathery bikini is linked to her gloves and the sorceress's awakening has a lower body and shoes tied together, etc.
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Is it possible to remove just the upper armor of a armor?
I used the method of removing armor in the instruction but it came out hiding both upper and lower armor.
I think it's only possible for some armors. There's a lot of weird meshes floating around.
The valkyrie venslar set's feathery bikini is linked to her gloves and the sorceress's awakening has a lower body and shoes tied together, etc.
He's right. That is only possible for a few armors. Most of them upper and lower body part are one thing.
In these cases, it is possible to remove the upper part only, by editing the textures though.
 

rg8670

Potential Patron
Joined
Jul 22, 2016
He's right. That is only possible for a few armors. Most of them upper and lower body part are one thing.
In these cases, it is possible to remove the upper part only, by editing the textures though.
Ya, I figured it out.
I can remove some texture to make some parts invisible.
Thanks for the help and your excellent tools.
I'll share some work after something good come out.
 
Last edited:

Dazta3

Potential Patron
Joined
May 26, 2016
I added this for my Kunoichi with her starter armor but it's not working.
<!-- Kunoichi -->
<Conditional Code="U">
<Model Index="-">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_02_UB_0001.PAC</Model>
<Model Index="U">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_EW_UB_0030.PAC</Model>
</Conditional>
 

Karon123

Potential Patron
Joined
Jul 23, 2016
Hey i have a problem with the Texture mod "Black Bern"
upload_2016-7-24_8-22-18.png
I used the multiplemodeldesc from the Armor Swapper, and i have added this line
"
<!-- Damaged Model of Bern Armor -->
<Conditional Code="U">
<Model Index="-">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006.PAC</Model>
<Model Index="U">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006_DM.PAC</Model>
</Conditional>

What make it wrong?
Sry for my bad english
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Hey i have a problem with the Texture mod "Black Bern"
View attachment 56006
I used the multiplemodeldesc from the Armor Swapper, and i have added this line
"
<!-- Damaged Model of Bern Armor -->
<Conditional Code="U">
<Model Index="-">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006.PAC</Model>
<Model Index="U">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006_DM.PAC</Model>
</Conditional>

What make it wrong?
Sry for my bad english
You need to patch for this texture as well:
sho.jpg

(Resorep name: 1148761656.dds)
Also, add this to remove the underwear:
Code:
<Conditional Code="IU">
    <Model Index="--">1_PC/2_PHW/ARMOR/38_UNDERWEAR/PHW_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>
 

Attachments

phw_01_sho_0003.zip
39.4 KB · Views: 156

Saskia

Potential Patron
Joined
Apr 28, 2016
Is it possible to remove just the upper armor of a armor?
I used the method of removing armor in the instruction but it came out hiding both upper and lower armor.

You can work with partcutdesc. That file basically cuts (hides) your body mesh underneath your armor (to prevent clipping). So you could edit this file to show your upper or lower body part. Then you could remove or edit parts the armor via texture editing and you have your top body shown while still having lower part armored. Or the other way around

Ive been awhile afk from this game and came back recently. Thanks a lot for the new texture injection tool BlackFire!
I just find it weird that plum has white panties on and I cant find the texture for it. Would be nice if someone could help.
The new class also is weird. The female ninja is basically the other way around. The spot where her panties would has the mesh cut. Kind of invisible panties also makes the area of her lower body invisible. Any fix for this too?
 

csd

Potential Patron
Joined
Jun 6, 2016
I added this for my Kunoichi with her starter armor but it's not working.
<!-- Kunoichi -->
<Conditional Code="U">
<Model Index="-">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_02_UB_0001.PAC</Model>
<Model Index="U">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_EW_UB_0030.PAC</Model>
</Conditional>
Change
<Model Index="U">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_EW_UB_0030.PAC</Model>
to
<Model Index="U">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_02_EW_UB_0030.PAC</Model>
 

Karon123

Potential Patron
Joined
Jul 23, 2016
You need to patch for this texture as well:
View attachment 56009
(Resorep name: 1148761656.dds)
Also, add this to remove the underwear:
Code:
<Conditional Code="IU">
    <Model Index="--">1_PC/2_PHW/ARMOR/38_UNDERWEAR/PHW_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>

Ah oki ty for the answer, i have do it and have the next problem =D

upload_2016-7-24_21-7-27.png
The Brest is invisible :/
I have added your Code to <!--- Removes Sorceress's Default Underwear ------>
 

timmytimtim

Potential Patron
Joined
Jul 9, 2016
I am trying to get this to work on Kuno, what am I missing?


<Conditional Code="U">
<Model Index="-">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_02_UB_0004.PAC</Model>
<Model Index="U">1_PC/13_PNW/ARMOR/9_UPPERBODY/PNW_00_UB_0004.PAC</Model>
</Conditional>
 

mkb6408

Potential Patron
Joined
Jul 9, 2016
hi. I'm KR BDO server player.
thank you for provide your moding tools.

in KR server, new costume updated.
but I don't know costume code.

So, how to find costume code?

and, if your BDO server new costume update, this thread costume code will be update ?

thanks :)
 

Murdock

Vivacious Visitor
Joined
Mar 29, 2016
hi. I'm KR BDO server player.
thank you for provide your moding tools.

in KR server, new costume updated.
but I don't know costume code.

So, how to find costume code?

and, if your BDO server new costume update, this thread costume code will be update ?

thanks :)
hello, im kr bdo player too, send a screenshot and ill provide the code, fast as possible
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Ah oki ty for the answer, i have do it and have the next problem =D

View attachment 56014
The Brest is invisible :/
I have added your Code to <!--- Removes Sorceress's Default Underwear ------>
Change this
Code:
<!-- Slot 7 (Agerian)-->
<Conditional Code="U">
    <Model Index="-">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0003.PAC</Model>
    <Model Index="U">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006.PAC</Model>

</Conditional>
To this:
<!-- Slot 7 (Agerian)-->
<Conditional Code="U">
<Model Index="-">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0003.PAC</Model>
<Model Index="U">1_PC/2_PHW/ARMOR/9_UPPERBODY/PHW_02_UB_0006_DM.PAC</Model>​
</Conditional>


-------------------------------------------------------------------------------------------
hi. I'm KR BDO server player.
thank you for provide your moding tools.

in KR server, new costume updated.
but I don't know costume code.

So, how to find costume code?

and, if your BDO server new costume update, this thread costume code will be update ?

thanks :)
I actually just bought a KR verified account so I can just download the game and update with all the new costumes in the first page. It might take a while though
 

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.