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
  #1  
Old 30-08-2012, 02:16
an_ultim an_ultim is offline
Registered User
 
Join Date: Feb 2010
Location: India
Posts: 14
Thanks: 19
Thanked 0 Times in 0 Posts
an_ultim is on a distinguished road
Recompressed Data3. Final size 4.40 Gb instead of 4.44 earlier.Installed smoothly.

I used the new 3GB patch may be thats the extra mb?

And finally when i tried to recompress bik file of the intro cutscene there was no speech of the narrator in the new reduced one.Whats the reason?

Last edited by an_ultim; 30-08-2012 at 02:19.
Reply With Quote
Sponsored Links
  #2  
Old 30-08-2012, 02:30
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 an_ultim View Post
Recompressed Data3. Final size 4.40 Gb instead of 4.44 earlier.Installed smoothly.

I used the new 3GB patch may be thats the extra mb?

And finally when i tried to recompress bik file of the intro cutscene there was no speech of the narrator in the new reduced one.Whats the reason?
Show the contents of your media\sounds_streamed\PC folder
Reply With Quote
  #3  
Old 30-08-2012, 02:47
an_ultim an_ultim is offline
Registered User
 
Join Date: Feb 2010
Location: India
Posts: 14
Thanks: 19
Thanked 0 Times in 0 Posts
an_ultim is on a distinguished road
here it is

Reply With Quote
  #4  
Old 30-08-2012, 02:59
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 an_ultim View Post
here it is

Weird, the folder content is right, i will do the conversion again and then report feedback later
Reply With Quote
  #5  
Old 30-08-2012, 03:04
an_ultim an_ultim is offline
Registered User
 
Join Date: Feb 2010
Location: India
Posts: 14
Thanks: 19
Thanked 0 Times in 0 Posts
an_ultim is on a distinguished road
thx. any idea whats wrong with the bik recompressed with sound of the narrator missing [the intro cutscene].

currently used the fraps the to record the first cutscene and converted to bik

My final after editing the first cutscene + ur script 4.31 GB !!

Last edited by an_ultim; 30-08-2012 at 05:49.
Reply With Quote
  #6  
Old 30-08-2012, 03:16
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 an_ultim View Post
thx. Any idea whats wrong with the bik recompressed with sound of the narrator missing [the intro cutscene].

Currently used the fraps the to record the first cutscene and converted to bik

my final after editing the first cutscene + ur script 4.28 gb !!
bik.jpg

The bik videos contains multi audio tracks, the correct procedure is:

1) Re-sampling video without audio tracks

2) Extract all audio tracks from original video

3) Re-muxing audio tracks with same track id with re-sampled video
Reply With Quote
  #7  
Old 30-08-2012, 05:09
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
I tried conversion with update #2 included and I ended up with 4514mb (won't fit). Hoy did you guys manage to put it in only 1xdvd5?

Thanks and kind regards!
Reply With Quote
  #8  
Old 30-08-2012, 05:21
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 elbubi View Post
I tried conversion with update #2 included and I ended up with 4514mb (won't fit). Hoy did you guys manage to put it in only 1xdvd5?

Thanks and kind regards!
Compression in progress... i hope that it fits on dvd5

edit1:

It fits on DVD5 after update 2!!

DS2_DVD5.jpg

There was a bad zlib level & recursion depth (precomp parameters) in Data4.bin archive creation, cause update 2 adds new game files.

Use the Compress.bat below:

Code:
echo off
:start
cls
set choice1=
set arc=
set retry=
echo.
set /p choice1=Please type game folder path (e.g. c:\Program Files\Darksiders2):
if "%choice1%"=="" goto start
echo.
echo Creating archive files, please wait...
echo.
:Data1
set arc=Data1.bin
if exist .\Darksiders2\%arc% goto Data2
arc a -ep -w.\ .\Darksiders2\%arc% -mprecomp:t-nfj:zl99:d1+srep+lzma:max:1gb "%choice1%\media\media.upak"
if ERRORLEVEL 1 goto arcfail
:Data2
set arc=Data2.bin
if exist .\Darksiders2\%arc% goto Data3
arc a -ep -w.\ -mprecomp:t-nfj:zl99:d0+srep+lzma:max:1gb -dp"%choice1%\media" .\Darksiders2\%arc% @upak.lst
if ERRORLEVEL 1 goto arcfail
:Data3
set arc=Data3.bin
if exist .\Darksiders2\%arc% goto Data4
arc a -ep1 -r -w.\ -msrep+lzma:max:1gb -dp"%choice1%\media" -x@Ex_v_upak.lst .\Darksiders2\%arc% 
if ERRORLEVEL 1 goto arcfail
:Data4
set arc=Data4.bin
if exist .\Darksiders2\%arc% goto end
arc a -ep1 -r -w.\ -mprecomp:t-nfj:zl78,99:d0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -dp"%choice1%" -x@Ex_m.lst .\Darksiders2\%arc%
if ERRORLEVEL 1 goto arcfail
:end
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error in archive %arc%! 
set /p retry=Do you wish to retry [Y/N]:
if /I "%retry%"=="Y" goto %arc:~0,5% 
pause
:EOF

Last edited by peterf1999; 30-08-2012 at 08:21.
Reply With Quote
  #9  
Old 30-08-2012, 08:17
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Thanks Peter! Waiting your results anxiously!
Reply With Quote
  #10  
Old 30-08-2012, 08:21
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 elbubi View Post
Thanks Peter! Waiting your results anxiously!
Take a look above!!
Reply With Quote
  #11  
Old 31-08-2012, 04:31
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Tested and working 100% with update 2!

Thanks indeed Peter! AWESOME Job once again!!!
Reply With Quote
  #12  
Old 31-08-2012, 05:48
an_ultim an_ultim is offline
Registered User
 
Join Date: Feb 2010
Location: India
Posts: 14
Thanks: 19
Thanked 0 Times in 0 Posts
an_ultim is on a distinguished road
thx peter.

Its redone final size 4.25 GB !!!



Gr8 Job!!

Last edited by an_ultim; 31-08-2012 at 06:12.
Reply With Quote
  #13  
Old 03-09-2012, 19:24
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Help please... Stuck on archive 4 with this.

Last edited by HellRazor; 21-10-2014 at 17:19.
Reply With Quote
  #14  
Old 03-09-2012, 22:11
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 HellRazor View Post
Help please... Stuck on archive 4 with this.
Don't insert trailing backslash at end of the path

Code:
f:\progran files\THQ\Darksiders II
Reply With Quote
  #15  
Old 04-09-2012, 08:04
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
Don't insert trailing backslash at end of the path

Code:
f:\progran files\THQ\Darksiders II
Thanks. Totally forgot about that .
Anyhow, one more question...

How come Windows 7 does not fall under minimum requirements in your installer for this game.
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
DARKSIDERS - (2DVD9 to 3x DVD5) pakrat2k2 PC Games - CD/DVD Conversions 9 19-07-2013 09:55
Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 jta PC Games - CD/DVD Conversions 22 05-08-2012 16:55
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) Heretic666 PC Games - CD/DVD Conversions 6 26-12-2006 06:28



All times are GMT -7. The time now is 04:03.


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