View Single Post
  #5  
Old 08-08-2015, 15:34
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Since a friend of mine asked me if I can add internal Inno compression to WPI (because he don't want to mess with freearc/precomp/ect...) I tried and I succedeed.

Keep in mind that internal compression is LESS effective than external but easier to manage (spkanning, Slice size, ect...) and of course quicker to compress/decompress.

Internal compression is enabled by default in this script.
To enable external compression, just change this line :
Code:
#define External 0
to
Code:
#define External 1
I will assume you can manage internal compression options, just modify them in the script to your preferences. Read Inno online manual for more informations.

I made a try with the game Fairy Fencer F, a small game (~5GB) and I ended up with a ~2.41GB bin files (lzma2/ultra64) while external compression ended up with ~2.08GB (FreeARC: precomp, msc, srep, exe, exe2, delta, lzma) bin file.

Here are some screenshots of the installer, for fun


Attached Files
File Type: 7z WindowsPhone_No_LockScreen (WPI v3.1 Update).7z (17.6 KB, 131 views)
Reply With Quote
The Following 4 Users Say Thank You to toto621 For This Useful Post:
arkantos7 (10-08-2015), pakrat2k2 (09-08-2015), Razor12911 (09-08-2015), Stor31 (09-08-2015)