eyenight
Content Creator
- Joined
- Apr 27, 2012
Of course it's KR version. This game is from Korea, so they have the most updates.Anyone knows which version of the game has more costumes?
Of course it's KR version. This game is from Korea, so they have the most updates.Anyone knows which version of the game has more costumes?
Just making sure. I don't know, I was wondering if they had released a costume only for the JP or RU version but not for KROf course it's KR version. This game is from Korea, so they have the most updates.
Maybe it's only for Shiranui costume, I don't really know about exclusive costume like that. But from what I see KR will get first update including costumes, but we get the models too, it's just not released yet. I had KR account before, but I forgot what was the email and password, and I'm not sure if it's still working. If I remember it maybe I will give it to someone who can help with stuff like this.Just making sure. I don't know, I was wondering if they had released a costume only for the JP or RU version but not for KR
Our NA version doesn't have any Plum models, anywhere. That's why I am afraid that one version might have some armor that other doesn't.Maybe it's only for Shiranui costume, I don't really know about exclusive costume like that. But from what I see KR will get first update including costumes, but we get the models too, it's just not released yet. I had KR account before, but I forgot what was the email and password, and I'm not sure if it's still working. If I remember it maybe I will give it to someone who can help with stuff like this.
Maybe because they haven't released the class yet.Our NA version doesn't have any Plum models, anywhere. That's why I am afraid that one version might have some armor that other doesn't.
And at this website: costume sets – BDO Fashion I saw a lot of costumes that I've never seen before, and I've been through all the NA model files already.
Anyway, I'm downloading the KR version, to see what it has to offer.
This is what I get when I use the lines you posted previously:This is my old screenshot, it should look like this when damaged. Maybe your armor isn't damaged enough?
It's@BlackFireBR
Do you know the .PAC (Example : PHW_02_UB_0001.PAC) for the fishing cloth (silver something)?
Ah, maybe the damaged models are different for each class. Some costumes, like Noel, has different damaged models for each class.This is what I get when I use the lines you posted previously:
Correct me if I'm wrong, but I don't think grunil has helmet model for valkyrie. To use that helmet try this:guys what i need to do to change the helmet of sorcer for other helmets? im using grunil helmet and i want to change to aker guard helmet (the set code is 00 0052, i already changed all parts of this set but only helmet left) ill put the code that im using in spoiler<Conditional Code="U">
<Model Index="-">1_PC/2_PHW/Armor/13_Hel/PHW_03_Hel_0002_F.pac</Model>
<Model Index="U">1_PC/2_PHW/Armor/13_Hel/PHW_00_Hel_0052_F.pac</Model>
</Conditional>
i already tried without _F in both lines and didnt work
code from: Black Desert Online - All Costumes for Valkyrie, Sorceress, Ranger and Witch | Undertow
(one question, i can change the horse gear?)
Yes, the Wings model is located in:Is there a way to make just the Angel Wings of the Angel Costume visible? could need a helping hand there. =)
<Upperbody MeshFileName="1_Pc/2_PHW/Armor/9_Upperbody/PHW_02_UB_0003.pac">
<Lowerbody MeshFileName="1_Pc/2_PHW/Armor/10_Lowerbody/PHW_02_LB_0003.pac"/>
<Shoulder MeshFileName="1_Pc/2_PHW/Armor/14_Sho/PHW_02_Sho_0003.pac"/>
</Upperbody>
<Upperbody MeshFileName="1_Pc/2_PHW/Armor/9_Upperbody/PHW_02_UB_0003.pac">
<Lowerbody MeshFileName="1_Pc/2_PHW/Armor/10_Lowerbody/PHW_02_LB_0003.pac"/>
<Shoulder MeshFileName="1_PC/2_PHW/ARMOR/14_SHO/PHW_00_SHO_0034.PAC"/>
</Upperbody>
i have done it and work, lolYes, the Wings model is located in:
1_PC/n_yourclassprefix/ARMOR/14_SHO/yourclassprefix_00_SHO_0034.PAC
But how do you add that to your code, you would ask. Well, first find out which armor you want to have the wings.
Let's say I want the wings for the Agerian Armor for Sorceress.
Open your partcombinationdesc.xml (not the multiplemodeldesc), and press ctrl+f to locate the name of your armor, in this case, we are looking for PHW_02_UB_0003 (Agerian Armor).
We found these lines:
Code:<Upperbody MeshFileName="1_Pc/2_PHW/Armor/9_Upperbody/PHW_02_UB_0003.pac"> <Lowerbody MeshFileName="1_Pc/2_PHW/Armor/10_Lowerbody/PHW_02_LB_0003.pac"/> <Shoulder MeshFileName="1_Pc/2_PHW/Armor/14_Sho/PHW_02_Sho_0003.pac"/> </Upperbody>
Now, luckily, this armor already have a Shoulder Mesh Part, but if it didn't, just add it anyway.
Now replace what's inside the <Shoulder MeshFileName=""/> with the path for the Wings (1_PC/2_PHW/ARMOR/14_SHO/PHW_00_SHO_0034.PAC)
The end result should be something like this:
Code:<Upperbody MeshFileName="1_Pc/2_PHW/Armor/9_Upperbody/PHW_02_UB_0003.pac"> <Lowerbody MeshFileName="1_Pc/2_PHW/Armor/10_Lowerbody/PHW_02_LB_0003.pac"/> <Shoulder MeshFileName="1_PC/2_PHW/ARMOR/14_SHO/PHW_00_SHO_0034.PAC"/> </Upperbody>
Now every time you equip your Agerian Armor, it should have wings.
Le me know if you have trouble doing that.
How did you do that? I can't find the texture for the wings.nvm guys, i have colored it now, i just but a lot of files of this costume in black color, totaly black and the wings are colored now
thx guys for all help