View Single Post
  #1  
Old 23-09-2011, 10:26
KillerOh's Avatar
KillerOh KillerOh is offline
Registered User
 
Join Date: Oct 2009
Location: Brazil
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
KillerOh is on a distinguished road
Talking

Quote:
Originally Posted by BAMsE View Post
I'm not thinking about compressing *.rpack along all the other files, but making another (zero compression) archive. Unpacking them takes only 5-10secs more then copying them from root
I said that YOU did that, not him!
Quote:
Originally Posted by KillerOh View Post
(...) not compressing the "*.rpack" files along all the other game files (Like in your conversion) is what actually makes his installer faster(...)
... and, thanks to the setup.ini provided with Yener's installer, you can do what you've proposed to peter in your own conversion easily.

Just to remember:
  • In peterf's conversion, you MOVE the *.rpack files and delete the "extra" languages before compression, thus saving time during the compress steps and uncompressing data during the game install
  • In yours, you just dele these "extra" langs before compressing everything - Including the *.rpack files that still are in the game folder - hence that's why your installer takes "longer" to finish.

Plus, there's no "true" differecne between making people compress these files to zero compression or move them to NO compression. If something wrong will happen, it won't change anything.

Not to mention that, regardless everything, all of these scrpits does the "Unpacking .7zip//.rar//.arc//.cab//.(Anything but .BIN used in Inno's internal compression) as the last steps - After even the "redist" (DirectX, Visual runtimes, G4WL...) install. So even if we have a failed coding (Or whatever is wrong with Hunted conversion), we can fix it by using dummy files for "external" and a "proper" compressed file with the proper files//dirs - Like sulfurum1989 did!
(OF course, this for Peterf's installers; For Yener ones, it seems that editing the setup.ini properly will save our @$$3$ again. >.<)
Here for more info:
http://www.jrsoftware.org/ishelp/ind...c=installorder

Last edited by KillerOh; 23-09-2011 at 10:29. Reason: To make myself clear once for all...
Reply With Quote
Sponsored Links