Nude Mods for the Female characters in BlackDesertOnline (11 Viewers)

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
uBg1xBo.jpg

This is what happens when you make a sorceress a man.
However, while this is not a problem in the 3DCG application when imported into BDO, the nude mesh of the male character has many black spots on the UV lines.
I know how to solve this problem, but I don't want to do it because it is a pain.
 

MillerV

Potential Patron
Joined
Aug 5, 2021
In the line partcutdesc.xml there is a line called fish_hand.
Adding the following will solve this problem
<CutType Name="Fish_Hand">
<File>1_Pc/25_PQW/Armor/12_Foot/PQW_00_Foot_0001.pac</File>
<File>1_Pc/25_PQW/Armor/11_Hand/PQW_00_Hand_0001.pac</File>
</CutType>
Thanks
 

nagi

Potential Patron
Joined
Sep 3, 2021
こんばんは、SUZUさん
中国のあるプライベート鯖のプレーヤーですが、テクスチャについて質問があります
Meta Injectorなどのツールを使用したけど、図のように、ランの乳首などのところにはテクスチャがないみたいな状態になりました。
1.png

しかし、コルセアなどのクラスの場合、Nudemodeが効いていました、xmlファイルの問題だと思いますが、知識不足のゆえ解决の糸口が見つかりませんでした。
この問題の解決方法を聞きたいんですけど、教えていただければ幸いです
 
Last edited:

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
こんばんは、SUZUさん
中国のあるプライベート鯖のプレーヤーですが、テクスチャについて質問があります
Meta Injectorなどのツールを使用したけど、図のように、ランの乳首などのところにはテクスチャがないみたいな状態になりました。
View attachment 135888
しかし、コルセアなどのクラスの場合、Nudemodeが効いていました、xmlファイルの問題だと思いますが、知識不足のゆえ解决の糸口が見つかりませんでした。
この問題の解決方法を聞きたいんですけど、教えていただければ幸いです
それらのエラーはXMLファイルとは関係ありません。
Resoreplessのエラーです。
もし使ってるならばですけど
あなたは多分使ってるでしょう。
Resoreplessを使わない私が解説するのは可笑しな話しですけど…
このテクスチャフォルダにphw_01_nude_0001.ddsがあるか確かめて下さい。
\BlackDesert\Paz\files_to_patch\.resorepless\character\texture\
もしあるなら適当な場所にコピーして確保してください。
次にfiles_to_patchフォルダーに新たなフォルダーを作ります。
\BlackDesert\Paz\files_to_patch\character\texture\
このようにフォルダーを作成します。
このテクスチャフォルダーに先ほど保存したphw_01_nude_0001.ddsをこのテクスチャホルダーに移動させます。
これで再度metaファイルを初期化してパッチしなおします。
以上です。
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
Hi Suzu,

I have some body part issues recently with patches, any guidance would be greatly appreciated.
These are the last few issues plaguing me.

I'm using your bodies and partcut with a couple additions of my own for new released armors that clip hair etc.

For the male characters, some of the new armors don't have official "armor" for lower body but have pants etc. which allow the underwear model of their member to clip through. Is there an easy line to add to part-cut that all underwear remains masked under all armors I can add for male characters? I only use the nude mod for original armors and nude underwear.

