Mark Andrew
Potential Patron
- Joined
- Apr 8, 2016
Korean Version came out new costume
First off, thank you for this great mod.
I've been tweaking around with it for the last few days and I have to say, it's surprisingly fun exploring all the possibilities it brings.
But I've hit somewhat of a snag.
From what I can tell, only cash shop costumes have visible helms (excluding witches and wizards, of course) and thus, only they will show the helms I've changed using this mod.
Is there a way to add visible helmets to normal armors?
My partcombinationdesc.xml does this already, all Costume upperbody automatically load the full set, including the helmet, so even if the regular amror doesn't have a helmet, it still loads the helmetFirst off, thank you for this great mod.
I've been tweaking around with it for the last few days and I have to say, it's surprisingly fun exploring all the possibilities it brings.
But I've hit somewhat of a snag.
From what I can tell, only cash shop costumes have visible helms (excluding witches and wizards, of course) and thus, only they will show the helms I've changed using this mod.
Is there a way to add visible helmets to normal armors?
Thanks for posting that, I'm sure RU users will appreciate.Thanks guys! I understood how run MetaInjector on ru and its work!
Now i explain for ru people how to use it.
1. Download the self MetaInjector BlackFireBR thank for it!
2. Unpack the archive and copy the game folder (inside live)
3. Make a backup of the file is pad00000.meta it will replace MetaInjector.
4. Go to the PAZ \ Files folder and copy the files there (with folders) that we want to replace, for example, for me it customizationboneparamdesc_soc, multiplemodeldesc.
The look should be as follows:
5. Now, the fun, the very start of the game. Start the launcher, but do not press the "Start Game" Run MetaInjector-v1.2 once we press Enter, the last line must be "---- Update Meta File ----" not counting "To continue, press any key..." Without closing MetaInjector-v1.2 go to the launcher, and click to start the game. Once the window "Play Black Desert started ..." will disappear, go to MetaInjector-v1.2 and press Enter until the program is closed. 6. It should all work, every time you start, you need to copy pad00000.meta our backup in the folder, and repeat step paz "5" And that was not every time scanning of files when you restart the launcher. Return the client to normal and start the game up to the window with the start of the game, then close and you can restart the game launcher.
- If your game is re-downloading missing files everytime your try to launch the game, do the following:
. run mod-uninstall.bat
. Press "Play" in the launcher.
. In the mean time, before the game window actually open, run the mod-armor.bat
. Do this for every time you want to launch the game.
Had to create a new forum account for whatever reason..How did you do that again? What did you change in the partcutdesc.xml?
You're a genius, man.Thank you so much for sharing that. How did you find out about this anyway? I couldn't make sense at all from that partcutdesc.xml file.Had to create a new forum account for whatever reason..
Kinda proud since I could edit the xml file on my own even though I have no idea on modding lol.
So first time writing a tutorial or whatever so its kinda shit. English too.
Anyway, to make the lowerbody show for the tamer (or any other class):
In your Partcutdesc.xml you should find the following line
<Path>1_Pc/5_PBW/Armor/10_Lowerbody</Path> <-- (basically just search for this)
As long this line is active in this xml file, it will cut the lowerbody for all lowerbody armors. Basically all armors in this path are affected which are most, if not all I think.
This is of course made to fit smaller armors into bigger bodies so they dont poke trough.
If you remove this line the Lowerbody should show ingame for the tamer, or if you remove the other classes then it also effects them too. After that you either remove the texture for the underwear with resorep or swap it with some other lowerbody with multiplemodeldesc.xml for the tamer. Resorep should be easier though.
But some armors seem to be cut differently, some lowerbody parts could show less of the torso. Swapping with multiplemodeldesc.xml should solve that though. But most are fine I think.
Thats it, the lowerbody for tamer should show now. But Im not sure if something clipps because I removed the most pants/underwear anyway.
And for the sake of more knowledge you can also edit each armor with individual body parts:
If you remove tamers Upperbody (which is: <Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>) her upper body will always be shown, just like the lowerbody. However, you will see the body/breast clipping trough some of the armor, but not all.
Just for reference, I liked PrincessNicky's remake of this tamer: https://i.imgur.com/h6AV6m5.jpg and I wanted that too. But didnt want the other armors to clip.
I found out how you can cut armors individual in this xml file.
This is for tamer, so changes must be done according to the class you want to edit. Remove the following lines
<BasicCutType Name="PBW_Upperbody05">
<Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>
</BasicCutType>
AND replace like the following (just an example of mine)
<CutType Name="PBW_Upperbody05">
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0002.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0002.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0003.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0004.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0005.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0007.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0007_01.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0017.pac</File>
</CutType>
If you copy pasted my list you should have the upper body shown for the following armors: http://i.imgur.com/Ve6OhW4.jpg
The "black spots" are the ones added in the xml file and are still original ingame.
So I removed the <Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>
Also removed the BasicCutType parts because theres nothing else in there after removing the Path line.
Then you create your own list. You must add <CutType, <File>, their rest and the correct Name. If you use the wrong name or something else is wrong it doesnt shouldnt work.
Dont add .pac files/armors to the list where you want the body to be visible ingame. These will not be cut.
Only add the correct path and filenames to the .pac armors you want to have the body cut. Basically keeping them original.
You're a genius, man.Thank you so much for sharing that. How did you find out about this anyway? I couldn't make sense at all from that partcutdesc.xml file.
Nice find.Haha, no problem. I honestly dont know myself, I just stumbled upon it. Was simply checking what it exactly does and by time I somehow managed to find a connection with these things.
Hopefully I wrote everything correct and you or someone else can replicate it correctly
hers*Nice find.
Apparently PrincessNicki already has that in his files.
Thanks guys! I understood how run MetaInjector on ru and its work!
Now i explain for ru people how to use it.
I explain how to start MetaInjector on Russia.
1. Download the self MetaInjector MEGA BlackFireBR thank for it!
2. Unpack the archive and copy the game folder (inside live)
3. Make a backup of the file is pad00000.meta it will replace MetaInjector.
4. Go to the PAZ \ Files folder and copy the files there (with folders) that we want to replace, for example, for me it customizationboneparamdesc_soc, multiplemodeldesc.
The look should be as follows:
5. Now, the fun, the very start of the game.
Start the launcher, but do not press the "Start Game"
Run MetaInjector-v1.2 once we press Enter, the last line must be "---- Update Meta File ----" not counting "To continue, press any key..."
Without closing MetaInjector-v1.2 go to the launcher, and click to start the game.
Once the window "Play Black Desert started ..." will disappear, go to MetaInjector-v1.2 and press Enter until the program is closed.
6. It should all work during the next launch, we need to copy the backup to pad00000.meta paz folder and repeat step "5"
And even that was not every time scanning of files when you restart the launcher. Return the client to normal and start the game up to the window with the start of the game, then close and you can restart the game launcher.
Fixed. Thanks for poiting that out.These 2 sets are the other way around, 0054 is 0015 and 0015 is 0054 :^)
customizationboneparamdesc_soc need for edit body of character it not necessary. Yes all time when u reload launcher u need to replace meta file inside paz folder from backupHey man, I just tried this (though I don't know if I did it 100% correctly since I wasn't too sure what some of the translation meant) and I can't get it to work. I don't have a customizationboneparamdesc_soc file and I also don't have the gamecommondata folder. Do I need those? Can you please show me how your character folder looks like? Also, could you please clarify step number 6 for me? Is it that every time I start the game I have to replace the .meta file with the backup and then repeat step 5?
I'm struggling trying to make this work. Could you please tell me exactly what lines should I change/add to make the a lower part for Tamer don't show up?Had to create a new forum account for whatever reason..
Kinda proud since I could edit the xml file on my own even though I have no idea on modding lol.
So first time writing a tutorial or whatever so its kinda shit. English too.
Anyway, to make the lowerbody show for the tamer (or any other class):
In your Partcutdesc.xml you should find the following line
<Path>1_Pc/5_PBW/Armor/10_Lowerbody</Path> <-- (basically just search for this)
As long this line is active in this xml file, it will cut the lowerbody for all lowerbody armors. Basically all armors in this path are affected which are most, if not all I think.
This is of course made to fit smaller armors into bigger bodies so they dont poke trough.
If you remove this line the Lowerbody should show ingame for the tamer, or if you remove the other classes then it also effects them too. After that you either remove the texture for the underwear with resorep or swap it with some other lowerbody with multiplemodeldesc.xml for the tamer. Resorep should be easier though.
But some armors seem to be cut differently, some lowerbody parts could show less of the torso. Swapping with multiplemodeldesc.xml should solve that though. But most are fine I think.
Thats it, the lowerbody for tamer should show now. But Im not sure if something clipps because I removed the most pants/underwear anyway.
And for the sake of more knowledge you can also edit each armor with individual body parts:
If you remove tamers Upperbody (which is: <Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>) her upper body will always be shown, just like the lowerbody. However, you will see the body/breast clipping trough some of the armor, but not all.
Just for reference, I liked PrincessNicky's remake of this tamer: https://i.imgur.com/h6AV6m5.jpg and I wanted that too. But didnt want the other armors to clip.
I found out how you can cut armors individual in this xml file.
This is for tamer, so changes must be done according to the class you want to edit. Remove the following lines
<BasicCutType Name="PBW_Upperbody05">
<Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>
</BasicCutType>
AND replace like the following (just an example of mine)
<CutType Name="PBW_Upperbody05">
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0002.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0002.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0003.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0004.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_02_ub_0005.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0007.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0007_01.pac</File>
<File>1_Pc/5_PBW/Armor/9_Upperbody/pbw_00_ub_0017.pac</File>
</CutType>
If you copy pasted my list you should have the upper body shown for the following armors: http://i.imgur.com/Ve6OhW4.jpg
The "black spots" are the ones added in the xml file and are still original ingame.
So I removed the <Path>1_Pc/5_PBW/Armor/9_Upperbody</Path>
Also removed the BasicCutType parts because theres nothing else in there after removing the Path line.
Then you create your own list. You must add <CutType, <File>, their rest and the correct Name. If you use the wrong name or something else is wrong it doesnt shouldnt work.
Dont add .pac files/armors to the list where you want the body to be visible ingame. These will not be cut.
Only add the correct path and filenames to the .pac armors you want to have the body cut. Basically keeping them original.
I'm struggling trying to make this work. Could you please tell me exactly what lines should I change/add to make the a lower part for Tamer don't show up?
I'm kinda confused and nothing I'm doing is working.
Thanks guys! I understood how run MetaInjector on ru and its work!
Now i explain for ru people how to use it.
Объясняю как запустить MetaInjector на России.
1. Скачиваем сам MetaInjector MEGA спасибо BlackFireBR за него!
2. Распаковываем архив и копируем в папку с игрой (внутрь live)
3. Делаем бэкап файла pad00000.meta именно его будет заменять MetaInjector.
4. Заходим в папку PAZ\Files и копируем туда файлы(вместе с папками) которые хотим заменить, например для меня это customizationboneparamdesc_soc,multiplemodeldesc.
Выглядеть должно так:
5. Теперь самое интересное, сам запуск игры.
Запустите Лаунчер, но не нажимайте "Начать игру"
Запускаем MetaInjector-v1.2 один раз нажимаем Enter, последняя строка должна быть "---- Update Meta File ----" не считая "Для продолжения нажмите любую клавишу . . ."
Не закрывая MetaInjector-v1.2 переходим в лаунчер и нажимаем начать игру.
Как только окно "Игра Black Desert запускается..." пропадет, переходим в MetaInjector-v1.2 и нажимаем Enter до тех пор пока программа не закроется.
6. Это все, должно все работать, при каждом следующем запуске, нужно скопировать наш бэкап pad00000.meta в папку paz и повторить пункт "5"
И еще чтобы не было каждый раз проверки файлов при перезапуске лаунчера. Верните клиент в нормальное состояние и запустите игру до окна с началом игры, после чего закройте игру и можно перезапускать лаунчер.