Black Desert Online- Armor/Outfits File Names. Please don't ask about armor swapping in this thread. (1 Viewer)

PinkNyao

Content Creator
Joined
Mar 22, 2016
Hey guys. Specifically to Blackfire and PrincessNicky and Cerophino and the remainder of all of you mod creators or distributors: thank you very much for all of your hard work! These mods really do make the game more enjoyable. :3

Here, have some gifts :3
2016-06-09_411962704.PNG
2016-06-09_411987200.PNG
2016-06-09_412050754.PNG
2016-06-09_412242889.PNG
2016-06-09_412473407.PNG
2016-06-09_412450527.PNG
2016-06-09_412524098.PNG
2016-06-09_412596824.PNG
2016-06-09_412748209.PNG
 
S

skaidi

Hi!
I just want to swap my Wizards Agerian armor to Congueror.

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_02_UB_0003.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>

its not Working. Is it just last patch or what? Worked b4 on my warr 2weeks ago...
 

alcaster4242

Swell Supporter
Joined
Mar 12, 2016
Hi!
I just want to swap my Wizards Agerian armor to Congueror.

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_02_UB_0003.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>

its not Working. Is it just last patch or what? Worked b4 on my warr 2weeks ago...
The code you put in the game:
<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_02_UB_0003.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>

Green text are tags, to tell the game what you want to do.
Blue text are declaring what outfit you want to work on.
Pink text is telling the game what state the outfit you want.
Yellow text is for wizard.
Cyan text is for witch; as you can see does not exist in this statement.

This is what you told the game to do base on the color code text above.
On Agerian armor for Wizard, when I have armor on, show me with Conqueror as Wizard armor. When my Agerian armor is damage, I don't know what to do (probably defaults undamaged or disappears).

----------------------------------------------------------------------
What you need to change to:
<Conditional Code="UD">
<Model Index="--">1_PC/8_PWW/Armor/9_Upperbody/PWW_03_UB_0002.pac</Model>
<Model Index="U-">1_PC/8_PWW/Armor/9_Upperbody/PWW_00_UB_0007.pac</Model>
<Model Index="-D">1_PC/8_PWW/Armor/9_Upperbody/PWW_00_UB_0007_dm.pac</Model>
<Model Index="UD">1_PC/8_PWW/Armor/9_Upperbody/PWW_00_UB_0007.pac</Model>
</Conditional>
 

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
Actually, just ignore everything alcaster wrote.
You switched 2 and 3 in the first line. It should have been:

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_03_UB_0002.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>

and it should be working perfectly fine.
 

Ahura

Potential Patron
Joined
Jun 11, 2016
Hello need help

  • I play on EU.
  • I do not own any costumes or underwear at all.
  • I downloaded the file and followed the instruction in the zip file
  • Inside the multiplemodeldesc I changed the code
<!-- Ranger -->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
<Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
</Conditional>



i replaced the portion of the code with PEW_00_UB_0001.PAC and that is the costume which was posted on the 1st page of this thread. https://www.undertow.club/attachments/00_0001_pew-jpg.50178/

But when i log on to the game; nothing has been changed at all. multiple re-logs and also other costume codes do not work either.

What am i doing wrong?
 
Last edited:

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
Hello need help

  • I play on EU.
  • I do not own any costumes or underwear at all.
  • I downloaded the file and followed the instruction in the zip file
  • Inside the multiplemodeldesc I changed the code
<!-- Ranger -->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
<Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
</Conditional>



i replaced the portion of the code with PEW_00_UB_0001.PAC and that is the costume which was posted on the 1st page of this thread. https://www.undertow.club/attachments/00_0001_pew-jpg.50178/

But when i log on to the game; nothing has been changed at all. multiple re-logs and also other costume codes do not work either.

What am i doing wrong?
Are you playing Ranger?
Did you insert the code for the armor you are wearing right now?
 

PinkNyao

Content Creator
Joined
Mar 22, 2016
Hello need help

  • I play on EU.
  • I do not own any costumes or underwear at all.
  • I downloaded the file and followed the instruction in the zip file
  • Inside the multiplemodeldesc I changed the code
<!-- Ranger -->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
<Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
</Conditional>



i replaced the portion of the code with PEW_00_UB_0001.PAC and that is the costume which was posted on the 1st page of this thread. https://www.undertow.club/attachments/00_0001_pew-jpg.50178/

But when i log on to the game; nothing has been changed at all. multiple re-logs and also other costume codes do not work either.

