View Single Post
  #4  
Old 06-09-2023, 10:47
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
the window and partition for xmemcompress should be 32768 I believe, those configurations are for project cars

Code:
[xmemcompress]
Encode=xcompress.exe d -window=32768 -partition=32768 <library>
Decode=xcompress.exe e -window=32768 -partition=32768 <library>
as for the other errors, I'm not so sure
Reply With Quote