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 15-12-2010, 02:10
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 theimperatorum View Post
The conversion is very rapid and the video file works perfect (with audio). Just open RAD video, Select the video file, press bink it, settings the % and start the conversion.
OMG,i have not explained or you have misunderstood, the tron's videos contain multiple audio tracks, if you make a simple resampling with sound enabled, you will get a video with only one audio track (the 1st track) but the video has multiple audio tracks for each game's language. The correct procedure is to resample the video, extract audio tracks and then remuxing them.

radvideo.jpg

I hope everything is clear
Reply With Quote
Sponsored Links
  #17  
Old 15-12-2010, 04:13
pleomax pleomax is offline
Registered User
 
Join Date: Dec 2009
Location: Earth
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
pleomax is on a distinguished road
But peterf1999 i did like theimperatorum said and because i use English Language during Setup i don't need the other audio tracks.

By resampling the bik files i was able to include DirectX, PhysX and Gfwl in my DVD5.

Will it be possible for you to make an exe which will install DirectX, PhysX and Gfwl after the Setup finishes like the Original Installer?
Reply With Quote
  #18  
Old 26-12-2010, 10:03
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
Quote:
Originally Posted by goybus View Post
What files and folders I must be to compress? The final Game Dir or the Tron DVD5, because my final folder size is Movies 2.67 GB and Tron_Evolution.arc 4.12. Thx for the conversion.
Spanish Conversion
Obviously you didnt follow the steps properly. Start over again, meaning uninstall TRON & reinstall it. Then start conversion over again, do each step
and make sure you understand what it means before proceding and if you dont understand then stop & ask questions here

Step 4 means goto your installed game dir and delete the corresponding files you DONT want.

-> GridGame\CookedPC\Startup_foreignlanguages.upk files ANY ( that are NOT spanish ) -> Startup_CZE.upk Startup_DEU.upk Startup_FRA.upk etc

-> GridGame\Localization\foreignlanguages folders THOSE that arent spanish

DEU / INT / FRA etc DELETE those folders...

-> GridGame\CookedPC\foreignlanguages folders DELETE the English(US), French(France), German, Italian FOLDERS


Follow the rest of conversion, DONT overwrite movies when moving them.

Your Tron_Evolution.arc file ( you start freearc and select ALL files/folders INSIDE your installed game dir ) should end up about 1.77GB. The whole ISO should be no bigger then 4.37GB
Reply With Quote
  #19  
Old 28-12-2010, 15:25
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
1. uninstall original version after completing conversion.
2. Run from ISO, you CANNOT run conversion from temp folder
Reply With Quote
  #20  
Old 21-01-2011, 12:25
sevendays's Avatar
sevendays sevendays is offline
Registered User
 
Join Date: Dec 2008
Location: cn
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sevendays is on a distinguished road
Great thanks! ^^
Reply With Quote
  #21  
Old 25-01-2011, 09: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 mangusta View Post
Ii didn't understand what files i have to compress: Entire Tron Evolution Directory? or GridGame Directory? THX a lot.
Tron Evolution Directory's contents
Reply With Quote
  #22  
Old 25-01-2011, 22:16
85e 85e is offline
Registered User
 
Join Date: Jan 2009
Location: U.S.
Posts: 34
Thanks: 14
Thanked 1 Time in 1 Post
85e is on a distinguished road
It works!!! For ENG version
Thx peterf1999
Reply With Quote
  #23  
Old 18-03-2011, 14:29
BlackWhite BlackWhite is offline
Registered User
 
Join Date: Jul 2010
Location: Spain
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
BlackWhite is on a distinguished road
Hello peterf1999

About Inno
Quote:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Ubisoft\Assassin's Creed Brotherhood',
'InstallDir', appath)
....
or
Quote:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Drakensang - Phileasson's Secret',
'Path', appath)
...
'SOFTWARE\Ubisoft\Assassin's Creed Brotherhood',
'SOFTWARE\Drakensang - Phileasson's Secret'
Give me error because Assasin's and Phileasson's contain '. Like any word with ' in their name.
Do you know how fix this error, please?

