PDA

View Full Version : Super Games Compressor v.1.0


JETET
25-09-2011, 13:41
Super compresor de Juegos v2.0 BETA link (http://www.megaupload.com/?d=XP4ZXGI9)

https://lh5.googleusercontent.com/-Rwt4m96rqB0/ToWRtrk5N_I/AAAAAAAAAOs/PTs6djKk0yo/Untitled1.png

https://lh5.googleusercontent.com/-OSsxwfk6gGU/ToWWKlt5URI/AAAAAAAAAO8/U7W2gOUriVM/Untitled2.png


program to automatically compress multi language update v.1.0 (http://www.megaupload.com/?d=EWS42S7G)

all such files 1.txt, 2.txt must already be compressed into a data.arc. -m0.
then if the program does the compression automatically deleted on 1 arc file = data.arc -> data.pcf passes and then moves cleared data.arc data.pcf -> deletes the program data.srep data.pcf and finally data.srep -> data.arc super compressed

the game Dead Island
6 gb ----> DeadIsland.arc to DeadIsland.pcf
DeadIsland.pcf to DeadIsland.srep
DeadIsland.srep to DeadIsland.arc ---> super compression 1,88 GB (2.020.454.992 bytes) 1file

Dead Island FULL

1º DeadIsland.arc 6,48 GB (6.959.992.012 bytes)
2º DeadIsland.pcf 8,62 GB (9.263.727.407 bytes) precomp v0.3.8
3º DeadIsland.srep 2,96 GB (3.183.419.392 bytes)
4º DeadIsland.arc 1,88 GB (2.020.454.992 bytes)

1º everything is compressed first freearc 0.666 DeadIsland.arc 6,48 GB (6.959.992.012 bytes)

https://lh5.googleusercontent.com/-XcYfsJcN4DY/ToAeor6WCUI/AAAAAAAAAOA/U30eBnImrmU/s640/Untitled1.png

https://lh6.googleusercontent.com/-y2Vr1cQYjmE/ToAivy36CiI/AAAAAAAAAOU/ciuqTX4XtSE/s800/Untitled2.png

2º pcf file creating DeadIsland.pcf 8,62 GB (9.263.727.407 bytes) precomp v0.3.8 --> precomp.038 -slow -c9 -m8 -odeadisland deadisland.arc

https://lh5.googleusercontent.com/-riUO1Zg5IuU/ToAnxR2rtRI/AAAAAAAAAOg/hsOyN3RKs0o/Untitled4.png

https://lh4.googleusercontent.com/-T-he42RV3hE/ToAqsJWzE_I/AAAAAAAAAOk/k9VN5VcF3NE/Untitled5.png

precomp.038 -slow -c9 -m8 -odeadisland deadisland.arc

https://lh3.googleusercontent.com/-k1XqNvCgvqo/ToAenM6ORuI/AAAAAAAAAN8/w2d3-rE6GHc/Untitled3.png


3º pcf file creating DeadIsland.srep 2,96 GB (3.183.419.392 bytes) --> srep -m2 deadisland.pcf deadisland.srep

4º creating final file DeadIsland.arc 1,88 GB (2.020.454.992 bytes)---> arc.exe a -mx -ld800mb DeadIsland.arc deadisland.srep

BAMsE
25-09-2011, 14:17
Deletes *.arc & *.pcf before srep starts its part of job, so it has nothing to do. "File not found" reported :D

JETET
25-09-2011, 14:34
Deletes *.arc & *.pcf before srep starts its part of job, so it has nothing to do. "File not found" reported :D

all such files 1.txt, 2.txt must already be compressed into a data.arc. -m0.
then if the program does the compression automatically deleted on 1 arc file = data.arc -> data.pcf passes and then moves cleared data.arc data.pcf -> deletes the program data.srep data.pcf and finally data.srep -> data.arc super compressed

Joe Forster/STA
25-09-2011, 16:16
Is there an English version of this?

JETET
26-09-2011, 01:02
Deletes *.arc & *.pcf before srep starts its part of job, so it has nothing to do. "File not found" reported :D

must compress the file to star in the same directory as the program

JETET
26-09-2011, 02:49
I'm trying to improve the program if someone can help me
nesecito saver as compressed (saver's commands) by adding the directory and its contents and rar.exe arc.exe not winarc and winrar

thanks and greetings munches

Lizi
26-09-2011, 11:16
i need you commands for a descompress the finish file..example:

echo.
7z.exe x -bd -y Engine.7z
del Engine.7z>nul
cls


this is for 7Zip archives
Taria I need to decompress the BATH.
ARC - SREP TO - TO PCF - ARC TO - TO unpack files
understand? ..
help

Lizi
26-09-2011, 11:55
BATCH COMAND:

Arc.exe x -y 1.arc
del 1.arc>nul
cls

srep.exe -d 1.srep
del 1.srep>nul

precomp.exe -r 1.pcf
del 1.pcf>nul
cls

Arc.exe x -y 1.arc
del 1.arc>nul
cls

work this way?.

TippeX
26-09-2011, 13:41
Wouldnt that delete the files after compressing them (unless somehow they go to another name)

Suppressing the output to null could be a bad idea as you wont see any error messages, same with the cls...

You could expand the bat file using if not exist etc for error checking...

The-revenge
26-09-2011, 14:22
thanks dude, but I think that it must find a balance between dimension of file and installation time; if this metod of ultra-compression uses many times (1 hours or more) there aren't gain to make it; i think it's better a bigger file and fast installation rather than smaller file and slow installation.
Now i ask : it's possibile to decide the compression level with the final compression?
Thank you, sorry for my english.

Dark_Siegfried89
26-09-2011, 15:32
If you want you can use my batch file ...
Be sure to have for safety at least 30GB of free disk space
1. Extract the archive
2. Before you run the file "PRE-COMPRESSOR.bat" Edit it
changing with your installation path of the game, I have set: "C:\Games\DeadIsland"
3. Leave the file "PRE-COMPRESSOR.bat" and wait a long time ...
4. Eventually you will get the file "DeadIsland_DataFile.arc" Compressed! :cool:
:D:D:D

JETET
26-09-2011, 23:21
Wouldnt that delete the files after compressing them (unless somehow they go to another name)

Suppressing the output to null could be a bad idea as you wont see any error messages, same with the cls...

You could expand the bat file using if not exist etc for error checking...

who would you have not deleted the *. arc, *. pcf, *. SREP, bears no bat file

JETET
26-09-2011, 23:25
thanks dude, but I think that it must fin a balance between dimension of file and installation time; if this metod of ultra-compression uses many times (1 hours or more) there aren't gain to make it; i think it's better a bigger file and fast installation rather than smaller file and slow installation.
Now i ask : it's possibile to decide the compression level with the final compression?
Thank you, sorry for my english.

do not worry about your English I'm Spanish, I am improving the program Nesite tips

JETET
26-09-2011, 23:28
If you want you can use my batch file ...
Be sure to have for safety at least 30GB of free disk space
1. Extract the archive
2. Before you run the file "PRE-COMPRESSOR.bat" Edit it
changing with your installation path of the game, I have set: "C:\Games\DeadIsland"
3. Leave the file "PRE-COMPRESSOR.bat" and wait a long time ...
4. Eventually you will get the file "DeadIsland_DataFile.arc" Compressed! :cool:
:D:D:D

Thanks for the bat file I do not use bat, but you take a look, any help is little

dmcNero92
27-09-2011, 14:15
@up that will useful if someone will post here:)
for my backups i use setup.bad so i need command to unpack
arc to srep to pcf to arc to FILE :)

Lizi
28-09-2011, 15:39
the probe with pes12 and it worked .. I m no longer a pcf file first and it takes hours 9.40 gb .. .. almost a day after the SREP 5.70 gb file and then compressed anything that's not me .. : (
MY PC:

AMD Phenom X3 2.3 GHZ 3GB RAM DDR3 1GB GT240 WINDOWS 7 X64

dmcNero92
28-09-2011, 15:52
Delete any don't used language's ;) lang files in pes ha always lokk like that example for french"...f.img" etc and then try again

