steampanda
Junior Member
Posts: 19
Threads: 9
Joined: Jun 2015
Reputation:
0
|
About adding language
Ok.
I have translated *.lang files and generated font files with dds file.
So I could make "Korean patch" by modifying base_french.lang and french.lang.
However, what I really want to do is to generate independent lang files like "korean.lang" and 'base_korean.lang" and make the system support the files so we can select "korean" in in-game option.
Would it be possible? If so, then how can I do that?
|
|
09-29-2015, 10:23 AM |
|
jens
Frictional Games
Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation:
202
|
RE: About adding language
I think the menu uses the languages listed in base_x.lang. So you would have to add Korean to the languages listed in all the base lang files and then put korean.lang and base_korean.lang next to the other lang files. That should work.
So if you want to make a mod out of this, I think you would have to include all the modified lang files + the new Korean files to make it work as any other language.
(This post was last modified: 09-29-2015, 10:02 PM by jens.)
|
|
09-29-2015, 11:52 AM |
|
Googolplex
Banned
Posts: 2,340
Threads: 246
Joined: Oct 2008
|
RE: About adding language
How to "generate" lang files? I know that manual translation of SOMA would take A LOT work!!!
But as Jens said, you just have to add the new files into the folder and select language in-game. Use UTF-8 format for the text file.
|
|
09-29-2015, 03:40 PM |
|