On the new DK newer body, on the Checmate skin, I have clipping on the leg armor and the netting. I found files on the discord to just remove the netting to solve that issue (though I'd prefer to keep it) but the legging is still clipping and I don't like the models where it's removed. I've tried multiple part-cuts but doesn't appear to like it.

On the DK also on the Vespena outfit the legs clip through, I've tried adding every line of the armor to the part-cut but doesn't appear to resolve it.

Lastly, on the Ranger the Gotha Rensa legs clip through, again I've tried adding every line of the armor to the part-cut but doesn't appear to fix anything.

Anything you can provide as guidance would be greatly appreciated.
There are two systems for cutting the body.
One is the XML file "partcutdesc.xml" and the other is the texture ao file "textures with _ao at the end of the texture name".
If you edit these files well, they will be cut. Or rather, they are cut by default.
So it would be easier to write a pac file that you don't want to cut?
I wrote an example of cutting the armor you mentioned below.

As one example.:
<CutType Name="Empty">
</CutType>

<CutType Name="Body_cut">
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_dm.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_mul.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_mul_na.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_00_LB_0229.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_00_LB_0229_mul.pac</File>
         <File>1_Pc/3_PEW/Armor/10_Lowerbody/PEW_00_LB_0053.pac</File>
         <File>1_Pc/3_PEW/Armor/10_Lowerbody/PEW_00_LB_0053_dm.pac</File>
</CutType>



<Relation CutType="Body_cut">
      <Cut>Empty</Cut>
    <Cut>Nude</Cut>
    <Cut>Underwear</Cut>
      <Cut>Foot</Cut>
    <Cut>UnderUp</Cut>   
</Relation>
The link below has the file with the edited checkmate.

 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
There are two systems for cutting the body.
One is the XML file "partcutdesc.xml" and the other is the texture ao file "textures with _ao at the end of the texture name".
If you edit these files well, they will be cut. Or rather, they are cut by default.
So it would be easier to write a pac file that you don't want to cut?
I wrote an example of cutting the armor you mentioned below.

As one example.:
<CutType Name="Empty">
</CutType>

<CutType Name="Body_cut">
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_dm.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_mul.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_10_LB_0033_mul_na.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_00_LB_0229.pac</File>
         <File>1_Pc/15_PDW/Armor/10_Lowerbody/PDW_00_LB_0229_mul.pac</File>
         <File>1_Pc/3_PEW/Armor/10_Lowerbody/PEW_00_LB_0053.pac</File>
         <File>1_Pc/3_PEW/Armor/10_Lowerbody/PEW_00_LB_0053_dm.pac</File>
</CutType>



<Relation CutType="Body_cut">
      <Cut>Empty</Cut>
    <Cut>Nude</Cut>
    <Cut>Underwear</Cut>
      <Cut>Foot</Cut>
    <Cut>UnderUp</Cut>  
</Relation>
The link below has the file with the edited checkmate.


As for the male characters, I think they should be created separately from the female characters.
This is what I am doing.
Code:
<BasicCutType Name="Lowerbody">
    <Path>1_Pc/1_PHM/Armor/10_Lowerbody</Path>
      <Path>1_Pc/4_PGM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/6_PKM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/8_PWM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/9_PEM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/13_PNM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/16_PCM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/18_PAM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/23_PPM/Armor/10_Lowerbody</Path>
    <Path>1_Pc/20_PSM/Armor/10_Lowerbody</Path>
</BasicCutType>

<BasicCutType Name="Lowerbody_Female">
      <Path>1_Pc/2_PHW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/3_PEW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/5_PBW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/7_PVW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/15_PDW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/8_PWW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/12_PKW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/22_PKWW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/13_PNW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/16_PCW/Armor/10_Lowerbody</Path>   
      <Path>1_Pc/14_PLW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/17_PSW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/11_PGW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/21_PPW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/24_PFW/Armor/10_Lowerbody</Path>
      <Path>1_Pc/25_PQW/Armor/10_Lowerbody</Path>
</BasicCutType>

<Relation CutType="Lowerbody">
    <Cut>Underwear</Cut>
    <Cut>Nude</Cut>
    <Cut>UnderUp</Cut>
</Relation>

<Relation CutType="Lowerbody_Female">
    <Cut>Underwear</Cut>
<!-- <Cut>Nude</Cut> -->
    <Cut>UnderUp</Cut>
</Relation>
 

paopu

Casual Client
Joined
Jun 12, 2021
suzu ( 鈴 suzu ( 鈴 , I don't know if you can access SA server, but regardless, mod was blocked in SA server... 😢
Sincerely, I think you should look for better games to mod. BDO is worthless. PA prefer to privilege NA/EU servers. They're stupids. Modding BDO must be painful, and you have a great talent to waste this lame game. But that's up to you.
I want to thank you again. Game became more vivid and delightful to play with you mods. But now, it's lifeless...
I wish the best for you, and you have new projects to invest.

THANK YOU!
 
Last edited:

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
suzu ( 鈴 suzu ( 鈴 , I don't know if you can access SA server, but regardless, mod was blocked in SA server... 😢
Sincerely, I think you should look for better games to mod. BDO is worthless. PA prefer to privilege NA/EU servers. They're stupids. Modding BDO must be painful, and you have a great talent to waste this lame game. But that's up to you.
I want to thank you again. Game became more vivid and delightful to play with you mods. But now, it's lifeless...
I wish the best for you, and you have new projects to invest.

THANK YOU!
It's been a long server migration for this site. In the meantime, SA was taken over by Pearl Abyss...lol

that's so, isn't it
The anti-cheat on the SA server is the same as the JP. Hence the MODS are blocked and cannot access the game.
Pearl Abyss still doesn't like me.:rolleyes:
And I tried to access the NA server before, but it is blocked, so it seems impossible from JP.
So with this, I am leaving the Black Desert MODS.
Thank you and I wish you all the best.
:blob-dance:
 

V.Milo

Vivacious Visitor
Joined
Apr 11, 2020
It's been a long server migration for this site. In the meantime, SA was taken over by Pearl Abyss...lol

that's so, isn't it
The anti-cheat on the SA server is the same as the JP. Hence the MODS are blocked and cannot access the game.
Pearl Abyss still doesn't like me.:rolleyes:
And I tried to access the NA server before, but it is blocked, so it seems impossible from JP.
So with this, I am leaving the Black Desert MODS.
Thank you and I wish you all the best.
:blob-dance:

It's been a long server migration for this site. In the meantime, SA was taken over by Pearl Abyss...lol

that's so, isn't it
The anti-cheat on the SA server is the same as the JP. Hence the MODS are blocked and cannot access the game.
Pearl Abyss still doesn't like me.:rolleyes:
And I tried to access the NA server before, but it is blocked, so it seems impossible from JP.
So with this, I am leaving the Black Desert MODS.
Thank you and I wish you all the best.
:blob-dance:
We are all grateful for your work! Without you, this game would be empty..I'm sorry you quit but I'm sure whatever you start after that will be excellent like this.I wish you a lot of success and maybe we'll meet you again somewhere. Thank you and goodbye .....
 

JHINZY

Potential Patron
Joined
Apr 30, 2022
Hi Suzu,I want to use this integration pack, what files should I download? Because I see a lot of updates
 

minegotitsnotch

Potential Patron
Joined
May 11, 2022
It's been a long server migration for this site. In the meantime, SA was taken over by Pearl Abyss...lol

that's so, isn't it
The anti-cheat on the SA server is the same as the JP. Hence the MODS are blocked and cannot access the game.
Pearl Abyss still doesn't like me.:rolleyes:
And I tried to access the NA server before, but it is blocked, so it seems impossible from JP.
So with this, I am leaving the Black Desert MODS.
Thank you and I wish you all the best.
:blob-dance:

Not sure how you were trying to NA server but I play in NA server from TW just fine with this trick.
Also do you have a guide on how partcutdesc.xml works?
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
At Private Conversation
I was able to log in to the NA server on the advice of one of you.
It was a small mistake and misunderstanding.
But in my case, I have been visiting different servers and building up my character from scratch on each trip.
I will try to develop my character for a while.
I will not be altering or creating mods for the time being.
Please teach yourself about XML files.
I will make time for myself for a while.
This thread will be locked until then.
Please ask your questions in the other thread.

In case you notice my character's family name is me.
But please don't talk to me. I am very shy in real life.:meow-googlycheeks:
I welcome your gifts! lol
HZ2NIwY.jpg
 

Lynxzy

Vivacious Visitor
Joined
Aug 13, 2020
Any way to make the penis less "glistened"?

Also are the moving versions of the futa mod still functional? It doesnt seem to be.
The physics seem to work on some characters, some not. Most notably my lahn.
glisten.png
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
Might be an issue after the migration, if you tried to upload a zip, try uploading the files separately
I tried uploading them individually, but still no luck.
So I uploaded it to Google Drive and posted the link.

Edit: It appears that texture files can be uploaded.
 
Last edited:

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
LynxAny way to make the penis less "glistened"?

Also, are the moving versions of the futa mod still functional? It doesn't seem to be.
The physics seems to work on some characters, some not. Most notably my lahn.
View attachment 136484
Disabling the specular texture will eliminate the penis shine.
The moving penis is moved using the bones in the character's skirt.

The bones differ slightly depending on the character's main outfit.
Ideally, the bones should be centered in the front, but the Sorceress, Lahn, Valkyrie, etc. do not have skirt bones in the center, so they do not move.
 

Attachments

pew_00_uw_0015_sp.dds
341.5 KB · Views: 156

Lynxzy

Vivacious Visitor
Joined
Aug 13, 2020
Disabling the specular texture will eliminate the penis shine.
The moving penis is moved using the bones in the character's skirt.

The bones differ slightly depending on the character's main outfit.
Ideally, the bones should be centered in the front, but the Sorceress, Lahn, Valkyrie, etc. do not have skirt bones in the center, so they do not move.
Fair enough, thank you! o7
 

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.