Page 1 of 1

[PROBLEM] Translation does not change in-game

Posted: Sat Oct 05, 2019 7:22 am
by Bug1642
although different here does not change in the game. Just happening in some sentences.

Image

Image

Re: [PROBLEM] Translation does not change in-game

Posted: Sun Oct 06, 2019 3:48 am
by ttant
Check the file encoding. it MUST be utf8+bom, otherwise the translation doesn't show up.

Re: [PROBLEM] Translation does not change in-game

Posted: Sun Oct 06, 2019 4:10 am
by Bug1642
So what should I do to fix it?

Re: [PROBLEM] Translation does not change in-game

Posted: Sun Oct 06, 2019 6:00 am
by peter980
If it is encoding issue, you have Encoding menu in Notepad++. Use that to change it.

Re: [PROBLEM] Translation does not change in-game

Posted: Sun Oct 06, 2019 8:12 am
by Bug1642
Can I hide the numbers at the beginning?

Re: [PROBLEM] Translation does not change in-game

Posted: Mon Oct 07, 2019 5:23 am
by ttant
By number, you mean :
* the line number in the text editor ? in such case, it depends of the text editor, but i guess such option exists.
* the stuff before the | character ? You must NOT touch that, it's the dialog identifier which is use by engine to display the translation instead of the original line.

Re: [PROBLEM] Translation does not change in-game

Posted: Mon Oct 07, 2019 6:29 am
by Bug1642
thanks took care of.