FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Medal of Honor Warfighter (4xDVD5 OR 5xDVD5) *Inno Setup* (https://fileforums.com/showthread.php?t=93560)

Fabioddq 22-10-2012 08:40

Medal of Honor Warfighter (4xDVD5 OR 5xDVD5) *Inno Setup*
 
1 Attachment(s)
Medal of Honor Warfighter - 5xDVD5 (Multi language (Multi10)) - Inno Setup
Medal of Honor Warfighter - 4xDVD5 (One language or more languages) - Inno Setup

Based on CI 8.5.7.4 by yener90; Music: "Restless Natives" from Original Soundtrack;

Code:

About versions:
v1.0 - First release: (103 downloads)

v1.1 - Current release:
Fixed reg entries for all languages.

5xDVD5:

1. Install the game, download attachment and extract in your HD;

2. From your game directory\__Installer, move to MOHWF_5\redist the following folders:

Code:

directx
punkbuster
vc

3. Open InstallerScript.iss and change the first line according to your game instalation path:

Code:

#define ProgramFiles "C:\Program Files (x86)\Electronic Arts\Medal of Honor Warfighter"
4. Press compile and wait... (~ 20 min)

5. Move to:

Code:

MOHWF_1: Setup-1* files; Setup.exe; Setup.dll; Setup.cab; Setup.ini;
MOHWF_2: Setup-2* files;
MOHWF_3: Setup-3* files;
MOHWF_4: Setup-4* files;
MOHWF_5: Setup-5* files;

6. Make ISO's and test before you burn.

------------------------------------------------------------------------------------------------------------------

4xDVD5: Depend of the content, different sizes to different languages, if it exceeds 4xDVD5, try changing the compression method.

1. Install the game, download attachment and extract in your HD;

2. From your game directory\__Installer, move to MOHWF_4\redist the following folders:

Code:

directx
punkbuster
vc

Note: Create redist folder in MOHWF_4

3. From your game directory\Data\Win32\Loc, leave the following files if you choose english language for example:

Code:

en.sb
en.toc

3. From your game directory\game\Speed\Win32\Loc, leave the following files if you choose english language for example:

Code:

Audio_en.sb
Audio_en.toc
en.sb
en.toc

4. Open InstallerScript.iss and change the first line according to your game instalation path:

Code:

#define ProgramFiles "C:\Program Files (x86)\Electronic Arts\Medal of Honor Warfighter"
5. Press compile and wait...

6. Move to:

Code:

MOHWF_1: Setup-1* files; Setup.exe; Setup.dll; Setup.cab; Setup.ini;
MOHWF_2: Setup-2* files;
MOHWF_3: Setup-3* files;
MOHWF_4: Setup-4* files;

7. Make ISO's and test before you burn.

Screenshots:

https://lh3.googleusercontent.com/-8...02/autorun.jpg

https://lh6.googleusercontent.com/-0...19/welcome.jpg

https://lh4.googleusercontent.com/-V...omelicense.jpg

https://lh3.googleusercontent.com/-t...comecustom.jpg

https://lh3.googleusercontent.com/-u...n0/s1920/6.jpg

https://lh3.googleusercontent.com/-a...Og/s1920/8.jpg

https://lh6.googleusercontent.com/-n...E/s1920/11.jpg

tanatos 22-10-2012 10:06

support multi language?
total dvd need?
thanks.

Fabioddq 22-10-2012 10:47

I think, support for all languages or one language. I'm trying to compress with FreeArc with all languages​​. Only Data folder with all languages (16.6 GB). Compression time: ~ 2 hours. :eek:
I still don't know the final size of this data.cab. But it will be useless, just to test it. I'll have to split into several Data.cab 's or easy way: internal compression.
Maybe, 2xDVD5 will be possible with peterf1999's method, but this is out of my knowledge. :o

EDIT...

as REVO said, I think it will not fit on 2xDVD5. ;)

Privat 22-10-2012 10:54

Russian register:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\Medal of Honor Warfighter]
"Uninstall Program"="\"C:\\Program Files (x86)\\Common Files\\EAInstaller\\Medal of Honor Warfighter\\Cleanup.exe\""
"Uninstall Arguments"="uninstall_game -autologging -keepMaintenanceLog"

