Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

?hat in Cyrillic


Hikaruma
 Share

Recommended Posts

hello, can you help with the Russian language in the chat?
everything is translated perfectly, but I can not understand how to allow the chat to write in Russian
even in the admin panel supported by the Russian language but do not know where to edit the chat
=thank you in advance for your response=
Link to comment
Share on other sites

Which engine are you using? I would say you have to edit the fonts, but since you said that it's translated in game. but not the chat, Then you would have to change the font for the chat through the source, Pretty sure it's just changing the name of the font being used
Link to comment
Share on other sites

Hello, sorry for the slow answer
I use Eclipse Renewal
I already changed the fonts and the game understands the Russian language
but I can't find where the chat is
You can tell where can fix the chat?
or can I use the wrong font for the chat? there are ideas that can be the reason for the hieroglyphs
Link to comment
Share on other sites

@hikaruma

Chat is drawn in `modText` in the sub `Public Sub UpdateShowChatText()`

It just uses `Font_Default` which is given a value in `Sub EngineInitFontTextures()`

``` ' FONT DEFAULT
NumTextures = NumTextures + 1
ReDim Preserve gTexture(NumTextures)
Font_Default.Texture.Texture = NumTextures
Font_Default.Texture.filepath = App.path & FONT_PATH & "texdefault.png"
LoadTexture Font_Default.Texture```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...