coleco
29-09-2011, 08:33
@up that will useful if someone will post here:)
for my backups i use setup.bad so i need command to unpack
arc to srep to pcf to arc to FILE :)

I use this script:

Arc.exe x -y data.arc
del data.arc

srep.exe -d data.srep data.pcf
del data.srep

precomp038.exe -r data.pcf
del data.pcf

Arc x data.arc
del data.arc
cls

dmcNero92
29-09-2011, 13:38
works mate:)?
@edit
ar.exe,precopm.exe,srep.exe and a compressed ile must be include to to folder with that setup.bat?
Or I missed something:P?

coleco
29-09-2011, 16:42
works mate:)?
@edit
ar.exe,precopm.exe,srep.exe and a compressed ile must be include to to folder with that setup.bat?
Or I missed something:P?

Yes.You need include: arc.exe,precomp.exe,srep.exe and besides packjpg_dll.dll and zlib1.dll.

All those files are necessary!.
Sorry for my bad english.

Grumpy
01-10-2011, 01:21
I've un-deleted this thread and re-named it, I personally think with everyone's input into it, it should remain. ;)

vlv
17-10-2011, 03:22
This program is nice! And the compression is impressive however I assume that not every game is likely to be compressed so much as DeadIsland. So my question is: How to recognize whether a game is packable or not. I ask because the process of compressing is time-consuming and sometimes you can pack 1-2gb out of 10gb, and sometimes 5gb or more.

