Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-12-2009, 23:23
loveco2001 loveco2001 is offline
Registered User
 
Join Date: Oct 2007
Location: place in earth
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
loveco2001 is on a distinguished road
Runaway twist of fate dvd9 - dvd5 conversion

Someone able to convert game to 1xDVD5 or 2xDVD5

Seems it have NSIS installer.


Thx 4 all your help.
Reply With Quote
Sponsored Links
  #2  
Old 06-12-2009, 01: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
Runaway - A twist of fate ENGLISH (DVD9 to 1xDVD5)


1) Create temp folder

'RATOF'

2) Copy DVD9 contents to 'RATOF' folder

3) Extract archives contents to 'RATOF' folder:

4) Launch re-compress.bat & wait...

5) Burn or make iso with label name 'RATOF' or with a name of your choice

See Post #14 for files
Attached Files
File Type: 7z re-compress_bat_fixed.7z (439 Bytes, 527 views)

Last edited by pakrat2k2; 14-12-2017 at 14:06. Reason: dead links removed
Reply With Quote
The Following User Says Thank You to peterf1999 For This Useful Post:
peteka (27-10-2015)
  #3  
Old 07-12-2009, 01:01
dogyutz dogyutz is offline
Registered User
 
Join Date: Sep 2009
Location: Spain
Posts: 27
Thanks: 12
Thanked 3 Times in 1 Post
dogyutz is on a distinguished road
@peterf1999 your so nice and talented man

Very easy Convertion...

thanks to your effort
Reply With Quote
  #4  
Old 07-12-2009, 06:07
spleck spleck is offline
Registered User
 
Join Date: Dec 2004
Location: canada
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
spleck is on a distinguished road
Runaway :A twist of Fate DVD-9 to 2 DVD-5 French

1st : Install game ex in D:\ratof patch it if you want (but its work good for me in v.1.0)

2nd :Open the .iss include with inno setup , modify the path if needed

[Files]
Source:____________


3nd :Modify it if you have another langage (cause mine is french)

4 : When compile is finish, copy setup.exe , setup-1x.bin ratof.ico ton DVD1 -
if you want add autorun.inf edit a file in notepad with this :

[autorun]
OPEN=setup.exe
ICON=RATOF.ico





Copy setup-2x.bin, ratof.ico and autorun.inf to DVD 2 also /directX and / Manual folders to the DVD2

autorun of DVD 2:

[autorun]
OPEN=0
ICON=RATOF.ico



************************************************** ****

Burn dvds with label you want

Install sequence DVD1-DVD2 and play :P
Attached Files
File Type: rar Runaway_inno.rar (161.1 KB, 262 views)

Last edited by spleck; 07-12-2009 at 06:19.
Reply With Quote
  #5  
Old 07-12-2009, 10:47
hazap hazap is offline
Registered User
 
Join Date: Sep 2007
Location: Zagreb
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
hazap is on a distinguished road
TNX Peter, you are the man great and easy
Reply With Quote
  #6  
Old 08-12-2009, 06:18
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
@ all

Sry, edit the line with move command in re-compress.bat like this:

Code:
from move %%~nF\*.* temp\Datav /y to move /y %%~nF\*.* temp\Datav >nul
Code:
@echo off
cls
for %%F in (data001.bin data002.bin data003.bin) do (
echo.Extracting contents of archive %%F,please wait...
7z x -o.\temp %%F
if ERRORLEVEL 1 goto error
del %%F
move /y %%~nF\*.* temp\Datav >nul
echo.Re-compressing contents of archive %%F,please wait...
7z a -m0=LZMA:d=25 -r %%F .\temp\*.*
if ERRORLEVEL 1 goto error
rd %%~nF temp /s /q
)
echo. All done.
pause
del 7z.exe re-compress.bat
goto EOF
:error
echo.
echo.WARNING: 7zip returns an error, please retry... 
:EOF

Last edited by peterf1999; 08-12-2009 at 06:31.
Reply With Quote
  #7  
Old 08-12-2009, 06:35
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 wfx View Post
edit the re-compress.bat??how
LOL,change the red line

Code:
from move %%~nF\*.* temp\Datav /y to move /y %%~nF\*.* temp\Datav >nul
Reply With Quote
  #8  
Old 08-12-2009, 12:32
NSCXP2005 NSCXP2005 is offline
Registered User
 
