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
  #46  
Old 24-11-2012, 03:29
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by xalempong View Post
can this conversion create 4xdvd5
i've seen senseman conversion, but i prefer to use inno setup.
Set compression to 'none' then you got 4DVD5
Reply With Quote
Sponsored Links
  #47  
Old 24-11-2012, 06:08
mrandrason mrandrason is offline
Registered User
 
Join Date: Jul 2010
Location: india
Posts: 18
Thanks: 13
Thanked 12 Times in 5 Posts
mrandrason is on a distinguished road
I select Eng flag and installed game...

but when i play its in Rus.

i used AC3_3DVD5_BASE_PACK_V121
and InstallerScript_V120

i used compression=none for 4DVD5

please help...
Reply With Quote
  #48  
Old 24-11-2012, 06:11
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by mrandrason View Post
I select Eng flag and installed game...

but when i play its in Rus.

i used AC3_3DVD5_BASE_PACK_V121
and InstallerScript_V120

i used compression=none for 4DVD5

please help...
What game do you have ?
Reply With Quote
  #49  
Old 24-11-2012, 06:40
mrandrason mrandrason is offline
Registered User
 
Join Date: Jul 2010
Location: india
Posts: 18
Thanks: 13
Thanked 12 Times in 5 Posts
mrandrason is on a distinguished road
Assassin’s creed 3 multi 7 [15.21 gb]
Reply With Quote
  #50  
Old 24-11-2012, 06:53
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by mrandrason View Post
Assassin’s creed 3 multi 7 [15.21 gb]
It can't be russian because i checked regkeys and they're all correct. Did you try with other language ?
Reply With Quote
  #51  
Old 24-11-2012, 06:56
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
i also had that issue with language beening in different language after conversion so i just removed all the language from the registry in script only left eng as i only need it in english and then is worked fine.mine was launching in swedish i think(SW)
Reply With Quote
  #52  
Old 24-11-2012, 07:06
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by mikey26 View Post
i also had that issue with language beening in different language after conversion so i just removed all the language from the registry in script only left eng as i only need it in english and then is worked fine.mine was launching in swedish i think(SW)
I dont know this conversion has sooooo many problems, i'm on the edge of deleting the whole fucking thread.

EXTRA: Open installerscript.iss and find regkeys;

add following language extenstion to end of eng regkeys: 'Languages: eng', so they both look like this:

Code:
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Last edited by REV0; 24-11-2012 at 07:09.
Reply With Quote
  #53  
Old 24-11-2012, 07:15
mrandrason mrandrason is offline
Registered User
 
Join Date: Jul 2010
Location: india
Posts: 18
Thanks: 13
Thanked 12 Times in 5 Posts
mrandrason is on a distinguished road
Quote:
Originally Posted by REV0 View Post
It can't be russian because i checked regkeys and they're all correct. Did you try with other language ?
I just edit "localization.lang" file in Installation directory and delete everything...and type "eng"...

save and all done

its converted in eng.
Reply With Quote
  #54  
Old 24-11-2012, 07:18
mrandrason mrandrason is offline
Registered User
 
Join Date: Jul 2010
Location: india
Posts: 18
Thanks: 13
Thanked 12 Times in 5 Posts
mrandrason is on a distinguished road
Quote:
Originally Posted by REV0 View Post
I dont know this conversion has sooooo many problems, i'm on the edge of deleting the whole fucking thread.

EXTRA: Open installerscript.iss and find regkeys;

add following language extenstion to end of eng regkeys: 'Languages: eng', so they both look like this:

Code:
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng
omg i just compliled....

i have to compile it 1 more time...
Reply With Quote
  #55  
Old 24-11-2012, 07:25
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
REV0
you know it will not bring anything
-> Languages: eng change^^

-> your gameupdate languages registry are wrong.
The GameUpdater doesnt support so much languages.
Look at Resources in Assassins Creed 3 Folder.
You can see on the folder names which are supported.

Try those values:
Code:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III 1.01\1.01"; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: InstallDir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: French; ValueType: string; Languages: fre; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Italian; ValueType: string; Languages: ita; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: German; ValueType: string; Languages: ger; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Spanish; ValueType: string; Languages: esp; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Russian; ValueType: string; Languages: rus; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Polish; ValueType: string; Languages: pol; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: ChineseTrad; ValueType: string; Languages: cnt; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Hungarian; ValueType: string; Languages: hun; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Czech; ValueType: string; Languages: cze; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Dutch; ValueType: string; Languages: ndl; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Danish; ValueType: string; Languages: dan; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Norwegian; ValueType: string; Languages: nor; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Swedish; ValueType: string; Languages: swe; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Portuguese; ValueType: string; Languages: porbr; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Brazil; ValueType: string; Languages: por; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Finnish; ValueType: string; Languages: fin; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: execPath; ValueData: {app}\AC3SP.exe; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: info; ValueData: c8756eaa3e624090a7004c7c386c8e77; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: installdir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: de; ValueType: string; Languages: ger; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: es; ValueType: string; Languages: esp; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: fr; ValueType: string; Languages: fre; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: it; ValueType: string; Languages: ita; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: nl; ValueType: string; Languages: ndl; Flags: uninsdeletekey;
i used english on my installation, did work.
Reply With Quote
The Following User Says Thank You to yener90 For This Useful Post:
jackstuff (19-12-2012)
  #56  
