View Full Version : [Help] How to compression a game?
GloverK1911
02-12-2013, 02:13
Im repacking a game and i use Precomp and Srep. But size is bad. :(
I have a quest
1, How to compression a game for best size???
2, How to create a installer to extract them?
Thanks for watching. :)
Sorry for my bad English. I need your all helps :D
Razor12911
02-12-2013, 04:25
depends on the files you are compressing.
GloverK1911
02-12-2013, 04:41
uhmm, first i compression folder game by 7zip with ultra.
After i use precomp ( but i removed, because size is bigger)
and i use Srep ( the size is smaller 1mb :( )
and i compression by Freearc, the size is remained unchanged
I compression game Naruto shippuden ultimate ninja storm 3 PC
Razor12911
02-12-2013, 04:47
compress game folder with no compression.(use freearc and not 7zip)
precomp file must be bigger than original data
srep it was because you used ultra compression which you shouldn't have.
then use maximum/ultra with freearc
GloverK1911
02-12-2013, 04:57
What about delta and lzma2? What are its uses
and how to Extract them? Can i use CIU to Extract them?
I don't know much about scripting, but I know something about compression.
If you want to use CIU to install, then you may use combined method for freearc. Look here http://fileforums.com/showpost.php?p=405003&postcount=6
Not all files are "precompable" i.e. big container files almost always contain compressed data, so using precomp on them not produce the desired results. You must use try'n'error method.
GloverK1911
03-12-2013, 16:47
No, i mean's use CIU to extract them
GloverK1911
03-12-2013, 16:53
compress game folder with no compression.(use freearc and not 7zip)
precomp file must be bigger than original data
srep it was because you used ultra compression which you shouldn't have.
then use maximum/ultra with freearc
Thanks your sp, but after i use maximum/ultra with freearc the sizze is bigger:(
Razor12911
04-12-2013, 12:34
when did you use maximum/ulra before or after precomp?
GloverK1911
04-12-2013, 15:30
After precomp and srep
Razor12911
04-12-2013, 15:54
Try using this (http://fileforums.com/showthread.php?t=95288) and report results
Use precomp 0.38
GloverK1911
04-12-2013, 19:54
Can i use CIU tu extract them? Precomp and Srep is enought for repack? or need more Compressor?
GloverK1911
05-12-2013, 05:41
Help me Razor :(
y_thelastknight
05-12-2013, 06:17
Precomp and Srep is enought for repack? or need more Compressor?
i think both are enough for repacks.
GloverK1911
05-12-2013, 06:28
i think both are enough for repacks.
Can you help me make a setup file to extract them?
I Compression folder game with Freearc (No compression)
->Data.arc to Data.pcf
->Data.pcf to Data.srep
->Data.srep to Data.bin
That my compression game. How to extract them???
y_thelastknight
05-12-2013, 06:47
Can you help me make a setup file to extract them?
I Compression folder game with Freearc (No compression)
->Data.arc to Data.pcf
->Data.pcf to Data.srep
->Data.srep to Data.bin
That my compression game. How to extract them???
this method only support script are Blackbox Inno Setup Script (http://fileforums.com/showthread.php?t=94425) and DarKBox Repack (http://fileforums.com/showthread.php?t=95136)
try with it
for you archive files codes would be like this..
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\Data.srep'),ExpandConstant(' {app}\Data.pcf'), true) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data.pcf'), ExpandConstant('{app}\Data.arc'), true) then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{app}\Data.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if im wrong correct it plz :p
sorry for my enlgish :P
GloverK1911
05-12-2013, 06:53
Can i create a setup file to extract? i dont like use BlackBox or DarkBox
y_thelastknight
05-12-2013, 09:06
Can i create a setup file to extract? i dont like use BlackBox or DarkBox
try this (http://rghost.net/49523581)script this
GloverK1911
06-12-2013, 01:01
After compression file with FreeArc Agin (-mx)
the file size is bigger :(
http://i.minus.com/iyO8DJyqfPc9c.png
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.