Join Date: Dec 2008
Location: United Kingdom
Posts: 98
Thanks: 75
Thanked 15 Times in 14 Posts
NSCXP2005 is on a distinguished road
Thanks peterf1999 it works great!!

It comes in at 4.3GB

Thanks again

NSCXP2005
Reply With Quote
  #9  
Old 08-12-2009, 15:35
witcher's Avatar
witcher witcher is offline
Registered User
 
Join Date: Nov 2008
Location: Serbia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
witcher is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
LOL,change the red line

Code:
from move %%~nF\*.* temp\Datav /y to move /y %%~nF\*.* temp\Datav >nul
ty peterf1999, now it work.
Reply With Quote
  #10  
Old 09-12-2009, 04:40
thanhbun's Avatar
thanhbun thanhbun is offline
Registered User
 
Join Date: Jul 2009
Location: My Tho - Viet Nam
Posts: 28
Thanks: 203
Thanked 0 Times in 0 Posts
thanhbun is on a distinguished road
Thumbs up

Quote:
Originally Posted by peterf1999 View Post
LOL,change the red line

Code:
from move %%~nF\*.* temp\Datav /y to move /y %%~nF\*.* temp\Datav >nul

great... it's 4.36GB... thanks Peter...
Reply With Quote
  #11  
Old 19-12-2009, 05:12
pxus555 pxus555 is offline
Registered User
 
Join Date: May 2008
Location: pirch
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
pxus555 is on a distinguished road
Thanks peterf1999.
work perfect.

Last edited by pxus555; 31-12-2009 at 02:06.
Reply With Quote
  #12  
Old 05-03-2010, 21:40
theraindew theraindew is offline
Registered User
 
Join Date: Apr 2009
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
theraindew is on a distinguished road
I had the problem with 7z in Vista 64bit. Downloaded and installed 64bit version on 7Zip. Copied the 7z.exe file to RATOF and then tried re-compress.bat. Works fine. Thanks.
Reply With Quote
  #13  
Old 28-03-2010, 03:12
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 Aldo_73 View Post
Peterf1999 this conversion works with the spanish version?

You can make conversion for spanish?
Thanks
No, its only for english , unfortunately i don't have the spanish version, and i can't do the conversion.
Reply With Quote
  #14  
Old 11-11-2011, 07:51
Petroludo Petroludo is offline
Registered User
 
Join Date: Oct 2009
Location: Argentina
Posts: 2
Thanks: 11
Thanked 0 Times in 0 Posts
Petroludo is on a distinguished road
Runaway - A Twist of Fate (DVD9 to 1xDVD5) Only SPANISH

1) Create temp folder

'RATOF'

2) Copy DVD9 contents to 'RATOF' folder

3) Extract archives contents to 'RATOF' folder:

4) Launch recomp.bat & wait...

5) Burn or make iso with label name 'RATOF' or with a name of your choice


Removed Dead Links
Attached Files
File Type: 001 Ratof_1xdvd5.7z.001 (95.37 MB, 1 views)
File Type: 002 Ratof_1xdvd5.7z.002 (95.37 MB, 1 views)
File Type: 003 Ratof_1xdvd5.7z.003 (39.89 MB, 1 views)

Last edited by pakrat2k2; 14-12-2017 at 14:03.
Reply With Quote
  #15  
Old 14-12-2017, 11:44
Mrrrr Mrrrr is offline
Registered User
 
Join Date: Nov 2011
Location: Bistrita
Posts: 13
Thanks: 53
Thanked 10 Times in 8 Posts
Mrrrr is on a distinguished road
Links for those archives are dead.

Removed 3rd party links, added just above your post.

Last edited by pakrat2k2; 14-12-2017 at 14:04.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
X3 Terran Conflict mondragon PC Games - CD/DVD Conversions 4 30-11-2018 12:49
Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 jta PC Games - CD/DVD Conversions 22 05-08-2012 16:55
Runaway A Twist of Fate ShadowDuke PC Games - Protection List 1 20-11-2009 17:46
Unreal Tournament 3 [ENGLISH ONLY] (DVD9 to 1x DVD5) Tha-Viper PC Games - CD/DVD Conversions 10 17-01-2008 05:51



All times are GMT -7. The time now is 22:10.


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