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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19-06-2017, 15:28
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
How edit .ini files

Hi i want know how change the language in Ali232.ini, rld.ini, cpy.ini, steam_emu, etc after the setup end

this is my language section in the script

Code:
[Languages]
Name: "EN"; MessagesFile: "compiler:Default.isl"
#ifdef Spanish
Name: "ES"; MessagesFile: "compiler:Languages\Spanish.isl"
#endif
#ifdef German
Name: "DE"; MessagesFile: "compiler:Languages\German.isl"
#endif
#ifdef French
Name: "FR"; MessagesFile: "compiler:Languages\French.isl"
#endif
#ifdef Italian
Name: "IT"; MessagesFile: "compiler:Languages\Italian.isl"
#endif
#ifdef Brazilian
Name: "PRBR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
#endif
#ifdef Polish
Name: "PL"; MessagesFile: "compiler:Languages\Polish.isl"
#endif
#ifdef Russian
Name: "RU"; MessagesFile: "compiler:Languages\Russian.isl"
#endif
#ifdef Japanese
Name: "JP"; MessagesFile: "compiler:Languages\Japanese.isl"
#endif
#ifdef ChineseT
Name: "CNT"; MessagesFile: "compiler:Languages\ChineseTraditional.isl"
#endif
#ifdef Korean
Name: "KO"; MessagesFile: "compiler:Languages\Korean.isl"
#endif
#ifdef Arabic
Name: "AR"; MessagesFile: "compiler:Languages\Arabic.isl"
#endif
Reply With Quote
Sponsored Links
  #2  
Old 19-06-2017, 15: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
http://www.jrsoftware.org/ishelp/ind...pic=inisection
__________________
Haters gonna hate
Reply With Quote
  #3  
Old 19-06-2017, 15:44
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
for example
[INI]
Filename: "{app}/ALI213.ini"; Section: "Settings"; Key: "Language"; String: HOW ASSOCIATE TO THE LANGUAGE

but the text mus be in lowercase
english, spanish, etc
Reply With Quote
  #4  
Old 19-06-2017, 15:50
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
Try this

Create language.txt and include ("compiler: Default.isl" delete the space, have spaced it because of smiley )

Name: "english"; MessagesFile: "compiler: Default.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"

Code:
#define LanguageFile ".\languages.txt"
#define LanguageName

[INI]
Filename: "{app}\ALI213"; Section: "Settings"; Key: "Language"; String: "{code:GetLanguageName}"; 

[C ode]
 var
  LanguageNames: TStringList;
Have not tested but it should work
__________________
Haters gonna hate

Last edited by KaktoR; 19-06-2017 at 15:53.
Reply With Quote
  #5  
Old 19-06-2017, 18:33
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Try this

Create language.txt and include ("compiler: Default.isl" delete the space, have spaced it because of smiley )

Name: "english"; MessagesFile: "compiler: Default.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"

Code:
#define LanguageFile ".\languages.txt"
#define LanguageName

[INI]
Filename: "{app}\ALI213"; Section: "Settings"; Key: "Language"; String: "{code:GetLanguageName}"; 

[C ode]
 var
  LanguageNames: TStringList;
Have not tested but it should work
just select disable smilies in text under misc options below submit reply button
Reply With Quote
  #6  
Old 20-06-2017, 16:32
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Try this

Create language.txt and include ("compiler: Default.isl" delete the space, have spaced it because of smiley )

Name: "english"; MessagesFile: "compiler: Default.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"

Code:
#define LanguageFile ".\languages.txt"
#define LanguageName

[INI]
Filename: "{app}\ALI213"; Section: "Settings"; Key: "Language"; String: "{code:GetLanguageName}"; 

[C ode]
 var
  LanguageNames: TStringList;
Have not tested but it should work
only left specified the
Code:
function GetLanguageName
Reply With Quote
  #7  
Old 19-06-2017, 15:57
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
but what must contain the languages.txt
Reply With Quote
Reply


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
Please: I need help on ripping PS2 Movie Files Cyber Akuma PS2 Games 24 09-03-2005 22:28
how to edit cuesheet files spenne PS2 Games 2 14-04-2002 08:00
Isobuster (got all the files of a game) now how do i Burn all the files? m0LteK DC Games 0 29-04-2001 09:43



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


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