Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 28-09-2011, 15:39
Lizi Lizi is offline
Registered User
 
Join Date: Jul 2011
Location: Argentina
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Lizi is on a distinguished road
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
Reply With Quote
Sponsored Links
  #17  
Old 28-09-2011, 15:52
dmcNero92 dmcNero92 is offline
Registered User
 
Join Date: Dec 2008
Location: Poland
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
dmcNero92 is on a distinguished road
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
Reply With Quote
  #18  
Old 29-09-2011, 08:33
coleco coleco is offline
Registered User
 
Join Date: Jul 2011
Location: spain
Posts: 2
Thanks: 9
Thanked 0 Times in 0 Posts
coleco is on a distinguished road
Quote:
Originally Posted by dmcNero92 View Post
@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
Reply With Quote
  #19  
Old 29-09-2011, 13:38
dmcNero92 dmcNero92 is offline
Registered User
 
Join Date: Dec 2008
Location: Poland
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
dmcNero92 is on a distinguished road
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?

Last edited by dmcNero92; 29-09-2011 at 13:46. Reason: mistake
Reply With Quote
  #20  
Old 29-09-2011, 16:42
coleco coleco is offline
Registered User
 
Join Date: Jul 2011
Location: spain
Posts: 2
Thanks: 9
Thanked 0 Times in 0 Posts
coleco is on a distinguished road
Quote:
Originally Posted by dmcNero92 View Post
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.
Reply With Quote
  #21  
Old 01-10-2011, 01:21
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
I've un-deleted this thread and re-named it, I personally think with everyone's input into it, it should remain.
Reply With Quote
  #22  
Old 17-10-2011, 03:22
vlv vlv is offline
Registered User
 
Join Date: Oct 2011
Location: Europe
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
vlv is on a distinguished road
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.
Reply With Quote
  #23  
Old 17-10-2011, 08:11
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
"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
Reply With Quote
  #24  
Old 11-02-2012, 22:27
#unique# #unique# is offline
Registered User
 
Join Date: Feb 2012
Location: egypt
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
#unique# is on a distinguished road
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
Reply With Quote
  #25  
Old 11-04-2013, 05:06
veboys79 veboys79 is offline
Registered User
 
Join Date: Mar 2013
Location: Earth
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
veboys79 is on a distinguished road
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:

Code:
[ExtractSettings]
FreeArcFile1={src}\data1.bin;DestDir:{app};
FreeArcFile2={src}\data1.bin;DestDir:{app};PrecSrep:1;
Seems I am missing a third command line to extract .pcf file.

Need help to solve this problem.
Reply With Quote
  #26  
Old 11-04-2013, 16:46
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
  #27  
Old 21-11-2013, 01:58
adityaa adityaa is offline
Registered User
 
Join Date: Oct 2013
Location: India
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
adityaa is on a distinguished road
can we get a working links of v2.0 it will be very helpful
Reply With Quote
  #28  
Old 21-11-2013, 04:49
dadasalam dadasalam is offline
Registered User
 
Join Date: Nov 2013
Location: Isfahan
Posts: 7
Thanks: 11
Thanked 0 Times in 0 Posts
dadasalam is on a distinguished road
ehich inno scipt in compatible with this to decompress it ?
Reply With Quote
  #29  
Old 21-11-2013, 05:09
ferv's Avatar
ferv ferv is offline
Registered User
 
Join Date: Apr 2009
Location: Argentina
Posts: 34
Thanks: 61
Thanked 111 Times in 42 Posts
ferv is on a distinguished road
Quote:
Originally Posted by Dark_Siegfried89 View Post
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!
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?
Reply With Quote
  #30  
Old 21-11-2013, 05:55
adityaa adityaa is offline
Registered User
 
Join Date: Oct 2013
Location: India
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
adityaa is on a distinguished road
Quote:
Originally Posted by JETET View Post
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

Last edited by adityaa; 21-11-2013 at 06:10.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Games to DVD Grumpy PC Games - CD/DVD Conversions 6 22-12-2005 15:47
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48
How to copy Xbox games aaroncunn XBox Games 4 04-11-2005 15:55
How to easily copy Computer games aaroncunn PC Games 5 03-11-2005 13:49
downloaded games are driving me crazy... hrtbrknhksnglby PSX Games 2 24-07-2002 19:58



All times are GMT -7. The time now is 09:48.


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