Black Desert Armor Underwear Boots and Gloves Remover- No longer functioning-thread locked (1 Viewer)

Status
Not open for further replies.

Meanbastard

Vivacious Visitor
Joined
May 7, 2012
How do I fix this?
 

Attachments

  • 2016-04-03_4645319.JPG
    2016-04-03_4645319.JPG
    123.9 KB · Views: 472
  • 2016-04-03_5019565.JPG
    2016-04-03_5019565.JPG
    115.5 KB · Views: 553

Meanbastard

Vivacious Visitor
Joined
May 7, 2012
Thanks elmirtatarin!!!!! but now I have this issue...:(
Or is the clipping normal for this stage of modding?
 

Attachments

  • 2016-04-03_6215511.JPG
    2016-04-03_6215511.JPG
    180.4 KB · Views: 372
Last edited:

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Thanks elmirtatarin!!!!! but now I have this issue...:(
Or is the clipping normal for this stage of modding?
Are you deleting the partcutdesc.xml file?

I have the same problem when I delete it. My solution is to use the Damaged Models Swaper to use the damaged models instead of the normal ones, in that way you don't get clipping, but you might have to rename the texture of the normal model, to the damaged one.

Just a question: what do you want to do exactly?
 

Renal

Potential Patron
Joined
Apr 5, 2016
I've got a weird one for you

When I use the Remove Underwear Only file, it works great... except damaged armors are only adding a dirt texture (I was using the slider in the pearl shop) and never switching to the damaged model like they should. I went and added the conq armor to my multiplemodeldesc like so:

Code:
<Conditional Code="D">

    <Model Index="-">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007.pac</Model>
    <Model Index="D">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007_dm.pac</Model>
</Conditional>

That causes that specific armor to work as it should (damage model displays when durability is low).

So it looks like all the armors need to have their damage model assigned, even though they aren't being overwritten. Something with the patcher is breaking how the normal damage models work unless they are explicitly defined.
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
I've got a weird one for you

When I use the Remove Underwear Only file, it works great... except damaged armors are only adding a dirt texture (I was using the slider in the pearl shop) and never switching to the damaged model like they should. I went and added the conq armor to my multiplemodeldesc like so:

Code:
<Conditional Code="D">

    <Model Index="-">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007.pac</Model>
    <Model Index="D">1_PC/7_PVW/Armor/9_Upperbody/PVW_00_UB_0007_dm.pac</Model>
</Conditional>

That causes that specific armor to work as it should (damage model displays when durability is low).

So it looks like all the armors need to have their damage model assigned, even though they aren't being overwritten. Something with the patcher is breaking how the normal damage models work unless they are explicitly defined.
You are right, I haven't though of that. So that's the reason why the game has a default multiplemodeldesc.xml defining all the damaged models, because normally they are not defined.

I'm going to have to release an update soon for this. Thanks for pointing that out for me.
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Okay guys, critical update for this mod:
Thanks to the user Renal I discovered that all the lines from the original multiplemodeldesc.xml are necessary, and not having them may result in a lot of models not showing correctly.
I basically redid everything from scratch to make sure everything that is necessary is there. Here is the change log.

v1.5
. Damaged Models are now showing correctly for the "remove underwear only" version, and for the "remove gloves and boots" version.
. Panties from Valkyrie skirts are now removed in all versions.

. Added all the lines from the original multiplemodeldesc.xml
. Translated all the comments from the original multiplemodeldesc.xml to English.

Download link on the first page.
 
Last edited:

moteboat

Potential Patron
Joined
Mar 13, 2016
You are amazing. Removing the shorts/underwear from the valkyrie skirts was exactly what I was looking for. Any chance you could do the same for ranger?
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
You are amazing. Removing the shorts/underwear from the valkyrie skirts was exactly what I was looking for. Any chance you could do the same for ranger?
Done.
v1.5.1
. Panties from Range skirts are now removed in all versions.

Download link on the first page.

I only removed the models that doesn't come with the stockings together because people might want that. If you want me to remove those as well just ask and I'll send your the code.
 
Last edited:

moteboat

Potential Patron
Joined
Mar 13, 2016
Removal from all of the skirts would be great. I really like the somewhat subtle approach of simply not having any panties on. Not a fan of full on nudity.

You and the others working on this stuff are very appreciated. Thank you!

edit: So is this text added into the file in addition to everything that is already there? I may need to learn how to do this myself, it would be nice to be able to change things exactly to my liking without having to make someone else do all the work. (tamer armors, tamer dress from the shop, potentially future class armors)
 
Last edited:

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Removal from all of the skirts would be great. I really like the somewhat subtle approach of simply not having any panties on. Not a fan of full on nudity.

You and the others working on this stuff are very appreciated. Thank you!

edit: So is this text added into the file in addition to everything that is already there? I may need to learn how to do this myself, it would be nice to be able to change things exactly to my liking without having to make someone else do all the work. (tamer armors, tamer dress from the shop, potentially future class armors)
Here, this code removes all the panties from all the Ranger Skirts:
Code:
<!--Removes Default Underwear -->  
<Conditional Code="IU">
    <Model Index="--">1_PC/3_PEW/ARMOR/38_UNDERWEAR/PEW_00_UW_0001.PAC</Model>
    <Model Index="I-">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
    <Model Index="-U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
    <Model Index="IU">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<!-------------- Removes Panties Under All Ranger Skirts------->
<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0001.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0002.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0004.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0006.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0007.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0001.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0003.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_03_LB_0002.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0001.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0007_01.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0001.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0003.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_10_LB_0006.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_01_LB_0001.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_02_LB_0003.PAC</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

Just paste it at the beginning of your multiplemodeldesc.xml file and you should be good to go.

Tell me about your requests for tamer and stuff, your request was actually pretty useful for my releases.
 
Last edited:

moteboat

Potential Patron
Joined
Mar 13, 2016
Awesome, thanks!

The tamer stuff I would want would be the same work done with valk/ranger, removal of the underwear/shorts that they wear under most of their skirt-like armors. Also, assuming this works on shop costumes, removing the underwear from the frilly dress exclusive to tamers.
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Awesome, thanks!

The tamer stuff I would want would be the same work done with valk/ranger, removal of the underwear/shorts that they wear under most of their skirt-like armors. Also, assuming this works on shop costumes, removing the underwear from the frilly dress exclusive to tamers.
For Tamer:
Code:
<!-- Tamer -->

<!-- Removes Default Underwear -->
<Conditional Code="IU">
    <Model Index="--">1_PC/5_PBW/ARMOR/38_UNDERWEAR/PBW_00_UW_0001.PAC</Model>
    <Model Index="I-">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
    <Model Index="-U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
    <Model Index="IU">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0002.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0003.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0004.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0005.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_02_LB_0006.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_03_LB_0002.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0007.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0015.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0016.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_00_LB_0017.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0001.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0003.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_10_LB_0006.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>





<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/PBW_03_LB_0001.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

<Conditional Code="U">
    <Model Index="-">1_PC/5_PBW/ARMOR/10_LOWERBODY/pbw_hw_lb_0030.PAC</Model>
     <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>

You were right, tamer has a lot of those "unnecessary" stuff xD
 
Last edited:

BlackFireBR

Content Creator
Joined
Sep 2, 2013
You have made my night :)
Haha, you're welcome. I jut update the entire mod as well with those changes (Except the ones I told you that removes stockings and stuff) but you got the full version.

If I forgot one, please let me know.
I already know that this one didn't work, even though I explicitly put the code to remove it:
2016-04-06_12163085.jpg


Tamer has some weird sh*t going on for her, right? Look what I found for her:
Untitled-2.jpg


I have no idea how the full costume looks like, but I'm afraid xD

If you wanna learn how to edit this stuff, read my other topic if you haven't already:
How to Swap or Remove Armors and Underwear
 

moteboat

Potential Patron
Joined
Mar 13, 2016
Wow, looks like a great write-up. I'll read up tomorrow and see if I can understand it all! :)
 

BlackFireBR

Content Creator
Joined
Sep 2, 2013
Wow, looks like a great write-up. I'll read up tomorrow and see if I can understand it all! :)
Make sure you have the code for removing the Default Underwear though. I kinda forgot to put when I posted the code, but now edited and I put, check that out.
 

Shinmauru

Avid Affiliate
Joined
Mar 6, 2011
Hello!
I seem to be doing this wrong... sorry about this.
What did I do wrong? Did I put the file in the wrong spot? I put it in /character, as you said, and used Female-RemoveUndies&StarterClothes.bat. Which one should I use?

my current look:

q998RQR.png


1EfKrwT.png

Any suggestions welcome!
 
Status
Not open for further replies.

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.