View Single Post
  #1  
Old 26-02-2026, 02:24
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I don't know if this is even possible, but there is "--oodle=" option for arc.ini for xtool precompressor.

But I think this was invented for cases if you need two libraries for the same files.

In your case you need two libraries for different files.

I don't think this is possible.

Try it with "--oodle=" option.

Example
Code:
[External compressor:xtool7]
header = 0
packcmd   = xtool.exe precomp -mkraken -t100p --oodle=oo2core_7_win64.dll - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t75p -s - - <stdin> <stdout>

[External compressor:xtool9]
header = 0
packcmd   = xtool.exe precomp -mkraken -t100p --oodle=oo2core_9_win64.dll - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t75p -s - - <stdin> <stdout>
-mxtool7+xtool9

Edit: Try this without xtool
https://fileforums.com/showpost.php?...&postcount=161
It doesn't work.
I've more or less decided that. But the fact that chapters 1 and 2 have different AES is something I do not know how to solve.

Code:
ch1 - 0xD4BCF215F3B33A4BAA8D52139F1F49E92DF5BF8C7262C823E846AA6D79331FBC
ch 2 - 0xA419DEC1C6949BE5BDA54D4D6A62D735E932640B5F03EB53A3E72B10BAEB9748
Reply With Quote
Sponsored Links