View Single Post
  #12  
Old 13-05-2021, 23:10
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
You can use the {compressor} constant (freearc constant, not inno constant) to fit multiple tools with the same packcmd into one command:

Code:
[External compressor:oodlereck, oodlrecm, oodlerecs] 
header = 0
packcmd = {compressor} e <stdin> <stdout>
unpackcmd = {compressor} d <stdin> <stdout>
Precompress the game using the Oodle core dll that the game comes with. Only some games require a different core to the one that ships (like Sekiro). Same dll used for precomp is also needed for decomp.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
:( Sad8669 (13-05-2021), L33THAK0R (13-05-2021)