Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #46  
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
Sponsored Links
  #47  
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
  #48  
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
  #49  
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
  #50  
Old 27-02-2013, 10:07
Xaelin's Avatar
Xaelin Xaelin is offline
Registered User
 
Join Date: Dec 2008
Location: Turkey
Posts: 47
Thanks: 259
Thanked 15 Times in 10 Posts
Xaelin is on a distinguished road
Send a message via ICQ to Xaelin Send a message via MSN to Xaelin
Conversion works fine. Very Thanks.

postscript;
if you using turkish lang , DeadSpaceTitleFont not supported turkish character. Change font line bottom of the autorun design.





Maybe it is unnecessary.Just i wanted to share.

P.S: Sorry for my broken english.
__________________
you never know what will happen...
Reply With Quote
The Following 2 Users Say Thank You to Xaelin For This Useful Post:
2x+1 (01-03-2013), spawniectes (27-02-2013)
  #51  
Old 27-02-2013, 12:12
41UC4RD 41UC4RD is offline
Registered User
 
Join Date: Jan 2009
Location: COLOMBIA
Posts: 68
Thanks: 625
Thanked 23 Times in 18 Posts
41UC4RD is on a distinguished road
No work for me thanks.
Reply With Quote
  #52  
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,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 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)
  #53  
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
  #54  
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,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 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)
  #55  
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
  #56  
Old 01-03-2013, 16:12
Hexens Hexens is offline
Registered User
 
Join Date: Nov 2008
Location: Spain
Posts: 20
Thanks: 0
Thanked 6 Times in 4 Posts
Hexens is on a distinguished road
there is bug texture in game, the file ObjectsMP.pak is also necessary in solo game.

Reply With Quote
The Following 2 Users Say Thank You to Hexens For This Useful Post:
elbubi (02-03-2013), pakrat2k2 (01-03-2013)
  #57  
Old 01-03-2013, 16:44
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 675
Thanks: 104
Thanked 586 Times in 156 Posts
senseman is on a distinguished road
@Hexens

I've finished the game few days ago v1.0 ....released Update v1.1 for PC....Performance and bug fixes,update your game
Reply With Quote
  #58  
Old 01-03-2013, 17:45
Hexens Hexens is offline
Registered User
 
Join Date: Nov 2008
Location: Spain
Posts: 20
Thanks: 0
Thanked 6 Times in 4 Posts
Hexens is on a distinguished road
The last update of the game have been installed and last driver is also installed (Geforce 314.07).
If the file ObjectsMP.pak is not present, i have this bugs !

The same screen with ObjectsMP.pak , there is no bug

Last edited by Hexens; 02-03-2013 at 05:26.
Reply With Quote
The Following 2 Users Say Thank You to Hexens For This Useful Post:
elbubi (02-03-2013), pakrat2k2 (01-03-2013)
  #59  
Old 02-03-2013, 05:18
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
this last version of conversion work fine?
Also work with patch 1.1?
Reply With Quote
  #60  
Old 02-03-2013, 05:36
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Quote:
Originally Posted by Hexens View Post
there is bug texture in game, the file ObjectsMP.pak is also necessary in solo game.
Is this right? If so, conversion is useless
Reply With Quote
Reply

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


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 01:25.


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