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

V47

Potential Patron
Joined
Jul 9, 2016
thx so much for this tutorial !it works in the kr sever.
--------->>
but i found that i cant see the cloak in the game, i takes hours to fix it but it still not working.

i swap my armors to this one (it works,but no cloak in games,btw ,i cant see the cloak of it in the pearl shop too ):

upload_2016-7-11_0-33-36.png


and this is my code:

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/10_lowerbody/pnm_02_lb_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/10_lowerbody/pnm_00_lb_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/11_hand/pnm_02_hand_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/11_hand/pnm_00_hand_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/12_foot/pnm_02_foot_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/12_foot/pnm_00_foot_0068.pac</Model>
</Conditional>

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
</Conditional>

do i make any mistake in it?
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
thx so much for this tutorial !it works in the kr sever.
--------->>
but i found that i cant see the cloak in the game, i takes hours to fix it but it still not working.

i swap my armors to this one (it works,but no cloak in games,btw ,i cant see the cloak of it in the pearl shop too ):

View attachment 55472


and this is my code:

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/10_lowerbody/pnm_02_lb_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/10_lowerbody/pnm_00_lb_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/11_hand/pnm_02_hand_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/11_hand/pnm_00_hand_0068.pac</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/12_foot/pnm_02_foot_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/12_foot/pnm_00_foot_0068.pac</Model>
</Conditional>

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
</Conditional>

do i make any mistake in it?
I just tested here and it works just fine.
2016-07-10_61789566.JPG

Actually you only need this in order to get the full set:
Code:
<Conditional Code="U">
    <Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
    <Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>
also, this line is pretty useless unless your have swapped or removed the default underwear for the ninja
Code:
<Conditional Code="U">
     <Model Index="-">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
     <Model Index="U">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
</Conditional>
If you are not getting the flull set, try:
1 - Run ArmorSwapPatcher.exe again.
2 - Make sure you have the partcombinationdesc.xml from Armor Swaping Essentials v2.2 inside your character folder.
 

V47

Potential Patron
Joined
Jul 9, 2016
I just tested here and it works just fine.
View attachment 55475
Actually you only need this in order to get the full set:
Code:
<Conditional Code="U">
    <Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
    <Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>
also, this line is pretty useless unless your have swapped or removed the default underwear for the ninja
Code:
<Conditional Code="U">
     <Model Index="-">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
     <Model Index="U">1_pc/13_pnm/armor/38_underwear/pnm_00_uw_0001.pac</Model>
</Conditional>
If you are not getting the flull set, try:
1 - Run ArmorSwapPatcher.exe again.
2 - Make sure you have the partcombinationdesc.xml from Armor Swaping Essentials v2.2 inside your character folder.

thxx so mucccch for the reply!!
I copy thiese files
upload_2016-7-11_3-18-16.png

from
Armor Swaping Essentials v2.2 to character again,


and only type the code u give me as:

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>

upload_2016-7-11_3-21-34.png


after that i run ArmorSwapPatcher.exe again.

but still like this:

upload_2016-7-11_3-23-51.png


upload_2016-7-11_3-25-2.png


- -,Too strange
 

alcaster4242

Swell Supporter
Joined
Mar 12, 2016
Is there any trick to opening normal files?
Some of them open, some of them don't.
ie. This one does not open, pew_02_ub_0002_n.dds.
 

killabilly

Potential Patron
Joined
Apr 4, 2016
Here you go, special inclusive my selfmodified nudeskins on top xD
I've dropped these files in my character/texture folder but nothing shows up in game, do I need a 3rd party program for them to work?

Also, how do I hide the default underwear?
 

Jeany

Casual Client
Joined
May 16, 2012
I've dropped these files in my character/texture folder but nothing shows up in game, do I need a 3rd party program for them to work?

Also, how do I hide the default underwear?
you need the new tool from Blackfire, just follow the steps on the first post, he explains everything so nice so its easy to understand =)
also the textures i added only work for standart nudity and the charles rene costume for witch, if you want the costume mod to work on another class you need to edit the class prefix on texture name.
 

killabilly

Potential Patron
Joined
Apr 4, 2016
you need the new tool from Blackfire, just follow the steps on the first post, he explains everything so nice so its easy to understand =)
also the textures i added only work for standart nudity and the charles rene costume for witch, if you want the costume mod to work on another class you need to edit the class prefix on texture name.
So just for clarity, I need to rename your textures' prefix to that of my class (valk), then drop them inside the Files To Patch folder, run the patcher, then move them back to their original folder?

Also whats the prefix for valkyrie?
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
So just for clarity, I need to rename your textures' prefix to that of my class (valk), then drop them inside the Files To Patch folder, run the patcher, then move them back to their original folder?

