Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-02-2013, 19:38
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by tanatos View Post
my game is original need to add automatic install Touchup.exe
game start eng need ita
Added the setup.ini fix on attached files

open this new setup.ini go to the end of the file and check that the path to the file touchup.exe is correct thats all, fixed as well the issue whit the language check it.

Last edited by spawniectes; 25-02-2013 at 19:48.
Reply With Quote
Sponsored Links
  #2  
Old 25-02-2013, 23:20
tanatos's Avatar
tanatos tanatos is offline
Registered User
 
Join Date: Mar 2012
Location: italy
Posts: 77
Thanks: 144
Thanked 20 Times in 18 Posts
tanatos is on a distinguished road
Unhappy

Quote:
Originally Posted by spawniectes View Post
Added the setup.ini fix on attached files

open this new setup.ini go to the end of the file and check that the path to the file touchup.exe is correct thats all, fixed as well the issue whit the language check it.
the game to run with the selected language needs to create system.cfg in game folder but is not created.

one else, with the original game I have to remove the lines on the firewall?.

Last edited by tanatos; 25-02-2013 at 23:27.
Reply With Quote
  #3  
Old 26-02-2013, 02:02
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by tanatos View Post
the game to run with the selected language needs to create system.cfg in game folder but is not created.

one else, with the original game I have to remove the lines on the firewall?.
ok, if you can send me the system.cfg I check how to put it on conversion and yes just delete the lines to the firewall.exe
Reply With Quote
  #4  
Old 26-02-2013, 02:41
tanatos's Avatar
tanatos tanatos is offline
Registered User
 
Join Date: Mar 2012
Location: italy
Posts: 77
Thanks: 144
Thanked 20 Times in 18 Posts
tanatos is on a distinguished road
Quote:
Originally Posted by spawniectes View Post
ok, if you can send me the system.cfg I check how to put it on conversion and yes just delete the lines to the firewall.exe
name file system.cfg
content:

; crysis3
sys_game_folder=c3
sys_user_folder=Crysis3
sys_languages=english,french,spanish,german,turkis h,italian,czech,chineset
g_language="lang desired name"

system.rar

Last edited by tanatos; 26-02-2013 at 02:51.
Reply With Quote
  #5  
Old 27-02-2013, 14:32
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by spawniectes View Post
ok, if you can send me the system.cfg I check how to put it on conversion and yes just delete the lines to the firewall.exe
First of all thank you for your conversion. Works fine for me so far.
---
The system.cfg thing..

I had this problem before with my anno2070 conversion. But i have a solution for this tricky thing.

An easy example for english language:
1- Copy your system.cfg to somwhere
2- Open system.cfg with notepad and edit last line to english
3- Save, close and rename the file -> like "en_system.cfg"
4- Cut and paste the file into conversion folder (create new folder or put in include folder)
5- open InstallerScript.iss and write the following lines in the [File]-Section

Quote:
Source: xyz*\en_system.cfg; DestDir: {app}; DestName: system.cfg; Languages: eng;
*xyz is the folder name

Repeat this with each language and this problem is gone
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
pakrat2k2 (27-02-2013), spawniectes (27-02-2013), tanatos (27-02-2013)
  #6  
Old 27-02-2013, 14:55
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
First of all thank you for your conversion. Works fine for me so far.
---
The system.cfg thing..

I had this problem before with my anno2070 conversion. But i have a solution for this tricky thing.

An easy example for english language:
1- Copy your system.cfg to somwhere
2- Open system.cfg with notepad and edit last line to english
3- Save, close and rename the file -> like "en_system.cfg"
4- Cut and paste the file into conversion folder (create new folder or put in include folder)
5- open InstallerScript.iss and write the following lines in the [File]-Section


*xyz is the folder name

Repeat this with each language and this problem is gone
And how you make to the installer choose what system.cfg will copy when install in case that you put for all supported languages?
Reply With Quote
  #7  
Old 27-02-2013, 16:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
I have uploaded a attachment with your original script inclusive the code you need and each system.cfg file. Use this as reference.

I've tested this with 3 languages (german, english and italian) and it works.
Each xx_system.cfg has its own language at last line (en_system.cfg -> g_language="english", de_system.cfg -> g_language="german", and so on...).

Download attachment, open installerscript.iss and go to line 130 and take a look on this.
Attached Files
File Type: rar C3systemcfg.rar (37.9 KB, 131 views)

Last edited by KaktoR; 27-02-2013 at 16:38.
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
silviugut (28-02-2013), spawniectes (27-02-2013), tanatos (27-02-2013), Xaelin (01-03-2013)
  #8  
Old 28-02-2013, 21:56
silviugut silviugut is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 54
Thanks: 49
Thanked 4 Times in 4 Posts
silviugut is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I have uploaded a attachment with your original script inclusive the code you need and each system.cfg file. Use this as reference.

I've tested this with 3 languages (german, english and italian) and it works.
Each xx_system.cfg has its own language at last line (en_system.cfg -> g_language="english", de_system.cfg -> g_language="german", and so on...).

Download attachment, open installerscript.iss and go to line 130 and take a look on this.
KaktoR,Your method works perfectly!! I tested in French and Spanish and works perfectly! Thank you!
Reply With Quote
  #9  
Old 26-02-2013, 14:29
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 268
Thanks: 235
Thanked 45 Times in 35 Posts
sarmadi is on a distinguished road
Quote:
Originally Posted by tanatos View Post
the game to run with the selected language needs to create system.cfg in game folder but is not created.

one else, with the original game I have to remove the lines on the firewall?.
Put system.cfg file of your desired language in "C:\Program Files (x86)\EA\Crysis 3" then launch the conversion.

Last edited by sarmadi; 26-02-2013 at 15:25.
Reply With Quote
Reply

Tags
ciu 1.0.0.5, crysis 3, custom installer, dvd9 to 2xdvd5

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Crysis Warhead & Wars Multi10 (DVD9 to 2xDVD5) ravd PC Games - CD/DVD Conversions 14 29-09-2025 16:11
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
altef_4's installer altef_4 Conversion Tutorials 244 24-05-2024 22:20
Crysis 2 DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 105 28-10-2014 08:42



All times are GMT -7. The time now is 21:24.


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