What am i doing wrong?

Did you run the .bat? Also what DarkMatter88 said. Right now, it looks like there is no change according to the code. You have the same model file inserted in both the find and replace tags.
 

alcaster4242

Swell Supporter
Joined
Mar 12, 2016
Actually, just ignore everything alcaster wrote.
You switched 2 and 3 in the first line. It should have been:

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_03_UB_0002.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>

and it should be working perfectly fine.
oh, I misread. I thought he wanted it on his witch.

<Conditional Code="UD">
<Model Index="--">1_PC/8_PWM/Armor/9_Upperbody/PWM_03_UB_0002.pac</Model>
<Model Index="U-">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007.pac</Model>
<Model Index="-D">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007_dm.pac</Model>
<Model Index="UD">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007.pac</Model>
</Conditional>
 

Ahura

Potential Patron
Joined
Jun 11, 2016
PinkNyao PinkNyao and D DarkMatter88

Thank you for taking the time to reply.
  1. In the Paz folder there was one fille called bdmod.exe i right clicked went to properties, compability, and ticked run as admin. i use windows 10
  2. In the Paz folder there is mod-armor.bat i clicked and ran it normally and in the end you get screen similiar to cmd and it tells you to press any key to continue.
  3. in the Character folder, there is file called Multiplemodeldesc and since i play a ranger and have Grunil Armor i changed the code to
    • <!-- Ranger -->
      <Conditional Code="U">
      <Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_02_UB_0005.PAC-</Model>
      <Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
      </Conditional>

    • PEW_02_UB_0005.PAC is the code for Grunil Armor for ranger
    • PEW_00_UB_0001.PAC is the code for the armor that i want to use
  4. The Above process did not change anything. i still look like i am wearing Grunil when i log in to the game.
  5. Next i changed the partcombinationdesc file to include
    • <Upperbody MeshFileName="1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC">
      <Lowerbody MeshFileName="1_PC/3_PEW/ARMOR/10_LOWERBODY/PEW_00_LB_0001.PAC"/>
      <Hand MeshFileName="1_PC/3_PEW/ARMOR/11_HAND/PEW_00_HAND_0001.PAC"/>
      <Foot MeshFileName="1_PC/3_PEW/ARMOR/12_FOOT/PEW_00_FOOT_0001.PAC"/>
      <Shoulder MeshFileName="1_PC/3_PEW/ARMOR/14_SHO/PEW_00_SHO_0001.PAC"/>
      <Helm MeshFileName="1_PC/3_PEW/ARMOR/13_HEL/PEW_00_HEL_0001_F.PAC"/>
      <Cloak MeshFileName="1_PC/3_PEW/ARMORr/19_CLOAK/PEW_00_CLOAK_0001_C.PAC"/>
      </Upperbody>

Again nothing changed on my screen, i still look like a Female Ranger wearing normal Grunil armor. This is the armor that i want my Grunil to look like https://www.undertow.club/attachments/00_0001_pew-jpg.50178/
 
Last edited:

Alessa

Potential Patron
Joined
Apr 8, 2016
startup file bdmod.exe using no matter what method (MetaInjector-v1.2 for example) an error and nothing happens. Error constant regardless of anything.

[Window Title]
bdmod.exe

[Main Instruction]
"Bdmod.exe" program has stopped working

[Content]
A problem caused the program to stop working. Close this program.

[Close program]
 

PinkNyao

Content Creator
Joined
Mar 22, 2016
Ahura:

Remove that minus mark in your code, that may be the problem. Here, look:

<!-- Ranger -->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_02_UB_0005.PAC-</Model>
<Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC-</Model>
</Conditional>

It should look like this:

<!-- Ranger -->
<Conditional Code="U">
<Model Index="-">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_02_UB_0005.PAC</Model>
<Model Index="U">1_PC/3_PEW/ARMOR/9_UPPERBODY/PEW_00_UB_0001.PAC</Model>
</Conditional>

Let us know if that works :3
 

PinkNyao

Content Creator
Joined
Mar 22, 2016
Ugh, sorry for double post :/

startup file bdmod.exe using no matter what method (MetaInjector-v1.2 for example) an error and nothing happens. Error constant regardless of anything.

[Window Title]
bdmod.exe

[Main Instruction]
"Bdmod.exe" program has stopped working

[Content]
A problem caused the program to stop working. Close this program.

[Close program]

