|
#436
|
|||
|
|||
|
Quote:
Decompression time - 4 min
|
| Sponsored Links |
|
#437
|
||||
|
||||
|
Quote:
|
|
#438
|
|||
|
|||
|
Quote:
arc.exe a -ep1 -r -ed -s; -i2 -w.\temp -mxt22+srep+lolz Packs\data.bin "DATAS\*" [External compressor:xt22_zstd] header = 0 packcmd = xtool\zlib\xt22.exe precomp -mzlib+zstd:l19,l22 -c32mb -t100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = xt22.exe decode -t100p - - <stdin> <stdout> [External compressor:lolz] header = 0 packcmd = lolz_x64.exe -d128 -mc1023 -dtb1 -tt4 -mtt1 -mt8 -mtb128 -fba1024 -oh14 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = lolz_x86.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:srep] header = 0 packcmd = srep64 -mem512m -l512 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp Last edited by seryogakms; 25-02-2022 at 02:40. |
|
#439
|
|||
|
|||
|
В очередной раз спасибо за подсказку, но у меня комп «немного» слабее твоего. ):
|
|
#440
|
|||
|
|||
|
Quote:
Razor12911 Hi) What about *.bdt from Elden Ring? It encrypted oodle streams? Last edited by dixen; 25-02-2022 at 02:37. |
|
#441
|
|||
|
|||
|
#442
|
||||
|
||||
|
sample?
|
|
#443
|
|||
|
|||
|
Last edited by dixen; 25-02-2022 at 02:48. |
|
#444
|
|||
|
|||
|
Last edited by seryogakms; 25-02-2022 at 03:07. |
|
#445
|
|||
|
|||
|
ELDEN RING
Oodlerec Used Code:
Compressing 1 file, 2,655,357,776 bytes Compressing Data3.bdt Compressed 1 file, 2,655,357,776 => 4,549,448,231 bytes. Ratio 171.33% Compression time: cpu 3.81 sec/real 615.49 sec = 1%. Speed 4.31 mB/s All OK use oodle core from Martha is Dead |
| The Following User Says Thank You to :( Sad8669 For This Useful Post: | ||
Gehrman (25-02-2022) | ||
|
#446
|
||||
|
||||
|
@dixen
use oo2core_8_win64.dll elden.JPG elden2.JPG Quote:
upload the file from the game for me to take a look at. Last edited by Razor12911; 25-02-2022 at 03:25. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
dixen (25-02-2022) | ||
|
#447
|
|||
|
|||
|
You can use this oodle core to boost the ratio a little bit more
https://bayfiles.com/55bfieKbx4/oo2core_4_win64_7z Credits to FitGirl for the dll |
| The Following 2 Users Say Thank You to Masquerade For This Useful Post: | ||
dixen (25-02-2022), Wanterlude (26-02-2022) | ||
|
#448
|
||||
|
||||
|
From a 100mb sample data0.bdt
Code:
xtool:kraken Compressed 1 file, 104,857,600 => 213,800,403 bytes. Ratio 203.90% Compression time: cpu 0.09 sec/real 15.75 sec = 1%. Speed 6.66 mB/s xtool:kraken,l6 Compressed 1 file, 104,857,600 => 214,235,226 bytes. Ratio 204.31% Compression time: cpu 0.09 sec/real 10.01 sec = 1%. Speed 10.48 mB/s
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Gehrman (25-02-2022) | ||
|
#449
|
|||
|
|||
|
Last edited by seryogakms; 25-02-2022 at 06:03. |
| The Following 2 Users Say Thank You to seryogakms For This Useful Post: | ||
Gehrman (25-02-2022), Razor12911 (25-02-2022) | ||
|
#450
|
||||
|
||||
|
Update available
Changes - added verbose mode - added feature that allows you to enforce a different library to be loaded - fixed issues related to imperfect stream patching - fixed issues with old libraries with missing functions that cause xtool to crash on startup - updated oodle codec - updated reflate codec - updated zstd codec Notes You can now enforce xtool to use a specific library rather than renaming the library for it to picked up by xtool. Code:
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp { -moption} -c32mb -t100p --zstd=libzstd148.dll - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - --zstd=libzstd148.dll <stdin> <stdout>
--zlib=filename, --lz4=filename, --lzo=filename, --zstd=filename, --oodle=filename You can also use this to run multiple tests to see which zstd or oodle library gives the best output by running these commands on a small sample: Code:
xtool.exe precomp -mkraken -c32mb -t100p --oodle=oo2core_7_win64.dll - - < %1 > %1.out1 xtool.exe precomp -mkraken -c32mb -t100p --oodle=oo2core_7_win64_2.dll - - < %1 > %1.out2 xtool.exe precomp -mkraken -c32mb -t100p --oodle=oo2core_8_win64.dll - - < %1 > %1.out3 xtool.exe precomp -mkraken -c32mb -t100p --oodle=oo2core_fifa22.dll - - < %1 > %1.out4 ___ Oodle code has been updated, if you having issues with stream detection you can use the parameter n1 (kraken,n1), where the old code will be used. it can also be n2 or n3, depending on how many times each stream should be redetected (for improved results but at a cost of speed) If this doesn't help then use the side project. ___ Verbose mode was added to give information about input, as to what parameters are used for streams within the input and if you see a common trend then you directly use these parameters to speed up xtool and also give it the opportunity to patch streams if there are any invalid streams. Verbose mode will enforce xtool to 1 thread thus it should not be used by default as it will slow now precompression. Last edited by Razor12911; 27-02-2022 at 03:47. |
| The Following 12 Users Say Thank You to Razor12911 For This Useful Post: | ||
:( Sad8669 (27-02-2022), Cesar82 (27-02-2022), elit (09-03-2022), Gehrman (28-02-2022), hdneo (28-02-2022), KaktoR (27-02-2022), kingkaos (01-03-2022), L0v3craft (01-03-2022), Masquerade (27-02-2022), ScOOt3r (27-02-2022), seryogakms (27-02-2022), Wanterlude (05-03-2022) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 06:26 |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |