View Single Post
  #1  
Old 16-09-2022, 12:01
PercyMaliek PercyMaliek is offline
Registered User
 
Join Date: Sep 2022
Location: Idiotville, Oregon
Posts: 1
Thanks: 2
Thanked 0 Times in 0 Posts
PercyMaliek is on a distinguished road
I'm bloody new to Inno Setup script.
I've created the bins for a game, but I'm unsure how to have Inno decompress them

Compression was PrecompX+srep+lolz

precompx\x64\PrecompX.exe -e - - <stdin> <stdout>
srep\srep.exe -m3f -l512 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
lolz\lolz_x64.exe -d256 -mc192 -mt4 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Besides a few basic tutorials, I've not come across anything about decompression with ISS...
Reply With Quote
Sponsored Links