FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Resident Evil Operation Raccoon City (DVD9 2x DVD5) *INNO Setup* (https://fileforums.com/showthread.php?t=92936)

Brunao 17-05-2012 19:41

Resident Evil Operation Raccoon City (DVD9 2x DVD5) *INNO Setup*
 
1 Attachment(s)
Resident Evil: Operation Raccoon City (DVD9 2x DVD5) *INNO Setup*

* This conversion was collaboratively with Fabioddq

-Use for converting INNO SETUP VERSION


1. Install the game in any language. (Copy the folder "support" of the DVD9 to where you installed your game before you to compile the installer)


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


3. Open REORC.iss with the INNO ANSI.


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


Code:

#define SourcePath "C:\Program Files\Capcom\Resident Evil Operation Raccoon City\"

4. Save and compile, and wait. (~ 5 Min)


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


Move to the Disk 1:


Code:

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


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

Simple and Easy :D

Total Size:

Disk1 4.36 GB
Disk2 3.01 GB


http://img442.imageshack.us/img442/7774/reorcw.png
http://img407.imageshack.us/img407/7979/reorc1.png
http://img36.imageshack.us/img36/1746/reorc2.png
http://img17.imageshack.us/img17/2885/reorc3.png

Please leave comments ;) :D

Fabioddq 18-05-2012 22:54

I tested in Win7 64 Bit and works perfectly! ;)

sarmadi 19-05-2012 10:20

Thanks to Fabioddq and Brunao.
It worked with me but it's only in English and me I like the game to be in French ..
Yes , I have installed the game firsly in French..any solution???

peterf1999 19-05-2012 10:33

Quote:

Originally Posted by sarmadi (Post 402709)
Thanks to Fabioddq and Brunao.
It worked with me but it's only in English and me I like the game to be in French ..
Yes , I have installed the game firsly in French..any solution???

Code:

[Registry]
Root: HKLM; Subkey: SOFTWARE\Capcom\RERC; ValueName: locale; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey

Code:

function GetLocales(Param: string): string;
begin
 
 case GetUILanguage and $3FF of
   
  $10: Result:='1040';
  $09: Result:='1033';
  $0A: Result:='1034';
  $07: Result:='1031';
  $0C: Result:='1036';
  $15: Result:='1045';
  $19: Result:='1049';
  $13: Result:='1043';
  else  Result:='1033'; 

 end;
end;

Paste the function & the registry entry in the script:)

af4 19-05-2012 10:59

compiled finished without any errors but dvd2 is 3.18gb !?

any solutions?

I have installed german version.

regards

Brunao 19-05-2012 13:38

Quote:

Originally Posted by af4 (Post 402711)
compiled finished without any errors but dvd2 is 3.18gb !?

any solutions?

I have installed german version.

regards

Changing the language does not change the final size of the conversion. Unless you add any file in the game directory before converting, such as the modified file to play that is larger than the original. Well, how is working, no need to worry, no problem, okay. ;)

Maxgrilo 19-05-2012 18:09

It was good to reach consensus, or if you use the Unicode or ANSI, complicates keep changing every time.

Edit:

Error installing GDFInstall.exehttp://i.imgur.com/Rzwup.png

Brunao 20-05-2012 14:21

Quote:

Originally Posted by Maxgrilo (Post 402720)
It was good to reach consensus, or if you use the Unicode or ANSI, complicates keep changing every time.

Edit:

Error installing GDFInstall.exehttp://i.imgur.com/Rzwup.png

I do not know what can this error, the conversion is working perfectly. Try following the steps and do not add anything in the install directory before you compile

nahuel222 20-05-2012 18:56

do i have to delete the uninstall.exe from the game installed b4 compiling it ?
with other release i heard that inno makes its own uninstaller..
so this it applies to everything when u compile something with inno ?

Brunao 21-05-2012 12:38

Quote:

Originally Posted by nahuel222 (Post 402739)
do i have to delete the uninstall.exe from the game installed b4 compiling it ?
with other release i heard that inno makes its own uninstaller..
so this it applies to everything when u compile something with inno ?

No need to delete the uninstall.exe from the directory of the game before the conversion.

dezconocido 31-05-2012 17:51

Thx, work with spanish language! :D

pakrat2k2 31-05-2012 18:01

Quote:

Originally Posted by Brunao (Post 402751)
No need to delete the uninstall.exe from the directory of the game before the conversion.