[HKEY_LOCAL_MACHINE\SOFTWARE\Danger Close Games\Medal of Honor Warfighter]
"GDFBinary"="D:\\GAMES\\Medal of Honor Warfighter\\GDFBinary_ru_RU.dll"
"GameExplorer"="{32E9A39C-C639-4CDC-A755-B3752FE0702E}"
"DisplayName"="Medal of Honor™ Warfighter"
"Locale"="ru_RU"
"Product GUID"="{1040143F-FEFB-4B90-8E51-E47D40E14C4E}"
"Install Dir"="D:\\GAMES\\Medal of Honor Warfighter\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Games\71702]
"DisplayName"="Medal of Honor™ Warfighter Digital Deluxe"
"Locale"="ru_RU"


[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Electronic Arts\Medal of Honor Warfighter]
"Uninstall Program"="\"C:\\Program Files (x86)\\Common Files\\EAInstaller\\Medal of Honor Warfighter\\Cleanup.exe\""
"Uninstall Arguments"="uninstall_game -autologging -keepMaintenanceLog"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Danger Close Games\Medal of Honor Warfighter]
"GDFBinary"="D:\\GAMES\\Medal of Honor Warfighter\\GDFBinary_ru_RU.dll"
"GameExplorer"="{32E9A39C-C639-4CDC-A755-B3752FE0702E}"
"DisplayName"="Medal of Honor™ Warfighter"
"Locale"="ru_RU"
"Product GUID"="{1040143F-FEFB-4B90-8E51-E47D40E14C4E}"
"Install Dir"="D:\\GAMES\\Medal of Honor Warfighter\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Origin Games\71702]
"DisplayName"="Medal of Honor™ Warfighter Digital Deluxe"
"Locale"="ru_RU"

mikey26 22-10-2012 13:16

i have tried with precomp srep and 1gb lzma on a 3gb portion of the game it compresses down to 2.5gb not enough to get down to 2xdvd5 maybe 3xdvd5.also tested just using freearc does not compress by much.

Fabioddq 22-10-2012 18:47

I still don't know how many DVDs will be the conversion. One thing is certain: 5xDVD5 to full version with all languages ​​and compression: none;
I'm testing now with a language (15.8 GB) with compression: lzma/Ultra64 to see what you can give. With FreeArc to much complicated.

REV0 22-10-2012 18:53

Quote:

Originally Posted by Fabioddq (Post 408648)
I still don't know how many DVDs will be the conversion. One thing is certain: 5xDVD5 to full version with all languages ​​and compression: none;
I'm testing now with a language (15.8 GB) with compression: lzma/Ultra64 to see what you can give. With FreeArc to much complicated.

4DVD5 with one lang plus OST, manuals etc.

forget ultra, it cant compress 1.5GB more data, it'll be 4GB regardless

Fabioddq 22-10-2012 18:59

Thanks for the info. So is this: 5xDVD5 OR 4xDVD5; :D

Privat 22-10-2012 23:50

Fabioddq friend, you forgot to put Setup.dll
http://imageshack.us/a/img211/9074/20121023105622.jpg

senseman 23-10-2012 04:00

Quote:

Originally Posted by Privat (Post 408663)
Fabioddq friend, you forgot to put Setup.dll
http://imageshack.us/a/img211/9074/20121023105622.jpg

Compile LangScript.iss to make Autorun.exe

Fabioddq 23-10-2012 08:04

Updated to v1.1:

Fixed reg entries for all languages.

Smurf Stomper 24-10-2012 09:04

made my own installer for a 2x dvd9 release, including an autorun (finally got it figured out!)

Smurf Stomper 24-10-2012 10:04

Thanks Fabio :) I'm still trying to figure out how to hide the white borders on the autorun buttons.. .hmmm....

pakrat2k2 24-10-2012 19:44

Quote:

Originally Posted by Smurf Stomper (Post 408778)
Thanks Fabio :) I'm still trying to figure out how to hide the white borders on the autorun buttons.. .hmmm....

read thru this topic, http://fileforums.com/showthread.php?t=93168
may give you the right info to get rid of the background color, or at least make in transparent ???

Smurf Stomper 24-10-2012 19:55

hmm.. no, that's not quite it. It's something else, can't quite find it. If one of the master coders around here has a clue, feel free to share :) I can share the script on their request as well.

pakrat2k2 24-10-2012 20:08

upload the images themselves, if you dont want to post entire package & see if sorted for you.

