FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   How to split a large file? (https://fileforums.com/showthread.php?t=96460)

pakrat2k2 21-11-2014 19:47

Quote:

Originally Posted by hydefromt70s (Post 436249)
Ok guys, back to the main thread of this topic ...

In http://fileforums.com/showthread.php?t=96465]this topic I fought with obtaining the best possible compression FC4 game and in the end I managed it :)

Now here we have a problem. We have a single 12.9GB file size. SFK program split this file into 3 smaller parts so that each of them will fit on one single DVD5's. Splitted files have an extension .part*, so we have the file structure: .arc (uncompressed) -> SREP -> lzma (.bin file) and now after splitting -> .part*
http://i58.tinypic.com/15ilhl.jpg

The question is: How to "hook up" all this under the Inno Setup installer, eg Glass Black Box?

Can create a .bat script based on SFK program, which would have the task to join the splitted parts into one whole, and then extract the .bin file by INNO. The only problem is that the splitted files must be in the same folder and eventually everyone will be located on a separate DVD's : / This leads also to the fact that the possibility of launching an external application (eg installation of DX, VCRedist or running .bat script) is possible after unpacking the main files (?): /

Any ideas ??

those 3 temp files will be copied to {app} ( specified game folder location chosen by end user ) Then inno / setup would continue the extraction of the files from those 3 files into {app}. Same thing was accomplished with Watch Dogs by BAMsE, & same will need to be done with FC4. There are 2 files that are HUGE 1 at 5GB, the other 15GB !!! Those files will need to be further split down into separate parts, then they can be reconstructed during installation.

hydefromt70s 21-11-2014 20:29

Quote:

Originally Posted by pakrat2k2 (Post 436296)
those 3 temp files will be copied to {app} ( specified game folder location chosen by end user ) Then inno / setup would continue the extraction of the files from those 3 files into {app}. Same thing was accomplished with Watch Dogs by BAMsE, & same will need to be done with FC4. There are 2 files that are HUGE 1 at 5GB, the other 15GB !!! Those files will need to be further split down into separate parts, then they can be reconstructed during installation.

Ok, I understand the theory, but I don't know how to do this from the technical side :(

I guess I need to add some code in the INNO script, but my knowledge in this area is still very small :(

Can you help me and explain exactly how to do that? I would be very very grateful!

pakrat2k2 21-11-2014 20:45

it wouldn't be code that needs to be added to script, but maybe a bat file to be run at end of installation that would copy those part files back together into original form & remove those temp files.

Razor12911 21-11-2014 21:56

There is only two disadvantage about this file splitting.

When unpacking, twice the original file size will be required.

Another disadvantage would be that all the splitted files should all be present in a folder before merging could take place(unless if TStream is used in an advanced manner). So, if you were planning on making multidisk, you first have to copy all the splits in a directory, then merge all the files into the original archive.(again, more space is required, also time.)
after merging, then after unpacking can take place.

So this is what happens when packing:
Compressing > Splitting

when unpacking(Multidisk)
Regrouping > Merging > Deletion > Unpacking > Deletion

when unpacking(Single Media)
Merging > Unpacking > Deletion

gatosky1620 22-11-2014 15:21

Quote:

Originally Posted by Razor12911 (Post 436303)
There is only two disadvantage about this file splitting.

When unpacking, twice the original file size will be required.

Another disadvantage would be that all the splitted files should all be present in a folder before merging could take place(unless if TStream is used in an advanced manner). So, if you were planning on making multidisk, you first have to copy all the splits in a directory, then merge all the files into the original archive.(again, more space is required, also time.)
after merging, then after unpacking can take place.

So this is what happens when packing:
Compressing > Splitting

when unpacking(Multidisk)
Regrouping > Merging > Deletion > Unpacking > Deletion

when unpacking(Single Media)
Merging > Unpacking > Deletion

so bro please make a tool

Razor12911 22-11-2014 23:12

Don't worry I have created it before, just before my PC died. So I know the drill, I just have to make the splitter show a dialog on how far is the split so that a user can understand what is happening and how far the process is.

Razor12911 27-12-2014 06:37

1 Attachment(s)
Gatosky1620: like this?

gatosky1620 27-12-2014 13:55

Quote:

Originally Posted by Razor12911 (Post 436989)
Gatosky1620: like this?

this is without slides?
pls add too slides with the option preserve aspect ratio example 1280x720
shadow text perfect thanx bro

Razor12911 27-12-2014 14:11

Bro, this is not IC, it is CIU. I added the split/merge function just like you and pakrat asked.

gatosky1620 27-12-2014 14:35

Quote:

Originally Posted by Razor12911 (Post 436995)
Bro, this is not IC, it is CIU. I added the split/merge function just like you and pakrat asked.

bro you are awesome

shuvankardash 04-02-2015 10:18

File is deleted
 
File is deleted :(

Quote:

Originally Posted by Andrey167 (Post 436174)
deleted


pakrat2k2 04-02-2015 10:29

look for new topic UltraARC is works 1000x better, that's why its been deleted


All times are GMT -7. The time now is 12:06.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com