FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Call of Duty Modern Warfare 2 3xDVD5 (https://fileforums.com/showthread.php?t=93446)

mesut28 07-10-2012 13:38

Call of Duty Modern Warfare 2 3xDVD5
 
2 Attachment(s)
InstallerScript CI 8.5.7.4 by yener90 compression none


1. Install the game


2. Download the attachment, extract completely (wherever you want)


3. Open InstallerScript.iss


Edit the following lines, according to the installation directory of the game.



Code:

#define SourcePath "C:\Program Files\Activision\Call of Duty Modern Warfare 2"
4. Save and compile


5. Will create two folders, Disk 1 Disk 2 and Disk 3 folder inside the "compiled":


Move to the Disk 1:



Code:

Autorun.inf
Setup.ico
Setup.ini
Setup.dll
Setup.cab
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin


Move to the Disk 2:


Code:

Setup-2a.bin
Setup-2b.bin
Setup-2c.bin


Move to the Disk 3:


Code:

Setup-3a.bin
Setup-3b.bin
Redist Folder


Burn the contents of the folder to a DVD with the label you want.


Total Size:

Disk1 4.36 GB
Disk2 4.36 GB
Disk3 2.33 GB

http://img407.imageshack.us/img407/8172/39602708.jpg
http://img11.imageshack.us/img11/5901/93551331.jpg
http://img39.imageshack.us/img39/8922/78979379.jpg
http://img201.imageshack.us/img201/7359/55600205.jpg
http://img839.imageshack.us/img839/5358/98510996.jpg
http://img845.imageshack.us/img845/8192/18542330.jpg

jackstuff 10-10-2012 01:17

Great Works man it is much better than my conversion, i like your work:)

jvt619 14-12-2012 20:09

should i include the "include" folder in the Disk 1 or not?

pakrat2k2 14-12-2012 21:09

is the 'include' folder in your game dir ? if so it will be compressed with gamefiles. If not, look in setup.ini for any requisites needed & location they need to be in.
Mesut28 misses alot of info needed to place files correctly.

sarmadi 15-12-2012 02:04

Hi pakrat2k2, how to change the font yellow color to an other one.

mesut28 15-12-2012 08:12

Topic Updated

pakrat2k2 15-12-2012 08:15

Quote:

Originally Posted by sarmadi (Post 411986)
Hi pakrat2k2, how to change the font yellow color to an other one.

http://fileforums.com/showthread.php?t=92805

or go thru setup.ini file look for section for font color, then follow what topic I linked to says about color choices.

mesut28

section in installerscript.iss needs to be corrected?

Code:

procedure AddKeyInfo;
begin
LoadStringFromFile(ExpandConstant('{tmp}\Key'),Key);
RegWriteStringValue(HKLM, 'SOFTWARE\KONAMI\PES2013', 'code', Key);
if IsWin64 then
RegWriteStringValue(HKLM64, 'SOFTWARE\KONAMI\PES2013', 'code', Key);
end;


mesut28 15-12-2012 21:06

by yener90 8.5.7.4 If no errors are found, this script file, something which already beats the master scrub this entry, I think.

sarmadi 16-12-2012 15:21

Hi mesut28,
Your works are great.Just allow me to make this note:Try to not put composed pictures (Autorun and Installer ) one picture is enough.Try to not put multicolors fonts and butoons?! like yellow on orange or red on green and so on ..did you see Fabio's works like (cod boII,Hitman A.and Assassin's CreedIII)?just three colors no more ..black,white and red or orange..and it's done.I mean the concordance of the colors. I tryed to explain more but I think that you have understood me and sure that Mr.pakrat will make it more clear in few words:D
Excuse me for my English language.
Anyway I appreciate your efforts and time.

jvt619 18-12-2012 06:22

should i compile the LangScript too?

pakrat2k2 18-12-2012 06:27

yes if there is no autorun.exe in archive for conversion

