@Shegorat , hi, I did repack of very latest Steam version (build 11919094, 2024-Jun-18)... I can repeat the problem
at about 30% on unpacking every time with v.24.06.30.rev.1, all other versions before were ok (but those I did not used on latest game build). Unfortunately due to game size I'm unable to "send test sample". I can post detail list of files that I include in my archive (I separate archives for language and patch files, unpacking on those works but produced archives are much smaller):
Код:
pakchunk0-WindowsNoEditor.pak
pakchunk1-WindowsNoEditor.pak
pakchunk4-WindowsNoEditor.pak
pakchunk5-WindowsNoEditor.pak
pakchunk6-WindowsNoEditor.pak
pakchunk7-WindowsNoEditor.pak
pakchunk8-WindowsNoEditor.pak
pakchunk9-WindowsNoEditor.pak
pakchunk1?-WindowsNoEditor.pak
pakchunk1?optional-WindowsNoEditor.pak
pakchunk2?-WindowsNoEditor.pak
pakchunk3?-WindowsNoEditor.pak
pakchunk4?-WindowsNoEditor.pak
pakchunk5?-WindowsNoEditor.pak
pakchunk6?-WindowsNoEditor.pak
pakchunk7?-WindowsNoEditor.pak
pakchunk80-WindowsNoEditor.pak
pakchunk81-WindowsNoEditor.pak
pakchunk82-WindowsNoEditor.pak
pakchunk83-WindowsNoEditor.pak
pakchunk84-WindowsNoEditor.pak
Exact command line that I use all the time, years back since first builds, is
Код:
cd /D "c:\Program Files (x86)\Steam\steamapps\common\Borderlands 3\OakGame\Content\Paks"
arc create -mue4d:key=115EE4F8C625C792F37A503308048E79726E512F0BF8D2AD7C4C87BC5947CBA7+xtool:zlib+srep:m3f+lolz -sclANSI -w"C:\TEST\." --noarcext -- "C:\TEST\testpak.arc" @"C:\TEST\testpak.txt"
..where testpak.txt contains previous list exactly like I posted.
Arc.ini for xtool is like this (I know somebody can complain why 100p etc. - I tested this multiple times and _for me_ this way produces fastest packing/unpacking). xtool is 079 (yes, it IS possible that xtool is to blame for unpack hang, but if that is the case it does not explain why same xtool version works with same method in combination with older ue4d but not the latest)
Код:
[External compressor:xtool]
header = 0
packcmd = xtool precomp { -moption} -c32mb -t100p - - <stdin> <stdout>
unpackcmd = xtool decode -t100p - - <stdin> <stdout>
Problem is that this takes very long time to pack, as I recall about 5 hours on my machine, so it is very time consuming for test... As I said, I'm not complaining because I use older versions where unpacking with this exact setup works on unpacking, always. Don't know what could be the problem with latest version, I believe dixen18 that unpacking for him works but seems for me it does not.. Switching to different compiler for your latest v.24.06.30.rev.1 maybe? Not sure.
Regards
Edit: forgot to mention, when I said "hangs during unpacking" I meant "..unpacking from compiled and finished Inno setup, using unarc.dll". Did not test unpacking by other means...