View Single Post
  #965  
Old 10-11-2014, 17:16
hydefromt70s hydefromt70s is offline
Registered User
 
Join Date: Aug 2012
Location: Poland
Posts: 83
Thanks: 34
Thanked 45 Times in 29 Posts
hydefromt70s is on a distinguished road
Is there any way to force the installer to unpacking files "on the fly". I mean instead of unpacking the files one by one arc -> SREP -> PCF -> arc -> the relevant data on the hard drive, unpack it in RAM to increase the speed of installation.

For packing games mostly I use Kurutucu Compresor with these two commands:

Code:
arc a -ep1 -r -ed -lc2048 -ld1024 -mt8 -w. \ -msrep + lzma: a1: mfbt4: d158m: fb273: MC1000: LC8
arc a -ep1 -r -ed -lc2048 -ld1024 -mt8 -w. \ -mprecomp + SREP + lzma: a1: mfbt4: d158m: fb273: MC1000: LC8
When trying to extract the game using this script are first unpacked temporary files on the hard drive and it takes forever.

Is there any way to temporary files (SREP, PCF, etc.) were unpacked directly in RAM, and appropriate files from the game directly on the hard drive?

Last edited by hydefromt70s; 10-11-2014 at 18:21.
Reply With Quote