Black Desert Online Resorepless Nude Mod (9 Viewers)

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Thank you a lot to you and Dream Angel! Realy appreciated for all the time and investement you made into the replies!

I feel like im getting a better grasp of how the mods and files work, im not where close to be perfectly comfortable, but I now know how to apply modded files and search a bit for them.

I have a lot of free time and determination, so i think ill try to learn how to create textures and meshes for the body hairs (mostly males work, think the female mods community is already well invested^^) I'll try to find some guide and look at others work to get a good grasp on it! Don't expect anything too soon but i'll work on it and learn as much as I can^^
Awww <3 NP!

Lol that’s good, it took me a while to get it myself so don’t fret too much but I’m glad you’re getting somewhere with it xD

Oh, really?! That’s good news! If you do get around to it and do it, lmk! I will personally put you on blast and let people know your achievements! :D
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Hello!
I have a question regarding partcutdesc.xml, is it possible to edit in such a way that it only affects from the waist up leaving the part of the boots?
or is it not possible? because it looks ugly that the feet of the boots stick out.

View attachment 119857 View attachment 119858
Yes it is possible but you will need one of the ‘masters’ to reply lol. I’ve only just recently got around to editing my own partdesc lol
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
How to edit partcutdesc

First, prepare the latest original file.
After that, just add a line
Add a specific command line.
That is the mod command.
Upperbody, Lowerbody, Hand, Foot
We will prepare these parts.
Why do we need to prepare them?
The reason why we need to prepare these parts is to add parts that we don't want to cut off the body.
I think each person has a different way of playing with mods.
You can choose any costume you don't want to cut and add it.

Example
<CutType Name="UpperbodyMod">
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_dm.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_mul.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_mul_na.pac</File>
</CutType>

<CutType Name="HandMod">
<File>1_Pc/21_PPW/Armor/11_Hand/PPW_02_Hand_0001.pac</File>
</CutType>

<CutType Name="LowerbodyMod">
<File>1_Pc/21_PPW/Armor/10_Lowerbody/PPW_02_LB_0001.pac</File>
<File>1_Pc/21_PPW/Armor/10_Lowerbody/PpW_02_LB_0001_mul.pac</File>
</CutType>

<CutType Name="FootMod">
<File>1_Pc/21_PPW/Armor/12_Foot/PPW_02_Foot_0001.pac</File>
</CutType>

Add Event costumes in a separate line.
Event costumes can be fishwear, riding clothes, camouflage clothes, etc.

Example
<CutType Name="Event_Costume">
<File>1_Pc/1_PHM/event_costume/PHM_10_treedummer_0004_e.pac</File>
<File>1_Pc/2_PHW/event_costume/PHW_10_treedummer_0004_e.pac</File>
<File>1_Pc/3_PEW/event_costume/PEW_10_treedummer_0004_e.pac</File>
<File>1_Pc/9_PEM/event_costume/PEM_10_treedummer_0004_e.pac</File>
<File>1_Pc/4_PGM/event_costume/PGM_10_treedummer_0004_e.pac</File>
<File>1_Pc/4_PGM/event_costume/PGM_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/5_PBW/event_costume/PBW_10_treedummer_0004_e.pac</File>
<File>1_Pc/6_PKM/event_costume/PKM_10_treedummer_0004_e.pac</File>
<File>1_Pc/7_PVW/event_costume/PVW_10_treedummer_0004_e.pac</File>
<File>1_Pc/8_PWM/event_costume/PWM_10_treedummer_0004_e.pac</File>
<File>1_Pc/8_PWW/event_costume/PWW_10_treedummer_0004_e.pac</File>
<File>1_Pc/13_PNM/event_costume/PNM_10_treedummer_0004_e.pac</File>
<File>1_Pc/13_PNW/event_costume/PNW_10_treedummer_0004_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/16_PCM/event_costume/PCM_10_treedummer_0004_e.pac</File>
<File>1_Pc/16_PCW/event_costume/PCW_10_treedummer_0004_e.pac</File>
<File>1_Pc/22_PKWW/event_costume/PKWW_10_treedummer_0004_e.pac</File>
<File>1_Pc/14_PLW/event_costume/PLW_10_treedummer_0004_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/11_PGW/event_costume/PGW_10_treedummer_0004_e.pac</File>
<File>1_Pc/18_PAM/event_costume/PAM_10_treedummer_0004_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/9_PPM/event_costume/PPM_10_treedummer_0004_e.pac</File>