wrong... you do need to move it from directory before compiling, or you end up not able to uninstall correctly. The uninstall exe gets overwritten but may use existing uninstall dat & therefore will not uninstall.

you end up with reg entries that need removing, entries in control panel add remove programs, start menu entries etc. Just a whole lot easier to remove any unin* files from dir before starting compile, using inno

confederate 01-06-2012 19:34

Works great on win 7 x64
and uninstalling process works good

Shogum3000 13-06-2012 15:58

Hello everybody, I'm with a problem. When I start a DVD appears this error:

Runtime Error (at 183:11862):
Internal error: ExtractTemporaryFile: The file "BG10_.bmp" was not found.

I did the whole procedure. I installed on my pc and everything worked out. But when I tried to install on another computer then this error appears when you open the command setup.

Could someone help me? thank you

peterf1999 14-06-2012 04:42

Quote:

Originally Posted by Shogum3000 (Post 403464)
Hello everybody, I'm with a problem. When I start a DVD appears this error:

Runtime Error (at 183:11862):
Internal error: ExtractTemporaryFile: The file "BG10_.bmp" was not found.

I did the whole procedure. I installed on my pc and everything worked out. But when I tried to install on another computer then this error appears when you open the command setup.

Could someone help me? thank you

At which screen resolution did you get the error?

Shogum3000 14-06-2012 05:13

It was a full hd monitor. But what is there a resolution? = /

pakrat2k2 14-06-2012 05:26

check your display settings to find out.. ( 1024x768 1920x1280 etc )

Shogum3000 15-06-2012 05:12

the resolution is 1280x768

peterf1999 15-06-2012 05:48

Quote:

Originally Posted by Shogum3000 (Post 403494)
the resolution is 1280x768

OMG :eek: 5:3 resolution is rarely used, however:

Code:

case FloatToStr(GetScreenWidth div GetScreenHeight) of
 
  { 4/3 or 5/4 aspects ratio }
  '1.3' : ARatio:='4_3';
  '1.2' : ARatio:='4_3';
  { 16/9 16/10 or 5:3 aspects ratio}
  '1.8' : ARatio:='16_9';
  '1.6' : ARatio:='16_9'; 
  '1.7' : ARatio:='16_9';

  end;

Note: The script will use a 16:9 Bmp for full screen display, add the red line to the script.

fire3k 17-06-2012 00:59

it's working perfectly. but the setup doesn't add the game to game explorer. please can you specify how to add this game to game explorer by modifying the script?

jaymelson 24-12-2012 01:51

where can i download the games?
pls help me

Grumpy 24-12-2012 02:52

Quote:

Originally Posted by jaymelson (Post 412360)
where can i download the games?
pls help me

You can 'pay' and 'then download' them from places like Steam or Origin etc.
I suggest you read the Forum Rules

Rinnegan88 25-12-2012 03:15

Question :d
 
Quote:

Originally Posted by brunao (Post 402652)
resident evil: Operation raccoon city (dvd9 2x dvd5) *inno setup*

* this conversion was collaboratively with fabioddq



hi :) we bought a dvd(fake) for orc and it has 2 disks the 1st one(a) has the 1.a bin and the 'setup.exe' and when i finished installing it, it said - "please insert the next disk and press ok" and on the label has the 'e:\' and when i inserted disk 2(b) and i pressed ok it said 'could not be saved in e:\' ?!

How????

pakrat2k2 25-12-2012 09:34

probably wants first dvd inserted again to finish install process...

Grumpy 25-12-2012 19:23

Quote:

Originally Posted by Rinnegan88 (Post 412399)
hi :) we bought a dvd(fake) for orc ........ How????

Buy a 'legit' (Legal) version!!!

We do NOT support Warez Users!

n4f13666 22-09-2013 14:53

what you means save and compile? i change the path to installation folder
and i don't understand what you means by COMPILE ? what i have to do ?

pakrat2k2 22-09-2013 17:10

Quote:

Originally Posted by n4f13666 (Post 423656)
what you means save and compile? i change the path to installation folder
and i don't understand what you means by COMPILE ? what i have to do ?

go & download & install UNICODE version of INNO.

Code:

http://www.jrsoftware.org/isdl.php
Then once installed you can COMPILE the script.

Jarmen_Kell 26-04-2020 04:39

Seems it was really hard to convert games in that era ...
Can someone make a diskpan version for this?
Please! I dont understand how this one even work.


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

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