Sounds like you don't have write permissions for the BDO folder. Do this:
1. Go to your programs and files and right-click on your Black Desert Folder and go to properties.
2 Go to the security tab and scroll down in the first list and select which user (should be whatever user you are on when playing Black Desert).
3. Once you select a user, click edit and ensure that write permissions is check marked, then hit ok, then hit apply.
4. Next, make sure bdmod.exe is started as admin. Right click on bdmod.exe and hit properties.
5. Go to compatibility and make sure "Run this program as administrator" is check marked. Hit apply then ok.
6. To see that it worked, you should have a tiny shield icon on the bdmod.exe icon.
7. Now run MetaInjector and it should work.
 

Ahura

Potential Patron
Joined
Jun 11, 2016
Remove that minus mark in your code, that may be the problem. Here, look:

It worked :D thanks

Now i need to find the underware code for ranger. the very basic one that all characters have. i want to remove it since it shows throw the armor and it dose not match. Do you know the code for that?
 

PinkNyao

Content Creator
Joined
Mar 22, 2016
It worked :D thanks

Now i need to find the underware code for ranger. the very basic one that all characters have. i want to remove it since it shows throw the armor and it dose not match. Do you know the code for that?

All codes are in the OP on the first page. Try there :3
 

Ahura

Potential Patron
Joined
Jun 11, 2016
i found it.

<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>

placed that in the multiplemodeldesc and it worked.
 

Alessa

Potential Patron
Joined
Apr 8, 2016
Ugh, sorry for double post :/
Sounds like you don't have write permissions for the BDO folder. Do this:
1. Go to your programs and files and right-click on your Black Desert Folder and go to properties.
2 Go to the security tab and scroll down in the first list and select which user (should be whatever user you are on when playing Black Desert).
3. Once you select a user, click edit and ensure that write permissions is check marked, then hit ok, then hit apply.
4. Next, make sure bdmod.exe is started as admin. Right click on bdmod.exe and hit properties.
5. Go to compatibility and make sure "Run this program as administrator" is check marked. Hit apply then ok.
6. To see that it worked, you should have a tiny shield icon on the bdmod.exe icon.
7. Now run MetaInjector and it should work.

Rights to a folder are complete.
Running is an administrator
The file does not blocked
The problem is still relevant. And judging by the posts in this thread is not just me.
Either on the ru-zone failed to block the work of the modifier)
 

DarkMatter88

Vivacious Visitor
Joined
Apr 1, 2016
oh, I misread. I thought he wanted it on his witch.

<Conditional Code="UD">
<Model Index="--">1_PC/8_PWM/Armor/9_Upperbody/PWM_03_UB_0002.pac</Model>
<Model Index="U-">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007.pac</Model>
<Model Index="-D">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007_dm.pac</Model>
<Model Index="UD">1_PC/8_PWM/Armor/9_Upperbody/PWM_00_UB_0007.pac</Model>
</Conditional>
Actually, I don't know how or why you think it's necessary to use a code with four lines... the game automatically uses the correct damaged model whenever you perform an armor swap. For instance, if you switch any Grunil Armor for the Pre Order Armor, it won't just randomly change back to normal just because your armor is damaged, no, it will stick to the change and will use the correct damaged visual. The code I provided is absolutely sufficient.

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_03_UB_0002.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>
 

PinkNyao

Content Creator
Joined
Mar 22, 2016
Rights to a folder are complete.
Running is an administrator
The file does not blocked
The problem is still relevant. And judging by the posts in this thread is not just me.
Either on the ru-zone failed to block the work of the modifier)

Hmmm.... that sucks. I guess I should have asked first if you were in NA/EU or RU servers. Either way, I recommend asking the OP about it. At this point, its kind of beyond my knowledge, sorry. D:
 

alcaster4242

Swell Supporter
Joined
Mar 12, 2016
Actually, I don't know how or why you think it's necessary to use a code with four lines... the game automatically uses the correct damaged model whenever you perform an armor swap. For instance, if you switch any Grunil Armor for the Pre Order Armor, it won't just randomly change back to normal just because your armor is damaged, no, it will stick to the change and will use the correct damaged visual. The code I provided is absolutely sufficient.

<Conditional Code="U">
<Model Index="-">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_03_UB_0002.PAC</Model>
<Model Index="U">1_PC/8_PWM/ARMOR/9_UPPERBODY/PWM_00_UB_0007.PAC</Model>
</Conditional>
I never checked if the game knew by default.
I went what BlackFireBR wrote on his and just filled where it applied.
 

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.