View Single Post
  #13  
Old 21-04-2021, 05:19
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
What do you mean?

If you precompress into an archive, then compress the archive, your result will be near identical but then if you want to install it will be rough and take a long time since the installer has to go through 2x archive extractions.

Also, always use srep after precompression before main compressor (lzma, lolz).
Yeah, i had a rough time decompressing 2x archives but the reason i asked this is because FIFA 20 is such a pain to precompress, such as XTool would use no CPU and oo2reck takes alot of time to combine with srep+lolz.

I managed a script for the 2x decompressing but still there isn't a perfect method for this FIFA 20.

Another question : Is it normal that lolz would give good ratio at the start but as the compression proceeds the ratio is again somewhere near 90%?

Here is the script if a newbie like me wants it.

Delete.bat

Code:
del /q data.arc
del /q data1.arc
del /q data2.arc
Put it in your script at the end like this.

Code:
[Run]
Filename: "{app}\Delete.bat"; Parameters: "/x"
Pack your .bat into an archive and have the installer decompress it as the last archive.

Last edited by :( Sad8669; 21-04-2021 at 06:47.
Reply With Quote