Smurf Stomper 25-10-2012 05:49

I'm not using any images for the buttons - they're the standard windows button for forms, etc

Code:

  InstallButton:= TButton.Create(AutoRun);
  with InstallButton do begin
    Parent:= AutoRun;
    Left := 20;
    Top := 110;
    Width := 150;
    Height := 22;
    Caption:= 'Install';
    Cursor:= crHand;
    OnClick := @InstallButtonClick;
  end;


balola 25-10-2012 16:03

my install no images , black screen with the botons to install .....

any solution ?

Fabioddq 25-10-2012 16:06

Quote:

Originally Posted by balola (Post 408880)
my install no images , black screen with the botons to install .....

any solution ?

You try to make a ISO before run Setup.exe?
You copied the files specified in the tutorial? DVD1 show like this: Setup-1* files; Setup.exe; Setup.dll; Setup.cab; Setup.ini;

silviugut 26-10-2012 04:03

Conversion works great on Win 7x64! But I have a problem with languages, I installed the game in French but the game runs in English!I have not changed anything in Setup.ini or InstallerScript! What could be the cause?

Fabioddq 26-10-2012 05:34

Quote:

Originally Posted by silviugut (Post 408908)
Conversion works great on Win 7x64! But I have a problem with languages, I installed the game in French but the game runs in English!I have not changed anything in Setup.ini or InstallerScript! What could be the cause?

Download the conversion 1.1, the version 1.0 had a error (publisher's name wrong) in reg entries.

EDIT...

I tested now, and works great in french. You used 4xDVD5 or 5xDVD5?

Make sure you have these files for french language:

From your game directory\Data\Win32\Loc:

fr.sb
fr.toc

From your game directory\game\Speed\Win32\Loc:

Audio_fr.sb
Audio_fr.toc
fr.sb
fr.toc

silviugut 26-10-2012 05:54

I used 5xDVD5 conversion(compression none) without delete anything from game folder,yet my conversion is still 4xDVD5,and I used versio 1.1 with reg fix!!
My registry looks like:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_en_US.dll; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_fr_FR.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_it_IT.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_de_DE.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
etc.........

Fabioddq 26-10-2012 05:57

Quote:

Originally Posted by silviugut (Post 408913)
I used 5xDVD5 conversion(compression none) without delete anything,yet my conversion is still 4xDVD5,and I used versio 1.1 with reg fix!!

if you have all languages, your size will be: 20.5GB (5xDVD5), Otherwise, probably you will have only one language: english, 15.9GB (4xDVD5).
All reg entries are correct. But you must have the french language in your game (files).

Make sure if you have the files above for satisfy the french language!

pvh0403 26-10-2012 06:35

omg! I coverted to iso file but forgot to put the setup.exe in. Can someone upload the setup.exe for english conversion? (I deleted the all the files after converted them into iso :p)

Fabioddq 26-10-2012 07:04

Quote:

Originally Posted by pvh0403 (Post 408915)
omg! I coverted to iso file but forgot to put the setup.exe in. Can someone upload the setup.exe for english conversion? (I deleted the all the files after converted them into iso :p)

Convert again from your original files. ;) Or you deleted too? :eek:

pvh0403 26-10-2012 07:10

Quote:

Originally Posted by Fabioddq (Post 408917)
Convert again from your original files. ;) Or you deleted too? :eek:

yes, deleted it too :mad: Not enough hdd. Other people's setup.exe files are not suitable for my conversion? Look like I must download 16gb again :(

Fabioddq 26-10-2012 07:22

Quote:

Originally Posted by pvh0403 (Post 408919)
yes, deleted it too :mad: Not enough hdd. Other people's setup.exe files are not suitable for my conversion? Look like I must download 16gb again :(

I think so. Download Setup.exe here and test. Return here and tell if it worked. ;)

Link: http://www.mediafire.com/download.php?bl5j5qmoqwr260x

pvh0403 26-10-2012 07:45

Not worked. Thanks anyway, Fabioddq :D

Fabioddq 26-10-2012 08:29

Quote:

Originally Posted by pvh0403 (Post 408923)
Not worked. Thanks anyway, Fabioddq :D

Hmm... Ok. So, you must have to convert again. :D

dani_ell 26-10-2012 08:39

Thanks, work in W7 64bis, for 4xDVD5 and 2 language, EN and ES


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

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