FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   ENSLAVED Odyssey to the West Premium Edition 3xDVD5 (https://fileforums.com/showthread.php?t=95325)

mesut28 01-11-2013 14:26

ENSLAVED Odyssey to the West Premium Edition 3xDVD5
 
1 Attachment(s)
InstallerScript CIU 1.0.0.6 by yener90 compression lzma


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 (x86)\ENSLAVED Odyssey to the West Premium Edition"

4. Save and compile


5. You must create Three folders, Disk 1 Disk 2 & Disk 3 inside Conversion folder


Move to the Disk 1:


Code:

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

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


Total Size:

Disk1 4.36 GB
Disk2 4.34 GB
Disk3 1.23 GB


http://imageshack.us/a/img10/5727/kl4s.png
http://imageshack.us/a/img818/730/zhrh.png
http://imageshack.us/a/img62/7228/eqfb.png
http://imageshack.us/a/img12/5559/8o4a.png
http://imageshack.us/a/img849/659/9z89.png
http://imageshack.us/a/img32/5489/a3an.png
http://imageshack.us/a/img17/6996/zvb8.png

aueaueaue 02-11-2013 00:28

Worked on Win7 64Bit

Thank you very much.

Maxgrilo 02-11-2013 17:19

Worked on Win7 64Bit.

Thank you.

fedeo 05-11-2013 14:37

Works perfect conversion, but only in English. My language is Spanish, I install it and it is only in English. Any solution?? thanks

pakrat2k2 05-11-2013 20:53

Quote:

Originally Posted by fedeo (Post 425339)
Works perfect conversion, but only in English. My language is Spanish, I install it and it is only in English. Any solution?? thanks

you installed original in Spanish ? because inno script includes Spanish as listed in languages supported.

Lang=en,es,fr,prbr,it,tr,cz,cnt,de,dk,fa,hu,jp,ko,nl,no,pl

peteka 30-11-2013 08:27

Quote:

Originally Posted by pakrat2k2 (Post 425366)
you installed original in Spanish ? because inno script includes Spanish as listed in languages supported.

Lang=en,es,fr,prbr,it,tr,cz,cnt,de,dk,fa,hu,jp,ko,nl,no,pl

The languages is in the inno script but the game is only english, any solution?

pakrat2k2 30-11-2013 08:59

Quote:

Originally Posted by peteka (Post 426624)
The languages is in the inno script but the game is only english, any solution?

does your game ask to install in Spanish ? If NOT then you have English only version of the game. OR check your no-cd
if using one that it doesn't have some language setting you've missed.

peteka 09-12-2013 10:59

yes the game ask for the langues in the instalation but this instalation, only english

pakrat2k2 09-12-2013 17:27

Quote:

Originally Posted by peteka (Post 427047)
yes the game ask for the langues in the instalation but this instalation, only english

ONLY if you have STEAM version will you get choice from all 5 Languages.
The 'warez' versions are ENGLISH only, with subtitles for the other languages.

peteka 10-12-2013 04:00

the instalation from Original DVD, the games is in spanish (all video and subtiltes), but before run this script the game is only english(video and sub).

pakrat2k2 10-12-2013 05:08

change it in options in game?

peteka 12-12-2013 04:50

installation is performed in Spanish, but the game starts in English and there is no way to pass Spanish, there are no options in the game, for the language change.
Original game is installed in Spanish and Spanish starts in both captions and audio.
someone may help me?.
well google translation! ;)

pakrat2k2 12-12-2013 18:23

installed Spanish version, did conversion. uninstalled original version, installed conversion version, ALL in Spanish again. Somethings wrong on your end conversion works fine.

peteka 16-12-2013 15:15

Quote:

Originally Posted by pakrat2k2 (Post 427218)
installed Spanish version, did conversion. uninstalled original version, installed conversion version, ALL in Spanish again. Somethings wrong on your end conversion works fine.

I followed the steps you mention me and my win 8-32bit but does not work in the machine from a friend the same installation worked without problems, win7-64, any ideas!

pakrat2k2 16-12-2013 19:57

you uninstalled original version first, before trying conversion files ?

peteka 18-12-2013 07:26

yes i uninstalled original version.

pakrat2k2 18-12-2013 17:32

then its issue with your win 8-32bit, if it worked fine on friends win 7 x64

Ive tested it on Win 8.1X64 & worked fine. definitely something on your end.

tanatos 19-12-2013 09:09

also in Italian does not work.
only works in English, I serve the registry values

how they fit these keys in the installer?

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\EMU\Steam\245280]
"AccountID"=dword:004c100e
"PersonaName"="player"
"Language"="italian"
"IPCountry"="IT"
"ListOfInstalledDLC"=""
"ListOfSubscribedApps"=""

pakrat2k2 19-12-2013 20:18

Quote:

Originally Posted by tanatos (Post 427500)
also in Italian does not work.
only works in English, I serve the registry values

how they fit these keys in the installer?

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\EMU\Steam\245280]
"AccountID"=dword:004c100e
"PersonaName"="player"
"Language"="italian"
"IPCountry"="IT"
"ListOfInstalledDLC"=""
"ListOfSubscribedApps"=""

read above few posts, it does work ive tested it & works perfectly fine. Either the crack your using
has a language setting or your doing something wrong. Either way heres how to import the
reg entry into a script that you can put in [registry] section of the ISS script.

goto conversion tutorial subforum, look in useful programs sticky topic,
http://fileforums.com/showthread.php?t=92995
and grab the Reg to INNO Converter ENG.rar file. Save the above reg entry
as a file then use the above program to convert that reg file, into ISS script entry that you put into the [registry section] in the INNO script from this conversion.

tanatos 20-12-2013 06:53

Quote:

goto conversion tutorial subforum, look in useful programs sticky topic,
http://fileforums.com/showthread.php?t=92995
and grab the Reg to INNO Converter ENG.rar file. Save the above reg entry
as a file then use the above program to convert that reg file, into ISS script entry that you put into the [registry section] in the INNO script from this conversion.
now it works perfectly, thanks for your help

Dx30 05-03-2014 14:03

Greetings
Is this conversion compatible with update 1 ?


All times are GMT -7. The time now is 03:47.

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