<File>1_Pc/2_PHW/event_costume/PHW_00_manufacture_0006_e.pac</File>
<File>1_Pc/3_PEW/event_costume/PEW_00_manufacture_0006_e.pac</File>
<File>1_Pc/5_PBW/event_costume/PBW_00_manufacture_0006_e.pac</File>
<File>1_Pc/7_PVW/event_costume/PVW_00_manufacture_0006_e.pac</File>
<File>1_Pc/8_PWW/event_costume/PWW_00_manufacture_0006_e.pac</File>
<File>1_Pc/13_PNW/event_costume/PNW_00_manufacture_0006_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_mul_na_e.pac</File>
<File>1_Pc/16_PCW/event_costume/PCW_00_manufacture_0006_e.pac</File>
<File>1_Pc/22_PKWW/event_costume/PKWW_00_manufacture_0006_e.pac</File>
<File>1_Pc/14_PLW/event_costume/PLW_00_manufacture_0006_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_mul_na_e.pac</File>
<File>1_Pc/11_PGW/event_costume/PGW_00_manufacture_0006_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_mul_na_e.pac</File>
</CutType>

If you don't add a note, the body will be cut.
If you add it, the body will not be cut.


About parthidedesc.xml

This is to release troubles about costumes and weapons, costumes and underwear.
Trouble is, you guessed it, clipping.
This xml has nothing to do with nude bodies.

I use this file for underwear display.
I use this file for underwear display because it shows pubic hair.
The pubic hair is because I am replacing the starter underwear.
You know that if you equip a certain outfit, the underwear will not be displayed.
This is so that you can wear that particular outfit and still have your pubic hair show up.
As you can see in the screenshot below.
kN7Tg3M.jpg


That's all.
Do you understand?
If you still don't understand, please ask a specific master.:cool:
 

astalar

Potential Patron
Joined
Mar 10, 2016
Hello.
Can anyone create me correct /files_to_patch folder with files i have and create partcutdesc? I'm too stupid to do it myself.
 
Last edited:

Dj.Xtremo

Casual Client
Joined
Jun 23, 2019
How to edit partcutdesc

First, prepare the latest original file.
After that, just add a line
Add a specific command line.
That is the mod command.
Upperbody, Lowerbody, Hand, Foot
We will prepare these parts.
Why do we need to prepare them?
The reason why we need to prepare these parts is to add parts that we don't want to cut off the body.
I think each person has a different way of playing with mods.
You can choose any costume you don't want to cut and add it.

Example
<CutType Name="UpperbodyMod">
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_dm.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_mul.pac</File>
<File>1_Pc/21_PPW/Armor/9_Upperbody/PPW_02_UB_0001_mul_na.pac</File>
</CutType>

<CutType Name="HandMod">
<File>1_Pc/21_PPW/Armor/11_Hand/PPW_02_Hand_0001.pac</File>
</CutType>

<CutType Name="LowerbodyMod">
<File>1_Pc/21_PPW/Armor/10_Lowerbody/PPW_02_LB_0001.pac</File>
<File>1_Pc/21_PPW/Armor/10_Lowerbody/PpW_02_LB_0001_mul.pac</File>
</CutType>

<CutType Name="FootMod">
<File>1_Pc/21_PPW/Armor/12_Foot/PPW_02_Foot_0001.pac</File>
</CutType>

Add Event costumes in a separate line.
Event costumes can be fishwear, riding clothes, camouflage clothes, etc.

Example
<CutType Name="Event_Costume">
<File>1_Pc/1_PHM/event_costume/PHM_10_treedummer_0004_e.pac</File>
<File>1_Pc/2_PHW/event_costume/PHW_10_treedummer_0004_e.pac</File>
<File>1_Pc/3_PEW/event_costume/PEW_10_treedummer_0004_e.pac</File>
<File>1_Pc/9_PEM/event_costume/PEM_10_treedummer_0004_e.pac</File>
<File>1_Pc/4_PGM/event_costume/PGM_10_treedummer_0004_e.pac</File>
<File>1_Pc/4_PGM/event_costume/PGM_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/5_PBW/event_costume/PBW_10_treedummer_0004_e.pac</File>
<File>1_Pc/6_PKM/event_costume/PKM_10_treedummer_0004_e.pac</File>
<File>1_Pc/7_PVW/event_costume/PVW_10_treedummer_0004_e.pac</File>
<File>1_Pc/8_PWM/event_costume/PWM_10_treedummer_0004_e.pac</File>
<File>1_Pc/8_PWW/event_costume/PWW_10_treedummer_0004_e.pac</File>
<File>1_Pc/13_PNM/event_costume/PNM_10_treedummer_0004_e.pac</File>
<File>1_Pc/13_PNW/event_costume/PNW_10_treedummer_0004_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/16_PCM/event_costume/PCM_10_treedummer_0004_e.pac</File>
<File>1_Pc/16_PCW/event_costume/PCW_10_treedummer_0004_e.pac</File>
<File>1_Pc/22_PKWW/event_costume/PKWW_10_treedummer_0004_e.pac</File>
<File>1_Pc/14_PLW/event_costume/PLW_10_treedummer_0004_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/11_PGW/event_costume/PGW_10_treedummer_0004_e.pac</File>
<File>1_Pc/18_PAM/event_costume/PAM_10_treedummer_0004_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_mul_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_10_treedummer_0004_mul_na_e.pac</File>
<File>1_Pc/9_PPM/event_costume/PPM_10_treedummer_0004_e.pac</File>