jvt619 18-12-2012 06:38

^ so is it okay if i don't compile it if there is an autorun?

pakrat2k2 18-12-2012 07:12

if there is an autorun.exe then there is no need to.

jvt619 18-12-2012 17:36

btw why does the Redist files arent installing?

pakrat2k2 18-12-2012 20:52

need to add {src} to front of each requisite ( bottom of setup.ini )

IE:

LaunchComX={src}\redist\dxsetup.exe where X can be from 1-??

something in 8.5.7.4 as it needs the {src} now.

mustuk32 23-12-2012 06:03

call of duty modern warfare 3 dvd9 3xdvd5 i wonder if would be

sarmadi 30-12-2012 16:21

Hi mesut, Why the autorun menu doesn't appear when I launched the game from the DVD??
help!!

sarmadi 30-12-2012 16:25

Hi mesut, Why the autorun menu doesn't appear when I launched the game from the DVD??
help!!
edit:It appears only
Play
Install
Close

mesut28 30-12-2012 18:17

Topic Updated.

sarmadi 31-12-2012 09:32

Hi mesut, I used the updated conversion but it still the same problem.
Any solution?!

Kurutucu 31-12-2012 09:35

Quote:

Originally Posted by sarmadi (Post 412558)
Hi mesut, I used the updated conversion but it still the same problem.
Any solution?!

What problem?

sarmadi 31-12-2012 09:47

Why the autorun menu doesn't appear when I launched the game from the DVD??
help!!
edit:It appears only
Play
Install
Close

sarmadi 31-12-2012 10:10

http://imageshack.us/photo/my-images...012190330.jpg/

http://img689.imageshack.us/img689/4...2012190330.jpg

pakrat2k2 31-12-2012 10:17

which script are you using ?
Call of Duty MW2 8.5.7.4.7z
Call of Duty MW2_NewInterface.7z

there is a sizeable difference between them, also there is no autorun.exe you need to compile langscript.iss for that. have you uninstalled from dvd9 version before trying to install from dvd5 version?

Kurutucu 31-12-2012 10:21

Change folder name or DVD name. Retest again or contact me.

pakrat2k2 31-12-2012 10:27

Quote:

Originally Posted by mesut28 (Post 407680)
InstallerScript CI 8.5.7.4 by yener90 compression none

5. Will create two folders, Disk 1 Disk 2 and Disk 3 folder inside the "compiled":

you really need to pay attention to whats in the script, rather then just copy/paste from your other topics. you have no Compiled folder in your archive, along with no autorun.exe. ( REALLY need to start including ALL files needed )

change the OutputDir=. to OutputDir=.\Compiled in InstallerScript.iss AND have the subfolders, with appropriate autorun.inf, icon files already there. I know for others its easy enough to do, but somone new to all this would be very lost. Rather then just uploading new archive, you need to say whats been updated.

sarmadi 31-12-2012 11:49

Quote:

Originally Posted by pakrat2k2 (Post 412565)
which script are you using ?
Call of Duty MW2 8.5.7.4.7z
Call of Duty MW2_NewInterface.7z

there is a sizeable difference between them, also there is no autorun.exe you need to compile langscript.iss for that. have you uninstalled from dvd9 version before trying to install from dvd5 version?

I used Call of Duty MW2_NewInterface.7z
I have uninstalled the game from dvd9 version before installing from dvd5.


Quote:

Originally Posted by pakrat2k2 (Post 412567)
you really need to pay attention to whats in the script, rather then just copy/paste from your other topics. you have no Compiled folder in your archive, along with no autorun.exe. ( REALLY need to start including ALL files needed )

change the OutputDir=. to OutputDir=.\Compiled in InstallerScript.iss AND have the subfolders, with appropriate autorun.inf, icon files already there. I know for others its easy enough to do, but somone new to all this would be very lost. Rather then just uploading new archive, you need to say whats been updated.

