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

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
hello everyone it possible to hide the secondary weapon of the plum?
I currently use white horn bow

im tried to switch or hide but nothing work plz help me
Code:
<!-- For Maehwa (Plum) -->
<Conditional Code="U">
    <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model>
    <Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model>
    <Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017_IN.PAC</Model>
</Conditional>
my try to hide
Code:
<Conditional Code="U">
    <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA_IN.PAC</Model>
</Conditional>
(try with and without _IN on the ALPHA.PAC)

It seems, PKWW_01_SBW_0004.PAC isn't the code for White Horn Bow, since those lines are correct und should be working (with the exception of PHM_ALPHA_IN.PAC, there is no such file. Always use PHM_ALPHA.PAC, whenever you want to remove something.
 

bk89

Potential Patron
Joined
Mar 31, 2016
Thank you for always
Is it Possible To make patch for "partdyeslotdesc.xml" KOREA Version ?
Thanks !
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
v1.9
- MetaPatcher.exe is now named ArmorSwapPatcher.exe (same thing, just different name)
- It now patches for the partdyeslotdesc.xml as well, allowing you to dye your armor as you like (more info in the first page of the thread)
- Release version now it's shown in the header
- Some internal changes in the source code (it does the same thing, but now it does similarly to the Resorepless Nude Mod)
- Now you won't get any error message if you install Resorepless Nude Mod first.
- Now it shows which file it's patching
- There is now a success message when all files are patched successfully.
 

kampretoz

Potential Patron
Joined
Apr 29, 2016
CMDj8NE.jpg
 

2903jb

Potential Patron
Joined
May 22, 2012
So i'll try asking here since i can't seem to figure it out myself, how'd i add code if i, for the tamer would like Pirate Corsair to not unequip boots and hat, only armor?
 

Nergo

Vivacious Visitor
Joined
Jun 1, 2016
I have a Question too, i just don´t get it. Can somebody explain to me, what i have done false with the dyes? Ty
<Dye Filename="1_PC/3_PEW/Armor/38_Underwear/PEW_00_UW_0004.pac" NumColor="3">
<Slot>0</Slot>
<Slot DefaultColor="0x00122243">1</Slot>
<Slot>1</Slot>
<Slot DefaultColor="0x00122243">2</Slot>
<Slot>2</Slot>
<Slot DefaultColor="0x00122243">3</Slot>
</Dye>
 

kampretoz

Potential Patron
Joined
Apr 29, 2016
I have a Question too, i just don´t get it. Can somebody explain to me, what i have done false with the dyes? Ty
<Dye Filename="1_PC/3_PEW/Armor/38_Underwear/PEW_00_UW_0004.pac" NumColor="3">
<Slot>0</Slot>
<Slot DefaultColor="0x00122243">1</Slot>
<Slot>1</Slot>
<Slot DefaultColor="0x00122243">2</Slot>
<Slot>2</Slot>
<Slot DefaultColor="0x00122243">3</Slot>
</Dye>
it goes like this
<Dye Filename="1_PC/3_PEW/Armor/38_Underwear/PEW_00_UW_0004.pac" NumColor="3">
<Slot DefaultColor="0x00122243">0</Slot>
<Slot DefaultColor="0x00122243">1</Slot>
<Slot DefaultColor="0x00122243">2</Slot>
</Dye>
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
So i'll try asking here since i can't seem to figure it out myself, how'd i add code if i, for the tamer would like Pirate Corsair to not unequip boots and hat, only armor?
Open your partcombinationdesc.xml file and delete those lines:
Code:
<!-- Tamer Pirate Corsair -->
<Upperbody MeshFileName="1_PC/5_PBW/ARMOR/9_UPPERBODY/PBW_HW_UB_0031.PAC">
    <Lowerbody MeshFileName="1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_HW_LB_0031.PAC"/>
    <Hand MeshFileName="1_PC/5_PBW/ARMOR/11_HAND/PBW_HW_HAND_0031.PAC"/>
    <Foot MeshFileName="1_PC/5_PBW/ARMOR/12_FOOT/PBW_HW_FOOT_0031.PAC"/>
    <Helm MeshFileName="1_PC/5_PBW/ARMOR/13_HEL/PBW_HW_HEL_0031.PAC"/>
    <Shoulder MeshFileName="1_PC/5_PBW/ARMOR/14_SHO/PBW_HW_SHO_0031.PAC"/>
</Upperbody>
 

Murdock

Vivacious Visitor
Joined
Mar 29, 2016
how i know a specific dye code? cause i have used the dye in description from the section "how to dye" and my armor turned blue lol
 
Last edited:

2903jb

Potential Patron
Joined
May 22, 2012
hm, just tested, and for some reason it doesn't Work, still unequips everything, i used the unequip all things from you hand/boot file is there anything else that needs changing
 
Last edited:

BlackFireBR

Content Creator
Joined
Sep 2, 2013
hm, just tested, and for some reason it doesn't Work, still unequips everything, i used the unequip all things from you hand/boot file is there anything else that needs changing
If you used the "unequip all things from you hand/boot file" and it "still unequips everything", I think it's doing what is supposed to do, isn't it? 0.o
 

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.