[Black Desert Online][NSFW] Mouse's ST Mod (14 Viewers)

MouseA

Club Regular
Joined
Jan 24, 2017
Yeah many outfits here have alot of LOD issue actually. I just rolled with it for now tho cuz I dunno how to do anything like this myself.
View attachment 160771
I wonder when we may get this WIP mod? I am really looking forward to shai with Stockings :o
This stockings mod also has issues. I will fix it later.

Last December I started learning how to make mods with Blender.
I have a lot of questions and a lot of misconceptions about production methods.
I didn't notice some of my spelling mistakes until I started working on the Gloomy Fox mod.
Aside from a few new outfits, most of these mods were made before I started sharing them.
I misspelled “-replaceAllLods” as “-replaceAllLod”. 😢
That's why there are so many LOD issues.
I'll take my days off to work on these issues.


The body I use is similar to the one in the game, but for those who are making mods and want to replace all lods using dae_to_pac.
just add -replacealllods after .pab as in the example below

PACtool.exe -r plw_00_ub_0005_mesh02_lod0.dae plw_00_ub_0005.pac bones/plw_01.pab -replaceAllLods
PAUSE


This will replace the other lods with the same file as lod0 with just one click.

It's just a tip for those who are following the subject.
Yes! I only noticed my “-replaceAllLods” as “-replaceAllLod” misspelling two months ago.
 

MouseA

Club Regular
Joined
Jan 24, 2017
Upload and fix [Shai] Kibelius Divinus Outfit December 2 ,2024
I haven't tested it yet as I can't find other players wearing the Kibelius Divinus Outfit. :wat:
Btw, I added Kibelius' helmet.
2024-11-29_108888771.JPG
2024-11-29_108899236.JPG

2024-11-29_108965140.JPG
 
Last edited:

Taranae

Potential Patron
Joined
Dec 2, 2013
Just out of curiosity, how does one install these mods? Any help would be appreciated!
Loving your work by the way :)
 

Easecute

Club Regular
Joined
Jun 21, 2016
Just out of curiosity, how does one install these mods? Any help would be appreciated!
Loving your work by the way :)

 

Easecute

Club Regular
Joined
Jun 21, 2016
WIP_Succubus_0003.png


Shai Succubus now working in game

partcutdesc need to add comment to this lines below
<!--<File>1_pc/14_plw/armor/9_upperbody/plw_00_ub_0037.pac</File> -->
<!--<File>1_pc/14_plw/armor/10_lowerbody/plw_00_lb_0037.pac</File> -->
<!-- <File>1_pc/14_plw/armor/11_hand/plw_00_hand_0037.pac</File> -->
<!-- <File>1_pc/14_plw/armor/12_foot/plw_00_foot_0037.pac</File> -->

I'm still working on it.
 

Attachments


nongae

Potential Patron
Joined
Jun 25, 2019
화면 캡처 2024-12-16 011647.png



Recently, I applied the Marshmallow Myop outfit, but I'm encountering an issue where the upper body does not render properly, as shown in the attached image.

I'm currently using the nude mesh distributed here.

I have tried replacing the mesh, uninstalling all mods and reinstalling them, and even adding the following comment to the PartCutGen file, but the issue persists.


#_[Shai] Marshmallow Myop
plw_00_ub_0279*


Could you please provide some advice on how to resolve this problem?
 

Easecute

Club Regular
Joined
Jun 21, 2016
Recently, I applied the Marshmallow Myop outfit, but I'm encountering an issue where the upper body does not render properly, as shown in the attached image.

I'm currently using the nude mesh distributed here.

I have tried replacing the mesh, uninstalling all mods and reinstalling them, and even adding the following comment to the PartCutGen file, but the issue persists.


#_[Shai] Marshmallow Myop
plw_00_ub_0279*


Could you please provide some advice on how to resolve this problem?


<!-- Read below if you want to fix Holes

Lines that you "comment out" the body parts will appear. (will not be cut by the games engine.)
Lines that are not "commented out" the body parts will not appear. (will be cut by the games engine.)

In short:
Lines with comments the body parts will appear.
Lines without comments the body parts will hide.

-->
 
Last edited:

nongae

Potential Patron
Joined
Jun 25, 2019
<!-- Read below if you want to fix Holes

Lines that you "comment out" the body parts will appear. (will not be cut by the games engine.)
Lines that are not "commented out" the body parts will appear. (will be cut by the games engine.)

In short:
Lines with comments the body parts will appear.
Lines without comments the body parts will hide.

-->
thank you.
Let's give it a try.
 

Nymhorndynn

Swell Supporter
Joined
Apr 10, 2021
Recently, I applied the Marshmallow Myop outfit, but I'm encountering an issue where the upper body does not render properly, as shown in the attached image.

I'm currently using the nude mesh distributed here.

I have tried replacing the mesh, uninstalling all mods and reinstalling them, and even adding the following comment to the PartCutGen file, but the issue persists.


#_[Shai] Marshmallow Myop
plw_00_ub_0279*


Could you please provide some advice on how to resolve this problem?
the partcut doesnt always follow logic for some reason.
This is what I have for marshmallow Myop:
#Marshmallow Myop (missing body despite *b-->*)
plw_00_*_0279*

So apparently, ub is not cut with "ub" nor with "lb".
You can experiment to figure out what part controls that cut by adding _foot_, then _sho, etc. or do like me ane not cut anything :p with the " * "

Have fun in your modding adventures :)
 

HaliraMarch21

Potential Patron
Joined
Jan 5, 2025
I'm trying to figure out why I have a hole. I've ran the PartCutGen from this thread, but I can't figure out why it won't work. I also installed the Toolkit and also ran the Meta Injector after running PartCutGen. I've included my partcutdesc if anyone can help me.
 

Attachments

partcutdesc.rar
19 KB · Views: 12

Last edited:

MouseA

Club Regular
Joined
Jan 24, 2017
I'm trying to figure out why I have a hole. with Grandpa Cron's Assistant. I've ran the PartCutGen from this thread, but I can't figure out why it won't work. I also installed the Toolkit and also ran the Meta Injector after running PartCutGen. I've included my partcutdesc if anyone can help me.
Try this one, put it into paz folder.
Then run PartCutGen and Meta Injector.
 

Attachments

files_to_patch.7z
345 bytes · Views: 28

HaliraMarch21

Potential Patron
Joined
Jan 5, 2025
Alright, it seems I've managed to fix it by adding the file name for the nude pac to the exclusion list instead.
However, I seem to have a different problem. There appears to be some sort of white "pants" on any of the outfits I have mods for.

Also, the Bear Hug Underwear version of Ceniza Underwear has a missing torso for me.
 

Attachments

  • 1736063683569.png
    1736063683569.png
    470.7 KB · Views: 42

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.