View Single Post
  #2  
Old 13-05-2022, 21:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
https://fileforums.com/showpost.php?...&postcount=485

Code:
[cpk,snappy,rfpk,lzss]
// http://aluigi.altervista.org/papers/quickbms.txt
Encode=quickbms.exe -s "comtype <codec>; clog <fileout> 0 <insize> <outsize>" "" <filein>
Decode=quickbms.exe -s "comtype <codec>_COMPRESS; clog <fileout> 0 <insize> <outsize>" "" <filein>
You can try using lzss from quickbms.exe to see if what you're trying to do works.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
elit (03-06-2022)