Old 24-11-2012, 07:25
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by mrandrason View Post
I just edit "localization.lang" file in Installation directory and delete everything...and type "eng"...

save and all done

its converted in eng.
if lang file solved the problem, you dont need to recompile. If it's working, dont fix it.
Reply With Quote
  #57  
Old 24-11-2012, 07:33
mrandrason mrandrason is offline
Registered User
 
Join Date: Jul 2010
Location: india
Posts: 18
Thanks: 13
Thanked 12 Times in 5 Posts
mrandrason is on a distinguished road
Quote:
Originally Posted by REV0 View Post
if lang file solved the problem, you dont need to recompile. If it's working, dont fix it.
my setup did'nt have the Updated "localization.lang" file so i have to re-compile it...

and also i edit the Latest eng regkeys which yener90 posted...

Last edited by mrandrason; 24-11-2012 at 07:37.
Reply With Quote
  #58  
Old 24-11-2012, 07:41
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
REV0
you know it will not bring anything
-> Languages: eng change^^

-> your gameupdate languages registry are wrong.
The GameUpdater doesnt support so much languages.
Look at Resources in Assassins Creed 3 Folder.
You can see on the folder names which are supported.

Try those values:
Code:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III 1.01\1.01"; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: InstallDir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: French; ValueType: string; Languages: fre; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Italian; ValueType: string; Languages: ita; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: German; ValueType: string; Languages: ger; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Spanish; ValueType: string; Languages: esp; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Russian; ValueType: string; Languages: rus; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Polish; ValueType: string; Languages: pol; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: ChineseTrad; ValueType: string; Languages: cnt; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Hungarian; ValueType: string; Languages: hun; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Czech; ValueType: string; Languages: cze; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Dutch; ValueType: string; Languages: ndl; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Danish; ValueType: string; Languages: dan; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Norwegian; ValueType: string; Languages: nor; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Swedish; ValueType: string; Languages: swe; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Portuguese; ValueType: string; Languages: porbr; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Brazil; ValueType: string; Languages: por; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Finnish; ValueType: string; Languages: fin; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: execPath; ValueData: {app}\AC3SP.exe; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: info; ValueData: c8756eaa3e624090a7004c7c386c8e77; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: installdir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletekey;  
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: de; ValueType: string; Languages: ger; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: es; ValueType: string; Languages: esp; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: fr; ValueType: string; Languages: fre; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: it; ValueType: string; Languages: ita; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: nl; ValueType: string; Languages: ndl; Flags: uninsdeletekey;
i used english on my installation, did work.
The one i got from store had folders of languages i put in regkey part.

The second one i obtained has 7 of them, the ones you posted only...

My head gonna explode. Since 2 days i'm trying to had 2 more exe files on autorun which is a torture, gonna be retired.
Reply With Quote
  #59  
Old 24-11-2012, 09:28
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
hi guys this is what worked for me:

Root: "HKLM"; Subkey: "SOFTWARE\{{{{code:GetAppPublisher}\{{{{code:GetAp pName}"; ValueType: String; ValueName: "UninstallString"; ValueData: "{{uninstallexe}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft"; ValueType: String; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed (R) III\1.01"; ValueType: String; ValueName: "(Default)"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "Language"; ValueData: "English"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "language"; ValueData: "us"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "installdir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "execPath"; ValueData: "{app}\AC3SP.exe"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "info"; ValueData: "f77ec040f361440b8eec12981898da70"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}"; ValueType: String; ValueName: "DisplayVersion"; ValueData: "1.01"; Flags: uninsdeletekey; MinVersion: 0.0,5.01


if i try any other languages in reg my game starts up in a different language i tried every type of fix posted from ur's revo and yener.either in different language or it cant pick up the updates.since i only need english i gonna just leave it like this it works fuck this games starting to really piss me of compiling and recompiling.

Last edited by mikey26; 24-11-2012 at 09:32.
Reply With Quote
The Following 2 Users Say Thank You to mikey26 For This Useful Post:
pakrat2k2 (24-11-2012), Xaelin (16-03-2013)
  #60  
Old 24-11-2012, 09:48
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by mikey26 View Post
fuck this games starting to really piss me of compiling and recompiling.


And... now what ? I put 3 regkeys which say 'IT'S V1.01 DAMN IT' in Anthology conversion. It'll work now, i am sure of it.
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
Call of Duty: Black Ops II 3xDVD5 [ZOMBIE MODE + SP ONLY + INNO SETUP] REV0 PC Games - CD/DVD Conversions 83 11-06-2016 09:55
Assassin's Creed (DVD9 to 1xDVD5) peterf1999 PC Games - CD/DVD Conversions 12 04-02-2012 03:16
Assassins Creed Brotherhood ShadowDuke PC Games - Protection List 1 17-03-2011 06:02



All times are GMT -7. The time now is 14:53.


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