View Single Post
  #4  
Old 17-05-2021, 10:55
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
Quote:
Originally Posted by L33THAK0R View Post
Hi all,

I'm having a touch of trouble getting the Oodle stream precompressor working. The title I'm working on is XCOM 2. I'm a bit puzzled by the errors I've been getting. I've tried both "d" and "e" options but alas the error output is the same. I'm using
Code:
oo2reck4 + xzlib + uelr + srep + lolz
I'm not sure exactly what the commands are for the application and whether or not you need to specify the location of the .dll or if it just needs to be in the root directory of the app, the oo2reck header looks like this in case the header is the issue:
Code:
[External compressor:oo2reck3,oo2reck4,oo2reck5,oo2reck6,oo2reck7,oo2reck8]
header    = 0
packcmd   = "Resources\OodleRecK\oo2reck.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Really sorry again if this is a silly question.
Compress in this order:

uelr+xzlib+oodle

uelr first always.

Code:
[External compressor:oodlerecK]
header    = 0
packcmd   = Resources\{compressor} e <stdin> <stdout>
oodle core dll goes in the same folder as oodlreck.exe
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
L33THAK0R (17-05-2021)