Translate the game.
Moderator: Moderator
Translate the game.
Well, since the game is big and some players don't have english as first language, how can I translate the whole game? Like, make an add-on for it. In my case, Portuguese. I can do if someone tell me how.
-
- Uruivellas
- Posts: 708
- Joined: Wed Apr 30, 2008 5:55 pm
Re: Translate the game.
There's already a chinese translation. I'd take a look at it.
Addons: Arcane Blade Tweaks, Fallen Race, Monk Class, Weapons Pack
Currently working on Elementals. It's a big project, so any help would be appreciated.
Currently working on Elementals. It's a big project, so any help would be appreciated.

Re: Translate the game.
Of course people have problem reading stuff, didnt you see that I wrote that my language is PORTUGUESE, NOT CHINESE.grayswandir wrote:There's already a chinese translation. I'd take a look at it.
Re: Translate the game.
Why so hostile? The mechanisms of translation should be similar regardless of the language.
-
- Uruivellas
- Posts: 708
- Joined: Wed Apr 30, 2008 5:55 pm
Re: Translate the game.
Exactly. If you want to make a translation addon, then looking at an existing translation addon should be helpful.
Addons: Arcane Blade Tweaks, Fallen Race, Monk Class, Weapons Pack
Currently working on Elementals. It's a big project, so any help would be appreciated.
Currently working on Elementals. It's a big project, so any help would be appreciated.

Re: Translate the game.
Where I see it? I just see the page to download it, nothing else.Dao Zeti wrote:Why so hostile? The mechanisms of translation should be similar regardless of the language.
EDIT: Ok, Ive downloaded the file and extracted it with winrar, but where's the file (default, with english language) in the game folder (on steamapps/common/TalesMajEyal)?
-
- Wayist
- Posts: 29
- Joined: Fri May 16, 2014 6:30 pm
Re: Translate the game.
Let me give you some suggestions in general.
(1) Please turn to te4 wiki (http://te4.org/wiki/Addons) for some general idea of how an addon works. This can help you a lot in understanding how to translate the game.
(2) The current Chinese translation addon, to be honest, is not a very good example. It works well. However, it has two major drawbacks: (A) It uses a lot of overload contents (You can learn what overload is after reading the wiki). So it has very poor compatibility. (B) In this addon, several tables are made to hold the name of talents, talent types, descriptions, etc. In the real game, it takes a while for the engine to search for those names so the game becomes laggy.
No matter what this addon shall be a good starting point for you. Read it, understand it and keep the two drawbacks I said in your mind. Probably you can find a better way to do the same work and then you will help all of us.
(1) Please turn to te4 wiki (http://te4.org/wiki/Addons) for some general idea of how an addon works. This can help you a lot in understanding how to translate the game.
(2) The current Chinese translation addon, to be honest, is not a very good example. It works well. However, it has two major drawbacks: (A) It uses a lot of overload contents (You can learn what overload is after reading the wiki). So it has very poor compatibility. (B) In this addon, several tables are made to hold the name of talents, talent types, descriptions, etc. In the real game, it takes a while for the engine to search for those names so the game becomes laggy.
No matter what this addon shall be a good starting point for you. Read it, understand it and keep the two drawbacks I said in your mind. Probably you can find a better way to do the same work and then you will help all of us.
-
- Posts: 1
- Joined: Tue Mar 24, 2015 1:22 pm
Re: Translate the game.
Hi, glad to see guys from my hometown and thanks for your post. The Chinese Localization Addon is still on version 1.2.5, so I've got a little bit interest on the translation. But, if I should not use overload to change the TEXT in game, how can I do that? It seems like that all the TEXT is directly written in the source lua code.wuxiangjinxing wrote:Let me give you some suggestions in general.
(1) Please turn to te4 wiki (http://te4.org/wiki/Addons) for some general idea of how an addon works. This can help you a lot in understanding how to translate the game.
(2) The current Chinese translation addon, to be honest, is not a very good example. It works well. However, it has two major drawbacks: (A) It uses a lot of overload contents (You can learn what overload is after reading the wiki). So it has very poor compatibility. (B) In this addon, several tables are made to hold the name of talents, talent types, descriptions, etc. In the real game, it takes a while for the engine to search for those names so the game becomes laggy.
No matter what this addon shall be a good starting point for you. Read it, understand it and keep the two drawbacks I said in your mind. Probably you can find a better way to do the same work and then you will help all of us.