<File>1_Pc/2_PHW/event_costume/PHW_00_manufacture_0006_e.pac</File>
<File>1_Pc/3_PEW/event_costume/PEW_00_manufacture_0006_e.pac</File>
<File>1_Pc/5_PBW/event_costume/PBW_00_manufacture_0006_e.pac</File>
<File>1_Pc/7_PVW/event_costume/PVW_00_manufacture_0006_e.pac</File>
<File>1_Pc/8_PWW/event_costume/PWW_00_manufacture_0006_e.pac</File>
<File>1_Pc/13_PNW/event_costume/PNW_00_manufacture_0006_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/15_PDW/event_costume/PDW_00_manufacture_0006_mul_na_e.pac</File>
<File>1_Pc/16_PCW/event_costume/PCW_00_manufacture_0006_e.pac</File>
<File>1_Pc/22_PKWW/event_costume/PKWW_00_manufacture_0006_e.pac</File>
<File>1_Pc/14_PLW/event_costume/PLW_00_manufacture_0006_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/17_PSW/event_costume/PSW_00_manufacture_0006_mul_na_e.pac</File>
<File>1_Pc/11_PGW/event_costume/PGW_00_manufacture_0006_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_mul_e.pac</File>
<File>1_Pc/21_PPW/event_costume/PPW_00_manufacture_0006_mul_na_e.pac</File>
</CutType>

If you don't add a note, the body will be cut.
If you add it, the body will not be cut.


About parthidedesc.xml

This is to release troubles about costumes and weapons, costumes and underwear.
Trouble is, you guessed it, clipping.
This xml has nothing to do with nude bodies.

I use this file for underwear display.
I use this file for underwear display because it shows pubic hair.
The pubic hair is because I am replacing the starter underwear.
You know that if you equip a certain outfit, the underwear will not be displayed.
This is so that you can wear that particular outfit and still have your pubic hair show up.
As you can see in the screenshot below.
kN7Tg3M.jpg


That's all.
Do you understand?
If you still don't understand, please ask a specific master.:cool:
I think that if I understand, I should add one by one the parts that I want not to be affected. What cannot be added is a single line that works for all boots in general?
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Hello.
Can anyone create me correct /files_to_patch folder with files i have and create partcutdesc? I'm too stupid to do it myself.
ME XD... but I got you, once I finish it I can give you my PAZ folder. IF that's ok with suzu ( 鈴 suzu ( 鈴 because I do have some of her edits in there. Suzu, may I have your permission to share it? If needed I can cut all of your edits out or trim it down to little as possible
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
ME XD... but I got you, once I finish it I can give you my PAZ folder. IF that's ok with suzu ( 鈴 suzu ( 鈴 because I do have some of her edits in there. Suzu, may I have your permission to share it? If needed I can cut all of your edits out or trim it down to little as possible
I'll allow you to do that.
 

Dj.Xtremo

Casual Client
Joined
Jun 23, 2019
Add the lines of the parts that I don't want the body to stick out but it still doesn't work

2021-04-18_3122786.PNG 2021-04-18_3136267.PNG

I want to confirm to see if I understand I should add the lines for example in "FootMod" if they are the boots, right? and I suppose I must have the .pac files or is it not necessary?
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
Add the lines of the parts that I don't want the body to stick out but it still doesn't work

View attachment 119895View attachment 119896

I want to confirm to see if I understand I should add the lines for example in "FootMod" if they are the boots, right? and I suppose I must have the .pac files or is it not necessary?
You don't understand what I'm saying.
If you want to prevent clipping, don't add it.
Restore the default Path command.
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Hi I have a question. Is this nude patch not allowed in KR Server?
Took me a bit to compose this but here you go! :D

Official Servers
BDO NA/EU - WORKING/WORKING
BDO JP - BLOCKED
BDO SA - WORKING
BDO KR - BLOCKED
BDO TW - BLOCKED
BDO RU - BLOCKED
BDO SEA - BLOCKED
BDO MENA - BLOCKED

