PDA

View Full Version : Rome 2: Total War Emperor Edition 2DVD5


The-revenge
21-11-2014, 06:58
Hi everybody, I was looking for Rome 2 Emperor edition, but i haven't found it. Emperor edition is a remastered version with all patch and DLCs. Original version is so buggy and a lot of patch came out. So I hope someone make the conversion of emperor edition, that is 11.3 gb. I think deleting foreign language and a bit of compression, it can be fit in 2x DVD5, but also 3xDVD5 is ok.
Thank you guys

See Post2 #4 & #7 for the corrected files > by pakrat2k2

KaktoR
21-11-2014, 07:17
If you like simple inno setup (without graphic and music and all the stuff like that) i can give you 2xdvd5 conversion.

edit: And post your requests in future in this thread: http://fileforums.com/showthread.php?t=95838

The-revenge
21-11-2014, 07:33
If you like simple inno setup (without graphic and music and all the stuff like that) i can give you 2xdvd5 conversion.

edit: And post your requests in future in this thread: http://fileforums.com/showthread.php?t=95838

yes I'm not interested in beatifull grafix..thank you

KaktoR
21-11-2014, 09:05
Open main.iss with IS unicode and compile.

Setup supports english and german language.

Change language in Data5.lst

Run compress.bat and wait.

Size:
DVD1 4,31GB
DVD2 4,16GB

The-revenge
21-11-2014, 11:09
Open main.iss with IS unicode.

Setup supports english and german language.

Change language in Data5.lst

Run compress.bat and wait.

Size:
DVD1 4,31GB
DVD2 4,16GB

thanks a lot. Setup support english and deutch, but does conversion work for italian languges (in the game, I mean) ?

pakrat2k2
21-11-2014, 11:52
changed title from request to conversion, Thanks KaktoR for filling the request so quickly.

KaktoR
21-11-2014, 17:06
thanks a lot. Setup support english and deutch, but does conversion work for italian languges (in the game, I mean) ?

Yes, of course. Simply change in Data5.lst (open with notepad) the language.

For example:
data\local_ge.pack
data\local_ge_rome2.pack
data\music_ge.pack
data\music_ge_rome2.pack

to

data\local_en.pack
data\local_en_rome2.pack
data\music_en.pack
data\music_en_rome2.pack

for english. Don't know whats italian filenames (maybe "it" ?).

edit: Fixed main.iss for english language. Have messed up custom english strings with german :x Now english is english ^^

edit2: noticed a small error in compress bat. After compression is finished, simply move Data6.cab from RM2_3 to RM2_2.

The-revenge
23-11-2014, 04:09
Hi kaktor I have a little problem. For the italian version, DVD1 exceed 48 mb. Now, in DVD1 data2.cab is 78 mb; if I move this file on DVD2, DVD1 will not exceed the size, and DVD2 still beeing under size limit. Is it possibile to rearrange setup to do this?

KaktoR
23-11-2014, 04:31
Yes. Open main.iss and scroll down to

[ArcFiles]
Source: {src}\Data1.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data2.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data3.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data4.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data5.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data6.cab; DestDir: {app}; Disk: 2;
{#SourceToProgress}

Replace this section with this

[ArcFiles]
Source: {src}\Data1.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data3.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data2.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data4.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data5.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data6.cab; DestDir: {app}; Disk: 2;
{#SourceToProgress}

The-revenge
23-11-2014, 14:26
Thank you a lot. Works perfectly on windows 7 64 bit.

Ciapa
27-11-2014, 09:21
Uninstall does not work properly

KaktoR
01-12-2014, 11:00
Uninstall does not work properly

Any error or what?

Ciapa
02-12-2014, 01:24
The error does not show. Removes only himself but all other files are not deleted.

KaktoR
03-12-2014, 08:55
Hm, for me it works fine. Have you installed the game to system drive and/or program files folder? Maybe something with UAC/Admin rights blocks the uninstall process to delete game files.

Ciapa
03-12-2014, 09:52
Installs with the appropriate path d: \ Total War - Rome 2 (Emperor Edition)

KaktoR
03-12-2014, 23:25
I install to the same drive (D: ). Which Windows you use?

Ciapa
04-12-2014, 00:53
Windows 7 Ultimate 64 Bit

DarkSyrius
15-04-2015, 11:50
Open main.iss with IS unicode and compile.
(...)

Simple and direct conversion!
There is a small error in nedeed size in installer, but it is insignificant
It has worked fine for me only English language, last update and - I think - all DLCs released! :p

I have got 3 discs and I have changed data1 with data3 and in Main.iss:
Disc1 = 4.34GB
Disc2 = 4.11GB
Disc3 = 311MB :rolleyes:

Thanks for the quick work! :D

KaktoR
15-04-2015, 12:45
Good to hear that!

To make third disc more profitable for a dvd, you can compress game files with the files from attachment.

DVD1: 4,30GB
DVD2: 3,91GB
DVD3: 3,54GB (with redists)

Or use a CD for last folder :D :p

But don't forget to edit the [ArcFiles] section in main.iss to match with the cab files! ;)