You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The mod will only update rich presence with English names, words and descriptions. Even for game-supported languages.
Describe the solution you'd like
Detect game language and display rich presence in that language.
Additional context
It would be nice if implementation would work with not just the game supported languages.
The text was updated successfully, but these errors were encountered:
Language types are currently hard-coded for the game in the sense that there is an explicitly defined enum : Japanese, Chinese, and English as well as certain classes exposing text variants via properties of the same names. As far as in-game goes we would need an assembly patcher to add new languages.
Is your feature request related to a problem? Please describe.
The mod will only update rich presence with English names, words and descriptions. Even for game-supported languages.
Describe the solution you'd like
Detect game language and display rich presence in that language.
Additional context
It would be nice if implementation would work with not just the game supported languages.
The text was updated successfully, but these errors were encountered: