Giter Club home page Giter Club logo

Comments (7)

shagu avatar shagu commented on August 25, 2024

Add ruRU locales (dbc's) to your server if you want to use a russian client.

1

from pfquest.

Artur91425 avatar Artur91425 commented on August 25, 2024

I reproduced the situation described in #11. If the players play on their client, and the server will not return text for the locale of their client (enUS text will return), then in your addon this parser will not work.

from pfquest.

Artur91425 avatar Artur91425 commented on August 25, 2024

I signed from below that if the languages of the client and server are the same, then everything works. But if suddenly the server does not return the client's locale data(return enUS data), then the parser does not work

from pfquest.

shagu avatar shagu commented on August 25, 2024

It's unrelated to the parser and is related to: #11
The parser itself just uses the client localization like before.
The only difference is that It's not hardcoded anymore and using globalstrings instead.

from pfquest.

Artur91425 avatar Artur91425 commented on August 25, 2024

why unrelated with the parser? It is the parser that does not work under certain conditions:
server locale = locale addon databases ≠ game client locale

I wrote in the first message: "Accordingly in the addon I use the base enUS(look at screenshot)". So it turns out that I reproduced the conditions written above and the parser did not work.

from pfquest.

shagu avatar shagu commented on August 25, 2024

why unrelated with the parser?

Because it's the zones.lua, the parser itself is working. You can't see anything on your map, because the zones.lua in enUS only contains enUS maps, which leads to the fact that no nodes are displayed because a valid zone can not be opened.

Reproduce:

  • Replace zones.lua from enUS with the one located in ruRU
  • Reload

from pfquest.

Artur91425 avatar Artur91425 commented on August 25, 2024

Exactly, I completely forgot about the zones... Thank you.

from pfquest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.