Also whats the prefix for valkyrie?
You need to find the original teture name. It's not necessaryly the one with the valkyre prefix.


Important Note: All the files have to have their original name. This means that if you use Resorep texture names like: 472539502.dds won't work.You need to use the original name of the texture like : pbw_00_ub_0001.dds.To do that, use this tool created by Ray Wing:


Here is a small tool that can rename your Resorep modded files to original names:
resorep_hasher.zip
names.txt
Manual:
  1. Extract textures from your game's PAZ files.
  2. Unpack resorep_hasher.zip somewhere.
  3. Run runme.bat
  4. Choose folder with textures extracted from PAZ.
  5. Choose folder with your Resorep modded textures.
  6. Wait for a while.
If you do not want to extract textures from your game's PAZ files, I also attached txt file with Resorep texture names to original names mapping. (It only includes character textures. If you need same mapping for other textures - let me know.)


Also, if you want to find out a texture name, use my:
Character Textures Catalog
Contais jpegs from all the textures in the "caracter/texture" folder in the game. Good to find out the original name of some textures
Download link: character-textures-catalog-complete.zip

More informations here:
Black Desert Online Modding Tools by BlackFire

thxx so mucccch for the reply!!
I copy thiese files
View attachment 55479
from
Armor Swaping Essentials v2.2 to character again,

and only type the code u give me as:

<Conditional Code="U">
<Model Index="-">1_pc/13_pnm/armor/9_upperbody/pnm_02_ub_0003.pac</Model>
<Model Index="U">1_pc/13_pnm/armor/9_upperbody/pnm_00_ub_0068.pac</Model>
</Conditional>

View attachment 55481

after that i run ArmorSwapPatcher.exe again.

but still like this:

View attachment 55482

View attachment 55483

- -,Too strange
Do you get a "Success!" message for the partcombinationdesc.xml when you run ArmorSwapPatcher.exe? It seems like your game is ignoring this file.

Is there any trick to opening normal files?
Some of them open, some of them don't.
ie. This one does not open, pew_02_ub_0002_n.dds.
Yeah, those textures get corrupted when extracted for some reason. There is no way to open them.
 
Last edited:

killabilly

Potential Patron
Joined
Apr 4, 2016
So I downloaded the texture catalog, but it doesnt say which files are specific to what class. I've decided to try and throw the files from earlier into the patcher and see what happens, it says successfully patched, but when I go ingame the default underwear is still visible.

Does anyone have a simple setup that just hides the default underwear that I can drag and drop in my folder?
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
So I downloaded the texture catalog, but it doesnt say which files are specific to what class. I've decided to try and throw the files from earlier into the patcher and see what happens, it says successfully patched, but when I go ingame the default underwear is still visible.

Does anyone have a simple setup that just hides the default underwear that I can drag and drop in my folder?
You could've just added those lines to your multiplemodeldesc.xml, assuming you ran ArmorSwapPatcher.exe of course.
Code:
<!--######## REMOVES ALL STARTER UNDERWEAR ###########--> 
<!-- Sorceress --> 
<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>

<!-- Ranger --> 
<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>

<!-- Tamer --> 
<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>

<!-- Valkyrie --> 
<Conditional Code="IU">
    <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_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>

<!-- Witch --> 
<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>

<!-- Kunoichi --> 
<Conditional Code="IU">
    <Model Index="--">1_PC/13_PNW/ARMOR/38_UNDERWEAR/PNW_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>

<!-- Plum --> 
<Conditional Code="IU">
    <Model Index="--">1_PC/22_PKWW/ARMOR/38_UNDERWEAR/PKWW_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>
 

killabilly

Potential Patron
Joined
Apr 4, 2016
You could've just added those lines to your multiplemodeldesc.xml, assuming you ran ArmorSwapPatcher.exe of course.
Code:
<!--######## REMOVES ALL STARTER UNDERWEAR ###########-->
<!-- Sorceress -->
<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>

<!-- Ranger -->
<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>

<!-- Tamer -->
<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>

<!-- Valkyrie -->
<Conditional Code="IU">
    <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_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>

<!-- Witch -->
<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>

<!-- Kunoichi -->
<Conditional Code="IU">
    <Model Index="--">1_PC/13_PNW/ARMOR/38_UNDERWEAR/PNW_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>

<!-- Plum -->
<Conditional Code="IU">
    <Model Index="--">1_PC/22_PKWW/ARMOR/38_UNDERWEAR/PKWW_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>

That worked like a charm! Thanks!

Edit: Except for one problem with this method, the dyes are all messed up on the costumes.
 
Last edited:

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.