MartinezPL
17-10-2011, 08:11
"Arc.exe x -y data.arc
del data.arc

srep.exe -d data.srep data.pcf
del data.srep

precomp038.exe -r data.pcf
del data.pcf

Arc x data.arc
del data.arc
cls "
doesn't work that script for "unpack.bat"
arc.exe,srep.exe,precomp.exe,besides packjpg_dll.dll and zlib1.dll also included
but..
ARC==>SREP==>PRECOMP==X==> error precomp doesnt unpack any file ;/ and setups close

#unique#
11-02-2012, 22:27
hi a compressed arc with "no compression" and put the arc file in the program dirctory
then it's i got file not found or somthing like that ?!

what it that and how to fix it

veboys79
11-04-2013, 05:06
Hi I used this Super Compressor to compressed 3.68 GB game data. However, during extraction Setup first:

1) Extract data1.srep from data1.bin then
2) Extract data1.pcf from data1.srep
3) but fail to extract files from data1.pcf file

Its showing error. I am using following commands in setup.ini:

[ExtractSettings]
FreeArcFile1={src}\data1.bin;DestDir:{app};
FreeArcFile2={src}\data1.bin;DestDir:{app};PrecSre p:1;

Seems I am missing a third command line to extract .pcf file.

Need help to solve this problem.

pakrat2k2
11-04-2013, 16:46
PrecSrep:1 needs to be first line & if thats the only file ( never mind precomp/srep/arc etc ), then there wont be file#2. The Precsrep:1 should extract everything from that 1 file, dont need to put it in 3 times for 1 extraction.

adityaa
21-11-2013, 01:58
can we get a working links of v2.0 it will be very helpful :)

dadasalam
21-11-2013, 04:49
ehich inno scipt in compatible with this to decompress it ?

ferv
21-11-2013, 05:09
If you want you can use my batch file ...
Be sure to have for safety at least 30GB of free disk space
1. Extract the archive
2. Before you run the file "PRE-COMPRESSOR.bat" Edit it
changing with your installation path of the game, I have set: "C:\Games\DeadIsland"
3. Leave the file "PRE-COMPRESSOR.bat" and wait a long time ...
4. Eventually you will get the file "DeadIsland_DataFile.arc" Compressed! :cool:
:D:D:D

I have a question, this will compress the files in the game folder or includes the folder, I mean just the game files or it compress the folder with the files?

adityaa
21-11-2013, 05:55
Thanks for the bat file I do not use bat, but you take a look, any help is little

can you kindly update this with new precomp 0.43 version :)