Closed ZiYueCommentary closed 2 years ago
Do you know why there is no "CONTRIBUTE" string?
Can you also make ru-RUS translation on the website?
Another question: Why "SETTING" button sets the language we chosen?
Also the game doesn't work... Loading screens translation doesn't work
Any ideas?
sorry i didn't notice your message, chinese in the selector for now is only for testing for read local.ini
and load local gfxs.
Can you also make ru-RUS translation on the website?
if you think rus translation is ready for display in the selector, of course!
Another question: Why "SETTING" button sets the language we chosen?
this button means "set game's language with selected language", maybe "SETTING" is bad for this button.
Do you know why there is no "CONTRIBUTE" string?
The "Contribute" button's string was replaced by "114" because I need testing for reading local.ini
.
contribute button only shows when no language is selected.
Also the game doesn't work... Loading screens translation doesn't work
Everything seems fine when I was debugging... 🤔
I updated the lists, now you can find russian in the selector. 🧐
Maybe i know why game will crash when staying too long in the selector now.
When I write codes, I let game load country flags in the loop, so game will load new images per frame without deleting previous images, maybe this caused stack overflow.
Maybe i know why game will crash when staying too long in the selector now.
When I write codes, I let game load country flags in the loop, so game will load new images per frame without deleting previous images, maybe this caused stack overflow.
Yeah, it could be
Also the game doesn't work... Loading screens translation doesn't work
Everything seems fine when I was debugging... 🤔
Seems like this error appears when I set a different language
Also the game doesn't work... Loading screens translation doesn't work
Everything seems fine when I was debugging... 🤔
Seems like this error appears when I set a different language
I didn't meet this bug, did blitz3d show what exception is thrown?
Also the game doesn't work... Loading screens translation doesn't work
Everything seems fine when I was debugging... 🤔
Seems like this error appears when I set a different language
I didn't meet this bug, did blitz3d show what exception is thrown?
No. The game just loading indefinitely
For some reason the game doesn't work on different languages after watching startup videos
I tried to make debugging, but that didn't give me any results
Try to use translated "loading_screens.ini"
For some reason achievements can't be translated
For some reason achievements can't be translated
In my test they are can be translated 🤔
Nvm, my bad
Also in my many times testing, loading_screens.ini
can be localized, and won't stuck in the loading screen.
For some reason translated name have wrong symbols
seems fine
Where are other letters?
Where are other letters?
i delete them for testing localization.
Did you update repo to the latest one?
Did you update repo to the latest one?
i forget update my repo, I will do test later
You changed InitLoadingScreens
function and GetINIString function, so localized loading_screens.ini
can't work.
41