I have changed the OutputDir=. to OutputDir=.\Compiled in InstallerScript.iss AND I have NO subfolders, with appropriate autorun.inf, icon files already there.I have found only Setup.exe and 8 setup.bin files in
". to OutputDir=.\Compiled" folder.:confused:

pakrat2k2 31-12-2012 12:32

1 Attachment(s)
yes you will have to create them, OR use the corrected file i've uploaded here, which has all the correct subfolders, icons, autorun.inf files there. ALL you have to do is move setup.cab, setup.ini, setup.exe, autorun.*, to Compiled\Disk1 folder AFTER running Installerscript.iss. The setup*.bin files will be in root of compiled folder, from there move the bin files into proper disk1,2,3 folders.

sarmadi 31-12-2012 16:05

I have followed all the process step by step and Unfortunately ,did not work,I did the conversion a twice.

sarmadi 31-12-2012 17:16

I did the conversion once again and I suspect this error:

http://img28.imageshack.us/img28/789...2013004712.jpg

Happy New Year to all the staff and members.;):D

mesut28 01-01-2013 12:44

http://imageshack.us/a/img201/8542/63830386.jpg
http://imageshack.us/a/img836/8870/98522617.jpg
http://imageshack.us/a/img11/5388/20990813.jpg
http://imageshack.us/a/img35/1918/44745831.jpg
http://imageshack.us/a/img836/4589/51575316.jpg

There is a problem running Windows 8 has been tested

sarmadi 04-01-2013 15:45

Hi mesut,
I Have installed the new (for me) OS Windows 8 and ALL is perfect .
Thanks mesut .Thanks pakrat.I am a little bit ashamed :o by this problem which made me crazy:mad: and took much more from your Precious time to help me.
Excuse me for my language.

pakrat2k2 05-01-2013 04:29

at least you got it working, now hopefully with that new OS you wont have any problems running the games. :)

swallis7 24-12-2017 21:40

So after I make these discs does the game still require Steam?

If so, what is the point of doing this, since it would still be faster to just install it through Steam. Thanks for any replies.

pakrat2k2 24-12-2017 22:23

If you dont want it to run thru steam you can get the crack for this game at gamecopyworld ( very top of the forum page link ) which will allow you to play the game without having to run thru steam. BUT you wont be able to play any multiplayer
just the single player portion of the game, as the crack doesnt allow any online portion of the game to function.

Basically just a way to backup your installed game onto dvd5 media, so that you can install again at a later date without having to redownload it thru steam.

Welcome to the forum.

swallis7 25-12-2017 08:09

Thanks, I have one more question...

Are there any prerequisites that need to be added to the last disc?

pakrat2k2 25-12-2017 16:02

Quote:

Originally Posted by swallis7 (Post 465194)
Thanks, I have one more question...

Are there any prerequisites that need to be added to the last disc?

make sure to use new interface archive, then yes you will need folders Redist\Directx & C++ just goes in Redist folder.

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=Redist\DirectX\DXSetup.exe
LaunchArg1=/silent

Launch2=Visual C++ 2008 x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=Redist\vcredist_x86.exe
LaunchArg2=/q:a

swallis7 28-12-2017 13:33

I want to be able to install the game using just my new backup discs so I can play Single Player (preferably without needing Steam).


1. I installed the game thru Steam so I can backup the latest version of the game.
I can use these game files for my new backup discs, and I do not need any files from my original discs right?

2. DO NOT EDIT THIS AGAIN.. WAREZ DISCUSSION NOT ALLOWED

3. So the first .zip file in the original post is just the old/no longer needed installer?
What does "New Interface" mean, just a newer installer than the first .zip file?


Thank you for your help.

pakrat2k2 28-12-2017 17:05

Quote:

Originally Posted by swallis7 (Post 465315)
I want to be able to install the game using just my new backup discs so I can play Single Player (preferably without needing Steam).


