FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Prototype 2 - DVD9 to 2xDVD5 *INNO SETUP* (https://fileforums.com/showthread.php?t=93131)

elbubi 07-08-2012 04:18

Quote:

Originally Posted by REV0 (Post 404983)
I didnt change anything as visual, can you provide a screenshot about your problem ? Because everthing looks ok from here

Thanks Revo, this are the screenshots of my problem:

http://img6.imageshack.us/img6/6369/p22hn.jpg
http://img831.imageshack.us/img831/6889/p21d.jpg

They are also posted on yener's CI thread (

Thanks indeed!

REV0 07-08-2012 04:19

Quote:

Originally Posted by elbubi (Post 404989)
Thanks Revo, this are the screenshots of my problem:

http://img6.imageshack.us/img6/6369/p22hn.jpg
http://img831.imageshack.us/img831/6889/p21d.jpg

They are also posted on yener's CI thread (

Thanks indeed!

It's a bug, change folder's name or copy it's contents to somewhere else (preferably another folder) test and tell us the result please,

Cheers

elbubi 07-08-2012 09:03

Tested both and not working either.

Cheers and thanks for your kind support.

REV0 07-08-2012 09:53

Sorry to hear that, but moving the content to another folder always solved this issue.

elbubi 07-08-2012 10:36

I moved all the contents from PROTO_1 to another folder and didn't work. Guess I'll have to burn them this way, it's not THAT important but I would prefer to have it 100% functional.

Kind Regards once again.

REV0 07-08-2012 10:39

That's unfortunate. If you got Alcohol or Nero, i suggest to create image of iso first, before burning, then check if it's same

elbubi 07-08-2012 12:46

Mounted iso works perfectly! ;)

Thanks indeed for your help! :)

GTX590 08-08-2012 07:02

1 Attachment(s)
Hi everybody! I got problem, when i launch the "InstallerScript" i get this message.:(

REV0 08-08-2012 07:07

Quote:

Originally Posted by GTX590 (Post 405061)
Hi everybody! I got problem, when i launch the "InstallerScript" i get this message.:(

Change 'spa' (the one you see end of the reg) with this: 'esp'

Save and re-compile, and tell us the results please

GTX590 08-08-2012 09:57

It's OK now! Thanks REVO for your help!

switchblade792 08-08-2012 23:57

can i ask.. wat if have .sid files? i think mine is from steam..

Grumpy 09-08-2012 00:49

Quote:

Originally Posted by switchblade792 (Post 405107)
can i ask.. wat if have .sid files? i think mine is from steam..

What do you mean 'i think' mine is from Steam? Surely you know if you downloaded it via Steam? :rolleyes:

If so, use the Steam Backup feature.

REV0 09-08-2012 03:57

INNO needs your game's installed version, not DVDs or sid files.

The-revenge 16-08-2012 10:01

It possibible to make 1 DVD9 rather than 2xDVD5? What do I do for make that?
(note : in release Alan Wake+american nightmare I tried to make that, but the total size of 2 DVD5 didn't fit in DVD9)

DarkyDarky 26-08-2012 01:16

A small question
 
Can you tell me how to make cab files????

REV0 26-08-2012 03:35

Cab files is already included in conversion. You will not need to remake.

elripper 26-08-2012 08:57

Thanks REV0. In 44 minutes I got the repack!

Droppo 26-08-2012 14:02

1 Attachment(s)
A couple of small fixes for other languages installations. dunno about the others, but i had troubles loading the game coz of this, it keeps freezing on loading screen, also I changed the final filesize to 4.35GB and leave the proper space for setup.cab file so it wont get oversized. Also changed compression to LZMA2 and set a couple of params for better results including quantity of compression threads in case you have multi core CPU (quad core in my case)

The-revenge 27-08-2012 01:10

Work with other languages? My languages file is 1.34 gb, I don't know if it fits on 2xDVD5.

dezconocido 20-10-2012 06:47

THX, Work fine!!! Windows xp SP3

Sichi 17-01-2013 07:39

works fine for me :D

a question...
how can i run a reg file after install?

thanks ^^

pakrat2k2 17-01-2013 09:42

why run after install? just enter it in the ISS script in the [registry] section of the script, it will be entered when installing game.

Sichi 17-01-2013 12:00

I want to run a reg file to put the game in spanish.

the code is

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision \Prototype 2]
"language"="83"

pakrat2k2 17-01-2013 13:30

its already there in the script
Code:

Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: string; ValueName: Language; ValueData: 83; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
you've installed game in spanish, so reinstalling from conversion should be the same.

Sichi 17-01-2013 18:37

i use this reg key for set spanish as game language when launch it.
is the same function?

greensky 09-03-2013 04:19

Hi Revo,

I reached 3rd step & stopped due to I didn't see these files

Install-1a, 1b, 1c bin files to PROTO_1
Install-2a, 2b, 2c bin files to PROTO_2


I have 2 CDs ISO files as follows

http://img543.imageshack.us/img543/7346/prototype2k.jpg

Where is can I get them ???

pakrat2k2 09-03-2013 08:07

read the steps again !!! you have to install the game first. then use inno unicode to compile the script.

NTurky 11-03-2013 06:53

1 Attachment(s)
Quote:

Originally Posted by pakrat2k2 (Post 413061)
its already there in the script
Code:

Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: string; ValueName: Language; ValueData: 83; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
you've installed game in spanish, so reinstalling from conversion should be the same.

Sishi is right. If you take a closer look to que subkey section, you'll notice that
REV0 left a " " (space) after {code:GetAppName} basically making the subkey invalid. Because of that the game defaults to english language.
All language definition have that typo (lines 175 to 181).
So, here is the fixed script.

Ezquirtz 25-11-2013 02:37

anyone can help me with this ? :confused: :confused:
http://imageshack.com/a/img812/2784/y6tl.png

pakrat2k2 25-11-2013 05:05

Quote:

Originally Posted by Ezquirtz (Post 426348)
anyone can help me with this ? :confused: :confused:
http://imageshack.com/a/img812/2784/y6tl.png

only warning, STOP posting this in every thread, wait for someone to help.

tungconls 12-06-2014 01:35

CAn you upload the audio_german.rcf ? i need that


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

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