Thanks and greeting
Reply With Quote
  #24  
Old 18-03-2011, 16:40
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Try replacing ' (single apostrophe) with the usual escape sequences: '' (two apostrophes) or \' (backslash and apostrophe).
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #25  
Old 19-03-2011, 01: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 BlackWhite View Post
Hello peterf1999

About Inno
or
'SOFTWARE\Ubisoft\Assassin's Creed Brotherhood',
'SOFTWARE\Drakensang - Phileasson's Secret'
Give me error because Assasin's and Phileasson's contain '. Like any word with ' in their name.
Do you know how fix this error, please?

Thanks and greeting
The characters can be specified by their character value (usually an ASCII code):

Code:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Ubisoft\Assassin'#39's Creed Brotherhood',
'InstallDir', appath)
or

Code:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Ubisoft\Assassin'+chr(39)+'s Creed Brotherhood',
'InstallDir', appath)
Reply With Quote
  #26  
Old 19-03-2011, 12:37
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
thanks for the conversion!!! I have a little problem, when i mount the ISO image the setup.exe don't start. I try to execute it trought the autoplay and directly on the setup.exe (with the administrator's rights), but don't work. I use windws 7 64 bit
EDIT : the setup in winx XP works

Last edited by The-revenge; 20-03-2011 at 02:41.
Reply With Quote
  #27  
Old 20-03-2011, 04:42
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
thanks for the conversion!!! I have a little problem, when i mount the ISO image the setup.exe don't start. I try to execute it trought the autoplay and directly on the setup.exe (with the administrator's rights), but don't work. I use windws 7 64 bit
EDIT : the setup in winx XP works
Did you remove the original instalation?

Check if this registry key was removed:

HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432node\\Disney Interactive Studios\tr2npc
Reply With Quote
  #28  
Old 20-03-2011, 04:47
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
Did you remove the original instalation?

Check if this registry key was removed:

HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432node\\Disney Interactive Studios\tr2npc
thanks, now work. I tryed to find the installation file in register, searching "tron", but the follow registry key don't show me. My problem was a incorrect unistalling (PC crash).
Thanks peter
Reply With Quote
  #29  
Old 24-03-2011, 01:53
BlackWhite BlackWhite is offline
Registered User
 
Join Date: Jul 2010
Location: Spain
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
BlackWhite is on a distinguished road
Sorry for the delay
Quote:
Originally Posted by Joe Forster/STA View Post
Try replacing ' (single apostrophe) with the usual escape sequences: '' (two apostrophes) or \' (backslash and apostrophe).
No work, at least for me. Directly assigned as two ' to the name of the folder
also thank

Quote:
Originally Posted by peterf1999 View Post
The characters can be specified by their character value (usually an ASCII code):

Code:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Ubisoft\Assassin'#39's Creed Brotherhood',
'InstallDir', appath)
or

Code:
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Ubisoft\Assassin'+chr(39)+'s Creed Brotherhood',
'InstallDir', appath)
I tested Assassin'+chr(39)+'s and works
Thanks and greeting
Reply With Quote
  #30  
Old 18-03-2012, 10:15
karimazwaw karimazwaw is offline
Registered User
 
Join Date: Apr 2011
Location: FRANCE
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
karimazwaw is on a distinguished road
Hi, i have a question (maybe stupid): How about if i delete all *.bik files and remplace them by dummies ones ? is there any chance that the game work? (of course without cinematics)
Thanks

Last edited by Joe Forster/STA; 18-03-2012 at 12:54.
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
Tron Evolution DVD9 - DVD5 conversion please loveco2001 PC Games - CD/DVD Conversions 12 13-12-2010 19:18
Pro Evolution Soccer 2011 (DVD9 to 1x DVD5) GER-FRA *Multi 2* 1 LANGUAGE 4tRUst PC Games - CD/DVD Conversions 3 08-11-2010 09:32
Pro Evolution Soccer 2011 (1x DVD9 to 2x DVD5) *GERMAN* 4tRUst PC Games - CD/DVD Conversions 0 29-09-2010 15:42



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


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