AMGarkin / UnPAZ

Command line tool for unpacking Black Desert Online PAZ archives
MIT License
23 stars 14 forks source link

Invalid Compressed Size #1

Open legendarynacar opened 1 year ago

legendarynacar commented 1 year ago

Hi, Edit: Here is the command that generates the error: C:\Users\legendary\Desktop\bdo\UnPAZ_v1.2\UnPAZ\bin\x64\UnPAZ.exe C:\Pearlabyss\BlackDesert\Paz\pad00000.meta -y -o C:\Users\legendary\Desktop\bdo-data\extracted I am getting this error:

> character/motion/1_pc/2_phw/phw_06_01_att_skill_casting_flame_ing_00.paa (size: 430832)
> effectbin/fp_pem_aro_chainattjump_hit_01a_super.pae (size: 96629)
> ui_data/ui_html/xml/en/9991.xml (size: 2101)
> character/motion/2_mon/m0464_seamonsterbaby/m0464_00_00_00_add_dam_04.paa (size: 4788)
> object/08_drigan/drigan_furry_village/obj/drigan_obj_furry_table_02.pcm (size: 480)
> ui_texture/icon/new_icon/09_cash/02_housing/inhouse_cash_event_flag_08.dds (size: 8592)
> object/texture/terrain_cliff_20_sp.dds (size: 43832)
> mapdata_real/spawnplacement/1/3_0_4_npc.xml (size: 2765)
> mapdata_real/sectormapinfo_combine/-74_44_-3.combine (size: 68808)
ERROR: Invalid compressed size.
ERROR:  (code: -4).

How can it be solved?

legendarynacar commented 1 year ago

I noticed that when I give each paz file, it wont generate the error. So I wrote a for loop:

for /f %f in ('dir /b C:\Pearlabyss\BlackDesert\Paz\') do C:\Users\legendary\Desktop\bdo\UnPAZ_v1.2\UnPAZ\bin\x64\UnPAZ.exe C:\Pearlabyss\BlackDesert\Paz\\%f -y -o C:\Users\legendary\Desktop\bdo-data\extracted

But still, when I give meta file, it will stop and gives that error.

Digi-Ralph commented 1 year ago

it's probably outdated