8000 DYOM Translation - Support for modded in languages by met-nikita · Pull Request #182 · Parik27/SA.Rainbomizer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DYOM Translation - Support for modded in languages #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

met-nikita
Copy link
Contributor

This feature adds ability to map unicode characters to single byte characters used by the game.
That means languages with non-latin script (e.g. Cyrillic) now can be correctly displayed by DYOM after translating to this language (with proper mapping of course).

For example, below config is for Russian localisation by San-Ltd:
TranslationChain = "ru"
CharactersMap = "А;41;Б;80;В;8B;Г;82;Д;83;Е;45;Ё;A8;Ж;84;З;88;И;85;Й;86;К;4B;Л;87;М;96;Н;AD;О;4F;П;8C;Р;50;С;43;Т;8F;У;59;Ф;81;Х;58;Ц;89;Ч;8D;Ш;8E;Щ;8A;Ъ;90;Ы;91;Ь;92;Э;93;Ю;94;Я;95;а;61;б;97;в;A2;г;99;д;9A;е;65;ё;B8;ж;9B;з;9F;и;9C;й;9D;к;6B;л;9E;м;AF;н;AE;о;6F;п;A3;р;70;с;63;т;A6;у;79;ф;98;х;78;ц;A0;ч;A4;ш;A5;щ;A1;ъ;A7;ы;A8;ь;A9;э;AA;ю;AB;я;AC"
gtasa3

@yusufyddurmus
Copy link
yusufyddurmus commented Apr 4, 2023

It works well but breaks TTS. Need a way to feed the original translated text into TTS rather than the changed text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0