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
  #76  
Old 08-09-2012, 05:08
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
I tried...don't work.
Can i make this conversion in another way?
Reply With Quote
Sponsored Links
  #77  
Old 08-09-2012, 05:26
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
I tried...don't work.
Can i make this conversion in another way?
Try this only for testing :

Rename:
Data8.bin to Data1.bin
Data9.bin to Data2.bin

Put the files just renamed in temp folder with setup.exe and then launch it to test the extraction. (skip the errors of movies,directx....).
Reply With Quote
  #78  
Old 08-09-2012, 06:58
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
Try this only for testing :

Rename:
Data8.bin to Data1.bin
Data9.bin to Data2.bin

Put the files just renamed in temp folder with setup.exe and then launch it to test the extraction. (skip the errors of movies,directx....).
same error (Not a SREP file).

Maybe this is a bug, I read other people had this problem with other conversion.
Thanks a lot for help now i make conversion 3xdvd5 of fabiodq
Reply With Quote
  #79  
Old 08-09-2012, 08:05
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
same error (Not a SREP file).

Maybe this is a bug, I read other people had this problem with other conversion.
Thanks a lot for help now i make conversion 3xdvd5 of fabiodq
Weird, maybe the problem is your pc!

Try this batch without srep compression:

Code:
echo off
cls
set choice1=
echo.
set /p choice1=Please type game folder path (e.g. c:\program files\Mass Effect 3):
echo.
echo Creating archive files, please wait...
arc create -ep -w.\ .\Disk2\Data8.bin -mprecomp:zl68:d0+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.pcc"
if ERRORLEVEL 1 goto arcfail
arc create -ep -w.\ .\Disk2\Data9.bin -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.afc"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry... 
pause
:EOF

Last edited by peterf1999; 08-09-2012 at 08:12.
Reply With Quote
  #80  
Old 08-09-2012, 08:12
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
yes i think is a bug in my PC. Now I try this solution.
If not work, can I create a conversion without data8 and data9, but with setup.exe (for the italian registry key) and add after the italian file?
Reply With Quote
  #81  
Old 08-09-2012, 08:14
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
yes i think is a bug in my PC. Now I try this solution.
If not work, can I create a conversion without data8 and data9, but with setup.exe (for the italian registry key) and add after the italian file?
Yes, you can!

edit1:

You must use the setup.exe on 1st post without data8 and data9 files extraction

Last edited by peterf1999; 08-09-2012 at 08:25.
Reply With Quote
  #82  
Old 08-09-2012, 08:53
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
last metod don't work, show me an error : unkown compression method.

If I make with setup.exe on 1st post and without data8 and data9, the italian registry key will be added?
Reply With Quote
  #83  
Old 08-09-2012, 09:08
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
last metod don't work, show me an error : unkown compression method.

If I make with setup.exe on 1st post and without data8 and data9, the italian registry key will be added?
yes!

Quote:
Originally Posted by The-revenge View Post

last metod don't work, show me an error : unkown compression method.
bad copy & paste ?
Put the batch in conversion folder
it works!

Last edited by peterf1999; 08-09-2012 at 09:29.
Reply With Quote
  #84  
Old 08-09-2012, 11:23
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
I may have found the problem!! I extract compress_fra in other folder, not in folder of conversion (2xDVD5). I'm stupid! Now I try again.
EDIT : it finally work!!!! thanks a lot peterf99 for patience and support.
A little mistake, a lot of problem. If I had used brain, I would have immediately realized that the compress_fra need to put togheter file srep.exe precomp. exe ecc.
Thanks again

Last edited by The-revenge; 08-09-2012 at 12:29.
Reply With Quote
  #85  
Old 08-09-2012, 12:43
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
I may have found the problem!! I extract compress_fra in other folder, not in folder of conversion (2xDVD5). I'm stupid! Now I try again.
EDIT : it finally work!!!! thanks a lot peterf99 for patience and support.
A little mistake, a lot of problem. If I had used brain, I would have immediately realized that the compress_fra need to put togheter file srep.exe precomp. exe ecc.
Thanks again
Davo per scontato che lo avessi messo nella cartella di conversione, per questo motivo non riuscivo a capire perchè non funzionasse!

Finally, you did it!
Reply With Quote
  #86  
Old 13-10-2012, 07:09
Smurf Stomper's Avatar
Smurf Stomper Smurf Stomper is offline
Registered User
 
Join Date: Feb 2007
Location: EU
Posts: 118
Thanks: 0
Thanked 10 Times in 8 Posts
Smurf Stomper is on a distinguished road
Peter, since you were so kind to do a new autorun for the witcher 2 EE, I thought I'd share with you a hq autorun.mp3 (yours was 96k, this is one is 226k). If you want to use it for your autorun, you can find it attached.
Attached Files
File Type: rar Autorun.mp3.rar (2.53 MB, 3 views)

Last edited by Joe Forster/STA; 14-10-2012 at 08:11. Reason: uploaded file as forum attachment
Reply With Quote
  #87  
Old 22-03-2013, 03:34
thefreeman thefreeman is offline
Registered User
 
Join Date: Apr 2012
Location: ankara
Posts: 6
Thanks: 9
Thanked 2 Times in 1 Post
thefreeman is on a distinguished road
can you update conversion for all dlcs and updates please
Reply With Quote
The Following 2 Users Say Thank You to thefreeman For This Useful Post:
pcblizzard (23-06-2013), S4rd4uk4r (25-03-2013)
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Mass Effect 2 2xDVD9 to 3xDVD5 English Only SND PC Games - CD/DVD Conversions 9 16-01-2011 07:04
Mass Effect 1.02 DLC trainer. ShibbyWibby Game Trainers 0 24-01-2010 16:59
Mass Effect - Wrong info on GCW bmn2008 PC Games 4 07-01-2009 06:38



All times are GMT -7. The time now is 13:06.


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