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 28-02-2013, 22:47
andrei222's Avatar
andrei222 andrei222 is offline
Registered User
 
Join Date: Feb 2011
Location: the center of universe
Posts: 107
Thanks: 29
Thanked 32 Times in 19 Posts
andrei222 is on a distinguished road
DLC + patch 1.7 please !!!
__________________
I'll make him an offer he can't refuse.
Reply With Quote
Sponsored Links
  #2  
Old 01-03-2013, 05:27
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by andrei222 View Post
DLC + patch 1.7 please !!!
Use the conversion by senseman. I will not update this conversion anymore. This game is quite buggy, impossible to install the patches and play after conversion.
Update yourself if you wish, just add the reg entries in InstallerScript.iss

I will delete this conversion in few days.

Thanks.
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
senseman (01-03-2013)
  #3  
Old 01-03-2013, 06:30
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
Quote:
Originally Posted by Fabioddq View Post

I will delete this conversion in few days.
Personally I would leave it as it is, members will still find it useful.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
  #4  
Old 06-06-2013, 03:32
k0rnflakes k0rnflakes is offline
Registered User
 
Join Date: Oct 2011
Location: Hell
Posts: 7
Thanks: 5
Thanked 0 Times in 0 Posts
k0rnflakes is on a distinguished road
patch 1.8 pls..
Reply With Quote
  #5  
Old 06-06-2013, 05:12
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
can always find game updates here, for any game too.

Code:
http://www.patches-scrolls.com/ghost_recon_future_soldier.php
Reply With Quote
  #6  
Old 21-09-2013, 05:09
andrei222's Avatar
andrei222 andrei222 is offline
Registered User
 
Join Date: Feb 2011
Location: the center of universe
Posts: 107
Thanks: 29
Thanked 32 Times in 19 Posts
andrei222 is on a distinguished road
were i can download the videos recoded ? i dont have time to convert those vids becouse my job is very hard
Someone help me
sorry for my bad english
__________________
I'll make him an offer he can't refuse.
Reply With Quote
  #7  
Old 21-09-2013, 10:39
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 andrei222 View Post
were i can download the videos recoded ? i dont have time to convert those vids becouse my job is very hard
Someone help me
sorry for my bad english
text file in attachments in post #1
Reply With Quote
  #8  
Old 21-09-2013, 07:18
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
I advise you not to use this conversion. This completely outdated. Use senseman conversion!

Anyway, check the links in the first post. (TCGRFS_2xDVD5.txt)
Reply With Quote
  #9  
Old 26-06-2012, 07:18
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Easy guy's

I'm trying to discover the problem
I do not know which function to use to identify the language automatically.
Yener perhaps should know. hehe

For now, change langId in the registry or change before the conversion in InstallerScript.iss:

1 - English*
3 - German*
4 - French*
5 - Spanish*
6 - Italian*
9 - Portuguese
10 - Norwegian
11 - Danish
unfortunately those codes are not predefined.
ubisoft uses different codes everytime.
in driver it was
0 = English
1 = German
....

i dont have the game so i cant analyze completely.
if your codes are correct you can use those lines for script:
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 1; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 3; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 4; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 5; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: spa;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 6; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 9; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: porbr;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 10; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: nor;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 11; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: dan;
you have forget or not found polish, dutch and swedish
Reply With Quote
  #10  
Old 26-06-2012, 07:29
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
unfortunately those codes are not predefined.
ubisoft uses different codes everytime.
in driver it was
0 = English
1 = German
....

i dont have the game so i cant analyze completely.
if your codes are correct you can use those lines for script:
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 1; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 3; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 4; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 5; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: spa;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 6; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 9; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: porbr;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 10; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: nor;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 11; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: dan;
you have forget or not found polish, dutch and swedish
Thanks yener, i will fixed. Yes, i'm not found polish, dutch and swedish.
I'll have to install the game in these languages ​​to learn.

EDIT...

Updated to v1.1:

Fixed reg entries for all languages supported by the game. (Thanks to yener90).
Not more necessary to change the registry. Just install the game in the language of your choice.

Last edited by Fabioddq; 26-06-2012 at 10:35.
Reply With Quote
  #11  
Old 23-10-2012, 22:51
jackstuff's Avatar
jackstuff jackstuff is offline
Registered User
 
Join Date: Oct 2011
Location: iN mEMORIES
Posts: 109
Thanks: 110
Thanked 26 Times in 17 Posts
jackstuff is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
@JacksMafia

This conversion works only to 2xDVD5 with all updates installed, one language and re-encoded bik's.
Based on CI 8.5.7.4 by yener90. Is the same conversion posted on the first page, just changed to FreeArc.


1. Install the game and all updates; Downloads attachment and extract in your HD;

2. From your DVD9 copy Support folder to TCGRFS_2;

2. Run FreeArc and compress the following files:

Code:
Yeti.big
Yeti.big1
Yeti.big2
Yeti.big3

Output archive: Data1.cab
Compression: High: -m7 -md96m -ld192m
Make EXE: not checked
3. Run Freearc and compress all files and folders except the previously compressed in Data1.cab:

Code:
Output archive: Data2.cab
Compression: No compression: -m0
Make EXE: not checked
4. Move to:

TCGRFS_1: Data1.cab
TCGRFS_2: Data2.cab

Final sizes:

DVD1: 3.33GB
DVD2: 3.66GB

5. Make ISO's and test! I hope that solves your problem!
Fabio i have your previous script file, can u plz tell me the change made in script so that i donot need to download the attachment given below

Last edited by jackstuff; 23-10-2012 at 22:55.
Reply With Quote
  #12  
Old 24-10-2012, 07:33
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by jackstuff View Post
Fabio i have your previous script file, can u plz tell me the change made in script so that i donot need to download the attachment given below
This conversion works only to 2xDVD5 with all updates installed (1.4), one language and re-encoded bik's.
Based on CI 8.5.7.4 by yener90. Is the same conversion posted on the first page, just changed to FreeArc.
Reply With Quote
  #13  
Old 24-10-2012, 08:00
jackstuff's Avatar
jackstuff jackstuff is offline
Registered User
 
Join Date: Oct 2011
Location: iN mEMORIES
Posts: 109
Thanks: 110
Thanked 26 Times in 17 Posts
jackstuff is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
This conversion works only to 2xDVD5 with all updates installed (1.4), one language and re-encoded bik's.
Based on CI 8.5.7.4 by yener90. Is the same conversion posted on the first page, just changed to FreeArc.
change to freearc but how
Reply With Quote
  #14  
Old 24-10-2012, 09:17
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by jackstuff View Post
change to freearc but how
Follow the steps in the page 9.

If you already used the conversion of the first page, you do not need this. Conversions are the same, I just made these with FreeArc to the user JacksMafia who was having problems with the Inno.
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
Tom Clancy's Ghost Recon Future Soldier (DVD9 - 3xDVD5) damar15 PC Games - CD/DVD Conversions 11 23-07-2015 22:32
Tom Clancys Ghost Recon Future Soldier + Raven Strike DLC + ALL Updates (4xDVD5) senseman PC Games - CD/DVD Conversions 30 20-09-2013 11:17
Tom Clancys Ghost Recon Future Soldier 2xDVD9 to 3xDVD5 senseman PC Games - CD/DVD Conversions 34 25-03-2013 02:19



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


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