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.


All times are GMT -7. The time now is 16:19.

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