1. I installed the game thru Steam so I can backup the latest version of the game.
I can use these game files for my new backup discs, and I do not need any files from my original discs right?

2. NO Warez Discussion

3. So the first .zip file in the original post is just the old/no longer needed installer?
What does "New Interface" mean, just a newer installer than the first .zip file?


Thank you for your help.

The post I made above your shows the directory structure to use for DX & C++ ( on last dvd ) you can also choose what crack you want that works for the latest version of your game & also add that to the last dvd as well. Then you manually copy it over after installing from your conversion files.

OR

Copy the game folder from steam to a temp folder & then copy over the crack files then do the conversion. This way the games already cracked when you install it. The choice is up to you.

Use the New Interface version, you guessed correctly, that version is just newer

swallis7 29-12-2017 12:07

So after much trial and error and some wasted disks here is how I made it work 100%....


1. Install the game (I installed it from Steam so I would have the
latest version of the game).


2. Download the two attachments listed below (the "Call of Duty MW2
8.5.7.4.7z" in the original post is not needed).

Call of Duty MW2_NewInterface.7z (12.50 MB; ALL FILES NEEDED!)
http://fileforums.com/attachment.php...9&d=1356985934

Extract the files into a temp directory.

Call of Duty MW2_NewInterface.7z (12.74 MB; ONLY NEED SETUP.DLL)
http://fileforums.com/attachment.php...8&d=1356918292

Extract only the "Setup.dll" file into the same temp directory.
This file may not be needed, but it doesn't seem to hurt anything.


3. Install "Inno Setup (Unicode).exe". Open "InstallerScript.iss".
Edit the following line, according to the current installation
directory of the game (where the game is currently installed into).
NOTE: If there is a ";" at the beginning of the line, remove it!

#define ProgramFiles "C:\Program Files\Activision\Call of Duty Modern Warfare 2"

The installed Steam version is here:
#define ProgramFiles "C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Modern Warfare 2"

Click "Save", then click "Compile" to compile the script.


4. This step is only info for us newbies to help learn this stuff. You do not have to do it.
If there is no "Autorun.exe" file in the first .7z (there is one),
open "LangScript.iss", click "Compile" to compile the script.


5. Move these to the "\Compiled\DVD1" folder:

Autorun.exe
Setup.ini
Setup.dll (From the original NewInterface.7z file)
Setup.cab
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin

Move these to the "\Compiled\DVD2" folder:

Setup-2a.bin
Setup-2b.bin
Setup-2c.bin

Move these to the "\Compiled\DVD3" folder:

Setup-3a.bin
Setup-3b.bin
\Redist (The installed Steam version has this folder here: C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Modern Warfare 2\Redist)


6. Edit the "\Compiled\DVD1\Setup.ini" file, near the end of the file
change these two lines:

LaunchCom1=Redist\DirectX\DXSetup.exe
LaunchCom2=Redist\vcredist_x86.exe

To these:

LaunchCom1={src}\Redist\DirectX\DXSetup.exe
LaunchCom2={src}\Redist\vcredist_x86.exe


7. Make a folder named \Crack (it doesn't matter what you name it),
and copy any game cracks, patches, cheats etc into it.


8. Burn the contents of the \DVD1 \DVD2 \DVD3 folders to 3 DVD5 (4.7gb)
disks with the labels you want.
[The original labels are "Disk_1" and "Disk_2"]
Total sizes: Disks 1&2 4.36 GB, Disk 3 2.33 GB


NOTE1: The install folder cannot be changed at install time (I'm not sure how to change it), it always gets installed into
C:\Program Files (x86)\Activision\Call of Duty Modern Warfare 2

NOTE2: The savegames in Windows 10 get saved into:
C:\Users\YOURUSERNAME\AppData\Local\VirtualStore\P rogram Files (x86)\Activision\Call of Duty Modern Warfare 2


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

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