View Single Post
  #17  
Old 30-03-2019, 01:54
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by mesut28 View Post
The installation problem is almost solved

Sample: ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
50GB file can be installed seamlessly as one piece

if multiple archives are done
Sample:
ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
ArcFile2=Data.002;DestDir:{app};Type:ARC;Disk:2;
ArcFile3=Data.003;DestDir:{app};Type:ARC;Disk:3;
ArcFile4=Data.004;DestDir:{app};Type:ARC;Disk:4;
installation process expires with errors
For DiskSpan files the correct one is to only inform the first file (.001).
The others below will be extracted automatically.

If using ArcFile1=Data.001 and ArcFile2=Data.002, if it worked the whole game would be extracted in the key ArcFile1= and it would try to start from the middle of the file again until the last part with each new key.

To use manual splitting (Each part on an ArcFile#= key) with UltraArc splited only, but disk space is required on the same {app} drive to join all parts of the ARC before extracting.
Reply With Quote