View Single Post
  #5  
Old 21-05-2011, 16:04
mark-o mark-o is offline
Registered User
 
Join Date: Dec 2008
Location: Republika Srpska
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
mark-o is on a distinguished road
Quote:
Originally Posted by angelo.saviano View Post
hi if i change in the inno script EN to IT can i install the game in italian language and then do all the procedure?

edit: is it also possible to compress anymore during the procedure so we can fit in 2 dvd5?
Yes you can, and if you wont even installer to be in Italian language just don't forget to change line from:
Code:
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
to
Code:
[Languages]
Name: "italian"; MessagesFile: "compiler:Default.isl"
compression is LZMA, i don't think that can be more compressed than that
Reply With Quote