Private Servers
NEMESIS DESERT- BLOCKED
MELISSA GAMES - WORKING
BDOEVOLUTION - WORKING
GAMEZBD - BLOCKED
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Hello.
Can anyone create me correct /files_to_patch folder with files i have and create partcutdesc? I'm too stupid to do it myself.
I made I simplified version of my PAZ, since idk what peoples tastes are and may not want LITERALLY everything XD.
This is simply:
  1. Nude models up to Sage - All work of Suzu for this verision​
  2. NPC's edited - Suzu's work​
  3. Fairy - Suzu's​
  4. Sexy outfits - Suzu's​
  5. A few edit's of smaller things - My work​
  6. BDOToolkit, Restore N' Patch, PACTool, and Meta Injector 1.41 - UndercoverPerverts' work​
  7. Resorepless, Paz Browser, 3D converter, and File Extractor - BlackFireBR's work​
  8. Maybe some misc. edits from BDO NSFW Discord - Join the BDO NSFW Discord Server!
Use wisely lol, if you need help with it I guide for beginners, BDO Modding For Beginners
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
Hashashin with a sex change
I changed Hashashin to a woman because I couldn't test it with Sage.
I'm not going to upload it anyway, so I just made it rough.
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
Hashashin with a sex change
I changed Hashashin to a woman because I couldn't test it with Sage.
I'm not going to upload it anyway, so I just made it rough.

Why... why do you tease me like this?! D: lol
This looks soooooo good and I want it so bad xD. Is there a personal reason on why you don’t want to upload it? Or is it that it will be caught if used? Either way I will respect your choice but I’m so envious lol
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
Why... why do you tease me like this?! D: lol
This looks soooooo good and I want it so bad xD. Is there a personal reason on why you don’t want to upload it? Or is it that it will be caught if used? Either way I will respect your choice but I’m so envious lol
I'm trying to inspire you to create by inspiring you.
Well, I'm sure I've whetted your appetite for more.lol
Now only one server is officially available.
And it's nonsense for me to get involved.
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
I'm trying to inspire you to create by inspiring you.
Well, I'm sure I've whetted your appetite for more.lol
Now only one server is officially available.
And it's nonsense for me to get involved.
Lol you definitely are inspiring me! I just really need to figure out how to: 1. Use blender more efficiently and learn its controls. 2. How to rig the textures to the correct parts of the bones and body. 3. How to make my one models from scratch like you do, aka be artistic lol.

I just recently taught myself how to add the games bones for npc/mon to the PACTool, and how to get around the files that use multiple meshes. I also made my first full .pac armor set edit, it’s for shai and it’s her Tantu armor. :D I would gladly share but I am simultaneously proud and ashamed of it T.T

What do you mean it’s don’t to one server now??? I just did a test and it works on NA/EU, SA, BDOEvolution, and Melissa.


Official Servers
BDO NA/EU - WORKING/WORKING
BDO JP - BLOCKED
BDO SA - WORKING
BDO KR - BLOCKED
BDO TW - BLOCKED
BDO RU - BLOCKED
BDO SEA - BLOCKED
BDO MENA - BLOCKED

Private Servers
NEMESIS DESERT- BLOCKED
MELISSA GAMES - WORKING
BDOEVOLUTION - WORKING
GAMEZBD - BLOCKED
 

AN69

New Owner
Staff
Admin
Forums Moderator
Discord Moderator
RM Moderator
Modder
Joined
Feb 9, 2021
I'm trying to inspire you to create by inspiring you.
Well, I'm sure I've whetted your appetite for more.lol
Now only one server is officially available.
And it's nonsense for me to get involved.
WAIT! I THINK I JUST REALIZED HOW YOU DID THE GENDERSWAP! :D I know what I am going to test tomorrow :3
 

suzu ( 鈴

Content Creator
3D Artist
Modder
Joined
Mar 27, 2016
WAIT! I THINK I JUST REALIZED HOW YOU DID THE GENDERSWAP! :D I know what I am going to test tomorrow :3
I have data from the early days of Black Desert.
If I add my own modifications, it will be 25Gbytes.
I have access to everything.
I also have stuff that has already been deleted from the client.
For the gender body, I used the pkw body and added pussy and nipples.
It has some UV issues that need to be edited out, though.
This pkw nude body is not in the client.
It's only on my hard drive.
The head is still there.
It's wise to stock up often.
Whoever has the most material wins.
Don't forget to use an offset folder to match the body and head.
Just matching the skinning will not match.
You also need to be knowledgeable about game engines.
I was learning Unreal Engine.
Whatever you do, learn 3d polygon plus alpha.
 

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.