RELEASE TERA 71.03 EME Retail proto. 333782 + WebApp + VM

Hello everyone, tell me this, I can't register a new account, no matter what I enter I always get an error that I need to create a login and password of 8-128 letters and numbers
 
Hello everyone, tell me this, I can't register a new account, no matter what I enter I always get an error that I need to create a login and password of 8-128 letters and numbers
In this version of API you need to use special characters in the password, and the letters must be in upper and lower case.
For example: p@ssW0rd
 
In this version of API you need to use special characters in the password, and the letters must be in upper and lower case.
For example: p@ssW0rd
That's exactly how I haven't tried writing the password)
I put the second @ sign and was able to register an account without any problems.
Thanks for your help!
 
Hi hsdn your tera-proxy-server already fits the version: 71.03 ?
 
Thank you for all the great work that you have done here.
 
Last edited:
Hi hsdn, Thank you for all the work you have done also.
 
Last edited:
Hello, guys I'm having a little problem with the game language. I was able to configure the server as by the videos provided by archgeus, but when I initialize the game there is no text only boxes (screenshot).


Path of the DC: D:\Tera_Retail_71\TERA_Client_71.03_EME_333782\TERA_Client_71.03_EME\S1Game\S1Data\DataCenter_Final_EUR.dat

It was originally: DataCenter_Final_USA.dat, but I had to rename to EUR otherwise the game would not start.

Can you help me? I'm new to all of this, I've seen in the thread the use of novadrop but couldn't use it and I don't know if this can help.

I would like the game to be in English.
 

Attachments

  • TERA_ScreenShot_20250122_120839 - RELEASE TERA 71.03 EME Retail proto. 333782 + WebApp + VM - RaGEZONE Forums
    TERA_ScreenShot_20250122_120839.webp
    140.4 KB · Views: 7
Hello, guys I'm having a little problem with the game language. I was able to configure the server as by the videos provided by archgeus, but when I initialize the game there is no text only boxes (screenshot).


Path of the DC: D:\Tera_Retail_71\TERA_Client_71.03_EME_333782\TERA_Client_71.03_EME\S1Game\S1Data\DataCenter_Final_EUR.dat

It was originally: DataCenter_Final_USA.dat, but I had to rename to EUR otherwise the game would not start.

Can you help me? I'm new to all of this, I've seen in the thread the use of novadrop but couldn't use it and I don't know if this can help.

I would like the game to be in English.
Maybe you need to check the Api's ".env" file and change the language,
ex:
Screenshot_1 - RELEASE TERA 71.03 EME Retail proto. 333782 + WebApp + VM - RaGEZONE Forums
 
Thank you all for these files, this update brings me closer to what Tera Classic was like.
"71.03" is for me the best update posted here.
 
Yep, I did change the IP in Launcher.

If I rename the DC to EUR the game opens and I can connect to the server but with that situation without texts :(
I understand, but which client did you download? NA or EU?
 
Last edited:
I understand, but which client did you download? NA or EU?
f you are using NA Client, use "DataCenter_Final_USA.dat" and
change the settings in Api, ".env" file to API_PORTAL_CLIENT_DEFAULT_REGION=USA
 
I understand, but which client did you download? NA or EU?


I'm not sure which client I'm using if it's EU or NA. I've downloaded the client from the main thread

Is there a way where I can see the version?
 
I'm not sure which client I'm using if it's EU or NA. I've downloaded the client from the main thread

Is there a way where I can see the version?
Yes, you downloaded NA, it's the same version I'm using.

I am using "DataCenter_Final_USA.dat" and I have changed the settings in the Api, ".env" file to API_PORTAL_CLIENT_DEFAULT_REGION=USA

Everything works fine.
Screenshot_4 - RELEASE TERA 71.03 EME Retail proto. 333782 + WebApp + VM - RaGEZONE Forums
 
Guys, after so many hours debugging I've finally found one part of the issue. It was not in the server config, or the databases.

Here is the thing:

- I need to have the name of the .dat file as DataCenter_Final_EUR.dat otherwise the game won't start, even changing the values in .env files for the server.

Now, as it is EUR it will try to load the resources related with EUR, including Fonts.

In the path: tera/S1Game/Localization/EUR, is possible to see a file GFxUI.eur and if you open it with vscode it will show a line at the top for FontLib. Like this:
[FontLib]
FontLib=fonts_eur.fonts_eur

The issue is that this client does not come with this font lib, in the path tera\S1Game\CookedPC\Art_Data\Packages\S1UI

There is only fonts_ch, fonts_eng, _ge, _jp, _kr, there is no fonts_eur.

I've fixed this by changing the GFxUI.eur to:

[FontLib]
FontLib=fonts_eng.fonts_eng

And now the game has texts in English.


1737589280142 - RELEASE TERA 71.03 EME Retail proto. 333782 + WebApp + VM - RaGEZONE Forums
 
Hello, guys I'm having a little problem with the game language. I was able to configure the server as by the videos provided by archgeus, but when I initialize the game there is no text only boxes (screenshot).


Path of the DC: D:\Tera_Retail_71\TERA_Client_71.03_EME_333782\TERA_Client_71.03_EME\S1Game\S1Data\DataCenter_Final_EUR.dat

It was originally: DataCenter_Final_USA.dat, but I had to rename to EUR otherwise the game would not start.

Can you help me? I'm new to all of this, I've seen in the thread the use of novadrop but couldn't use it and I don't know if this can help.

I would like the game to be in English.
Maybe you need to check the Api's ".env" file and change the language,
ex:
View attachment 274926

Hi,

The error occurs because the actual tera-api doesn't support USA DataCenters (US Region), keep in mind that the 71.03 client only have the USA region, but ofc it can be tweaked to allow more regions like eur, fra, rus, ger etc like 92.04/100.02 does since it works like the same way.

The pre-made vm have a modified api to allow launch the client using usa dc, that's why the users which used this version doesn't report any kind of issue when launch the game.
 
Last edited:
Back