I'm having a similar issue with all Maehwa armors and uppon looking at the partcutdesc.xml file i noticed that the "CutType" for the Maehwa is "PKWW_Upperbody22" but there is no CutType defined with that name at the bottom of the file. Is it possible to just copy one of the others and change the name? If so which one would be a good template for it?Probably because your partcutdesc.xml doesn't have the cut for those armors
My custom partcutdesc_UB_+_LB.zip has a "<CutType Name="PKWW_Upperbody22">" section, but it was just a guess I made, I'm not sure if it will work.I'm having a similar issue with all Maehwa armors and uppon looking at the partcutdesc.xml file i noticed that the "CutType" for the Maehwa is "PKWW_Upperbody22" but there is no CutType defined with that name at the bottom of the file. Is it possible to just copy one of the others and change the name? If so which one would be a good template for it?
Yep, changing <CutType Name="PKWW_Upperbody22"> to <CutType Name="Upperbody"> worked!!My custom partcutdesc_UB_+_LB.zip has a "<CutType Name="PKWW_Upperbody22">" section, but it was just a guess I made, I'm not sure if it will work.
If it doesn't work, try changing <CutType Name="PKWW_Upperbody22"> to <CutType Name="Upperbody"> .
ThanksChange the UB to SHO. PKWW_EW_SHO_0009
Thanks for the feedback.I have some troubles after 2.0 patch. For few characters in some outfits the body mesh doesnt fit on the clothes. Actually I can see the part of breast, especially nipples, in every outfits of maehwa.
I just released a small update
I'm working on a fix for that, stay tuned.
hey guys. I got a question.
I injected 'partcutdesc.xml' using BlackFireBR's another tool, Meta injector Reloaded.
just downloaded partcutdesc _UB_+_LB.zip file. and injected. that's all. I haven't omitted any line in the file.
but some outfits are already removed from partcutdesc.xml.
I guess the uploaded partcutdesc.xml file is based on the NA server.
I tried to extract partcutdesc.xml file from up-to-date KR Client.
but Black Desert Online File Extractor v1.1 program can't find partcutdesc.xml file.
anybody? knows which .pac file has partcutdesc.xml and any specific way to extract it?
Okay, I made a version of the partcutdesc that contains more than 6000 lines with all the .pac files of the game related to armor.
hey guys. I got a question.
I injected 'partcutdesc.xml' using BlackFireBR's another tool, Meta injector Reloaded.
just downloaded partcutdesc _UB_+_LB.zip file. and injected. that's all. I haven't omitted any line in the file.
but some outfits are already removed from partcutdesc.xml.
I guess the uploaded partcutdesc.xml file is based on the NA server.
I tried to extract partcutdesc.xml file from up-to-date KR Client.
but Black Desert Online File Extractor v1.1 program can't find partcutdesc.xml file.
anybody? knows which .pac file has partcutdesc.xml and any specific way to extract it?
<File>1_pc/2_phw/armor/9_upperbody/phw_00_ub_0043.pac</File>
<File>1_pc/2_phw/armor/10_lowerbody/phw_00_lb_0043.pac</File>
Okay, I made a version of the partcutdesc that contains more than 6000 lines with all the .pac files of the game related to armor.
They are all placed in the right place this time, so you should have any clipping anymore, besides the ones caused by the lines you delete.
Download: partcutdesc_complete.zip
Here is how you use it:
For example, you want to remove parts of Sorceress Cartian Outifit (Awakening):
-----------------Sorceress Cartian Outifit
---------------------------
PAC File Name: PHW_00_UB_0043.PAC (Obtained from this thread: Black Desert Online - PAC File Names Relations)
The outfit is formed by:
Upperbody : PHW_00_UB_0043.PAC
Lowerbody: PHW_00_LB_0043.PAC
Gloves: PHW_00_HAND_0043.PAC
Boots: PHW_00_FOOT_0043.PAC
Helmet: PHW_00_HEL_0043.PAC
Shoulder (Fur part): PHW_00_SHO_0043.PAC
Cloak(Arms fur): PHW_00_CLOAK_0043_P.PAC
(To find out which part forms each armor, download this partcombinationdesc.zip and take a look. (but don't inject it, otherwise your game will crash))
If you use the alpha channel method to remove the Uppderbody part for example (PHW_00_UB_0043.PAC ), you have to delete the line in your partcutdesc.xml
Code:<File>1_pc/2_phw/armor/9_upperbody/phw_00_ub_0043.pac</File>
Same goes for the other armor parts, if you removed part of the pants using the texture methid, you have to delete this line, from your partcutdesc.xml:
Code:<File>1_pc/2_phw/armor/10_lowerbody/phw_00_lb_0043.pac</File>
Okay, I made a version of the partcutdesc that contains more than 6000 lines with all the .pac files of the game related to armor.
They are all placed in the right place this time, so you should have any clipping anymore, besides the ones caused by the lines you delete.
Download: partcutdesc_complete.zip
Here is how you use it:
For example, you want to remove parts of Sorceress Cartian Outifit (Awakening):
-----------------Sorceress Cartian Outifit
---------------------------
PAC File Name: PHW_00_UB_0043.PAC (Obtained from this thread: Black Desert Online - PAC File Names Relations)
The outfit is formed by:
Upperbody : PHW_00_UB_0043.PAC
Lowerbody: PHW_00_LB_0043.PAC
Gloves: PHW_00_HAND_0043.PAC
Boots: PHW_00_FOOT_0043.PAC
Helmet: PHW_00_HEL_0043.PAC
Shoulder (Fur part): PHW_00_SHO_0043.PAC
Cloak(Arms fur): PHW_00_CLOAK_0043_P.PAC
(To find out which part forms each armor, download this partcombinationdesc.zip and take a look. (but don't inject it, otherwise your game will crash))
If you use the alpha channel method to remove the Uppderbody part for example (PHW_00_UB_0043.PAC ), you have to delete the line in your partcutdesc.xml
Code:<File>1_pc/2_phw/armor/9_upperbody/phw_00_ub_0043.pac</File>
Same goes for the other armor parts, if you removed part of the pants using the texture methid, you have to delete this line, from your partcutdesc.xml:
Code:<File>1_pc/2_phw/armor/10_lowerbody/phw_00_lb_0043.pac</File>
It will be pointless extracting that texture since you won't be able to make the game recognize your modified texture.I was wondering if anyone could help. I'm trying to get the Karlstein Robe textures, but every time i try, no matter what version I type in, I get an error that it can't extract those textures.
Anyone know how to get around this?
Thanks.