![]() |
can anyone know how to repack games assassin's creed unity
|
Quote:
|
there is no information about it on previous page
|
Quote:
Code:
[External compressor:precomp] header = 0 packcmd = precomp -slow -t-j {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp [External compressor:srep] ;options = l%d (minimal match length, default=512) header = 0 packcmd = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmpp [External compressor:msc] header = 0 packcmd = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp |
Quote:
Quote:
Thank you very much!:) |
Can anyone know about free+plugins?
corepack admin is telling that he repack the games using free+plugins |
Quote:
|
there are 4 admins on corepack
one is on my facebook friend also |
@edward99 do u think a repack team will actually tell you what they use to repack.does not mean anything if he is you facebook friend.those guys will make up things just to keep you running around just to find out what they use to compress,but in the background they laughing the asses off cause you believe them.freearc and plugins lol....
|
Quote:
|
can we use precomp+Reflate with Installer Creator
|
Reflate is the old method. RamiroCruzo method its better. Its the new method. Raw precomp srep lzma. Use precomp in brute mode (take long time) and ppx2 use only one core (P 1) because temp files *.dat of precomp have a conflict.
|
Gozarck, i tried your reflate v2 into GTA 5 file, but it give me bad results, a 2gb original game file is inflated to 35gb with reflate v2 then i dont get good result compressing it.
I see many guys saying they compressed GTA 5 from 60gb to 30gb~ with reflate, but i think they using a different version? |
but brute mode is too slow (more than a minute even for filesizes around 10 KB) i waited 1.5gb raw precomp srep lzma compression 2 hours but it wasn't finished :(.sometimes after reflate there are too many raw files so compression time is big.
|
then edit arc.ini & change it
|
1 Attachment(s)
yes brute mode is really slow, and a hate precomp for this and other things too, but the result of the final compression size is very small. i dont have all the answers for specific games, but if each one of you bother to compress a game and post the results with raw + precomp we would help among all together.
------------------------ BY RamiroCruzo IDEA raw+precomp+arc example |
Quote:
Quote:
|
I blaming no one, just asking for some advice. I tested the same gta file 900mb with Gozarck V1 and V2.
V1 inflated the file to 2gb then compressed to 500mb. V2 inflated the file to 3gb then compressed to 770mb. V1 and V2 have different settings for reflate. I just wanted to get V1 with Reflate only without compressing like Reflate only V2. |
both of them (V1 and V2) is same.v2 is using more core,cpu.i think you used different levels V1=level 6 but in V2 you can change reflate level.I'm using reflate only and ultraarc (srep+delta+lzma) for better result.
|
I encountered a difficult problem, with the "precomp_reflate_srep_lzma" compressed file in the user's computer in the execution of decompression, but the decompression out of the game file...
|
Quote:
So, how to integrate that into an inno script? Your C.bat is creating *.pcf and a .str file/s. After that the bat compresses to final archive using srep+lzma. Possible to use UltraARC for the final archive compressing? |
Quote:
My English is poor.Please don't laugh at me. Ask GOZARCK for a simple version of the "precomp_reflate_srep_lzma". Every step can be intuitive, can make the rookie clearly understand. I admit that this is a very good compression tool, with a breakthrough good tool!! But I was extracting the time, an error, extracting the file out of thin air... I do not know where there is trouble, I was using Notepad to edit. Thanks to the members of the forum, you have a better world! Again, thanks to GOZARCK! |
if not ShowChangeDiskWindow ('请找到分卷data0.bin,等待初始化并继续安装...', ExpandConstant('{src}'),'data0.bin') then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data0.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\dlc_win64\ripper\game0.arc.d at'), ExpandConstant('{app}\dlc_win64\ripper\'), true) then break; if not ShowChangeDiskWindow ('请插入下一个分卷data1.bin,等待初始化并继续安装...', ExpandConstant('{src}'),'data1.bin') then break; if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}\archives_win64\'), '', false, '', '', ExpandConstant('{app}\archives_win64\'), notPCFonFLY {PCFonFLY}) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game10.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game11.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game12.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game14.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game15.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game16.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game17.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game18.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game19.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game20.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game21.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game22.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game23.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game24.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game25.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game26.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game27.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game28.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game29.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game30.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game31.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game32.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game33.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game34.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game35.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game36.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\archives_win64\game38.arc.da t'), ExpandConstant('{app}\archives_win64\'), true) then break; if not ShowChangeDiskWindow ('请插入下一个分卷data2.bin,等待初始化并继续安装...', ExpandConstant('{src}'),'data2.bin') then break; if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}\archives_win64\'), '', false, '', '', ExpandConstant('{app}\archives_win64\'), notPCFonFLY {PCFonFLY}) then break; //run bat: Compression it with "precomp_reflate_srep_lzma" if not ISExec ( 0, 0, 0, ExpandConstant('{app}\archives_win64\data2\Reflate Unpack.bat'), ExpandConstant(''), ExpandConstant('{app}\archives_win64\data2\'), '...',true) then break; //DELTREE——Delete all files and folders //DelTree(ExpandConstant('{app}\archives_win64\data2 '), True, True, True); //DeleteFile(ExpandConstant('{app}\data_01.bin')); //test if not ShowChangeDiskWindow ('请插入下一个分卷data3.bin,等待初始化并继续安装...', ExpandConstant('{src}'),'data3.bin') then break; if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}\archives_win64\'), '', false, '', '', ExpandConstant('{app}\archives_win64\'), notPCFonFLY {PCFonFLY}) then break; //run bat; Compression it with "Reflate_v2" if not ISExec ( 0, 0, 0, ExpandConstant('{app}\archives_win64\data3\Unpack. bat'), ExpandConstant(''), ExpandConstant('{app}\archives_win64\data3\'), '...',true) then break; //DelTree(ExpandConstant('{app}\archives_win64\data3 '), True, True, True); //test This is the "mad max" decompression process User run the "ReflateUnpack.bat" and "Unpack.bat" alone, and they are all out of the file is gone, very strange... Is not the user's system lacks the reasons for extracting the plug? My own computer to install all normal!!! |
1 Attachment(s)
Quote:
Change log : Code:
-Increased speed |
Very very good. thanks a lot man!
Now we all have to find a way to show up the progress in inno setup for restoring. I hate cmds so much ;) Maybe Maste Razor can help us? Cheers |
Quote:
Tip missing packjpg_dll.dll I provided this "packjpg_dll.dll" and the compression process was quickly over. My system is win7 64 What is the reason, my friend |
1 Attachment(s)
just replace the precomp with the newest version and let all other settings as they are it has fixes inside for that missing dll ...basically it comes inside the exe no need to have spare packjpg.dll anywhere ;)
|
Quote:
|
hi , please compresse.bat for black ops III
|
Quote:
|
Quote:
|
Quote:
Well amigos anyone of you have MSC only bat....In need of it urgently...... |
Quote:
|
Quote:
By the way leave it........:rolleyes: o(╥﹏╥)o 。゚(゚´(00)`゚)゚。 。゚(゚´(00)`゚)゚。。゚(゚´(00)`゚)゚。 。゚(゚´(00)`゚)゚。 。゚(゚´(00)`゚)゚。 |
Well, I tried to make a cls-reflate and I succeed but I took few minutes to start and speed of decompression didn't exceed 2mb. So, I didn't post it.
If you like that, then I will post both compressor and decompressor. |
Quote:
|
Bilawal post your method with reflater will be glad to test it with zstd and see how it performs :)
|
Quote:
|
To make decompressing run faster and not wait 10 - 20 seconds to start minimize code in arc.ini only use the absolutely necessary • it will help a lot ;)
|
1 Attachment(s)
Compressor is ready and I will post, But the source of decompressor is messy right now and can't upload. In the mean time test the compressor. :o
Known Bugs: Don't work with any work dir command (-w) except -w.\ |
| All times are GMT -7. The time now is 12:22. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com