HOME | DD

ogami4 avatar

ogami4 — Black Desert Mod Tutorial [NSFW]


Black Desert Mod Tutorial
#blackdesert
Published: 2016-03-04 21:35:26 +0000 UTC; Views: 3452; Favourites: 7; Downloads: 0
Redirect to original
Description How to Make
1, Use quickbms script for black desert (DL: quickbms.aluigi.org) extract PAD00001.paz
2, Editor file multiplemodeldesc.xml

Hide Armor
e.g:
<Conditional Code="D">
    <Model Index="-">1_PC/1_PHM/Armor/9_Upperbody/PHM_01_UB_0002.pac</Model>
    <Model Index="D">1_PC/1_PHM/Armor/9_Upperbody/PHM_01_UB_0002_dm.pac</Model>
</Conditional>

to
<Conditional Code="U">
    <Model Index="-">1_PC/1_PHM/Armor/9_Upperbody/PHM_01_UB_0002.pac</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


Hide Underwear
e.g:
<Conditional Code="I">
    <Model Index="-">1_PC/1_PHM/Armor/38_Underwear/PHM_00_UW_0015.pac</Model>
    <Model Index="I">1_PC/1_PHM/Armor/38_Underwear/PHM_00_UW_0015_01.pac</Model>
</Conditional>

to
<Conditional Code="U">
    <Model Index="-">1_PC/1_PHM/Armor/38_Underwear/PHM_00_UW_0003.pac</Model>
    <Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>


PHM_00_UW_0003.pac file specifies that you are buying underwear.
-----------------------------------------------------------------------------------------------------------------------------------------------
How to Use
1, Delete game PAZ folder file PAD00001.paz, Remember to backup.
2, Copy extract & edit file to game root folder (BlackDesert_Launcher.exe folder).
3, Start game, if the pop-up error message box, copy the backup file to their original location, Enter the error message box And rapidly delete PAD00001.paz
Related content

Comments (8)