FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [Help] How to compression a game? (https://fileforums.com/showthread.php?t=95450)

y_thelastknight 05-12-2013 06:47

Quote:

Originally Posted by GloverK1911 (Post 426837)
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 and DarKBox Repack
try with it

for you archive files codes would be like this..
Code:

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

Quote:

Originally Posted by GloverK1911 (Post 426840)
Can i create a setup file to extract? i dont like use BlackBox or DarkBox

try this 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


All times are GMT -7. The time now is 17:16.

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