A contribution to our Korean friends, here's a KR DataCenter + KR Audio for the 100.02 GF/TW Clients (GF not tested yet) Tested and working too!
Client summary,
KR
There are reported issues with the translation, will check as soon as i can.
TW
Everything working so far.
GF
Videos still have audio in english.
Client side
DataCenter
*Place the DataCenter_Final.dat into .\TERA\S1Game\S1Data
KOR (Not working as intented.)
Sound Pack
*Unzip and replace (if ask) the content into .\TERA\S1Game\CookedPC\Sound_Data
Font
*Unzip and replace (if ask) the content into .\TERA\S1Game\CookedPC\Art_Data\Packages\S1UI
Must have files
Startup
Make a backup first. Place that file into .\TERA\S1Game\CookedPC
GFxUI.int
Place that file into .\TERA\S1Game\Localization\INT
API side
Taken from here
If you want to change the buttons text language, you must read all the steps there also. (How to add new language translation (new region of client)
Must be something like this
API Database
Create a new entry in server_strings table, execute this
** Remember to change teraapidatabase to your current tera database name.
Results
Server side
Make a backup first.
Place this file into .\bin\Datasheet folder
This change is a must if you want to put Korean names in your characters/guilds
So, you will get this,
Instead of this
Credits
hsdn which help me figuring out why the KR DataCenter wasn't working.
dospara which help me providing the translation to the server strings and the KR Audio from the 100.02 KR Client
**All these steps are not needed if you have the "KR" Client, just download the DataCenter and place it into .\TERA\S1Game\S1Data
PD: I'm looking for one of the latest Japanese Clients.
Enjoy
Client summary,
KR
There are reported issues with the translation, will check as soon as i can.
TW
Everything working so far.
GF
Videos still have audio in english.
Client side
DataCenter
*Place the DataCenter_Final.dat into .\TERA\S1Game\S1Data
KOR (Not working as intented.)
Sound Pack
*Unzip and replace (if ask) the content into .\TERA\S1Game\CookedPC\Sound_Data
To view the content, you need to sign in or register
Font
*Unzip and replace (if ask) the content into .\TERA\S1Game\CookedPC\Art_Data\Packages\S1UI
To view the content, you need to sign in or register
Must have files
Startup
Make a backup first. Place that file into .\TERA\S1Game\CookedPC
To view the content, you need to sign in or register
GFxUI.int
Place that file into .\TERA\S1Game\Localization\INT
To view the content, you need to sign in or register
API side
Taken from here
If you want to change the buttons text language, you must read all the steps there also. (How to add new language translation (new region of client)
Code:
1. Copy the file src\locales\launcher\en.json to src\locales\launcher\kr.json
2. Copy the file public\launcher\css\buttons-en.css to public\launcher\css\buttons-kr.css
3. Open .env and add the line API_PORTAL_CLIENT_REGIONS_KOR=한국인 and save.
4. Restart TeraAPI.
Must be something like this

API Database
Create a new entry in server_strings table, execute this
To view the content, you need to sign in or register

** Remember to change teraapidatabase to your current tera database name.
Results

Server side
Make a backup first.
Place this file into .\bin\Datasheet folder
To view the content, you need to sign in or register
This change is a must if you want to put Korean names in your characters/guilds
So, you will get this,

Instead of this

Credits
hsdn which help me figuring out why the KR DataCenter wasn't working.
dospara which help me providing the translation to the server strings and the KR Audio from the 100.02 KR Client
**All these steps are not needed if you have the "KR" Client, just download the DataCenter and place it into .\TERA\S1Game\S1Data
PD: I'm looking for one of the latest Japanese Clients.
Enjoy

Last edited: