Change Language

02/05/2023 09:11 danjusha#1
Hi,

i renamed all my TXT into german language and everthing works fine in the overworld.
Only my items can not show Ä/Ü/Ö/ß.

How can I change that ?

The questdescription and overwoldtext works fine

Thank you
02/06/2023 22:17 xTwiLightx#2
Check the encoding of your propItem.txt.txt or SpecItem.txt/propItem.txt depending on where your item names are stored.

Modern editors like VSCode like to use UTF-8 as a default which Flyff is not compatible ootb. For german, Windows-1252 should be the best choice - UTF-16 (don't know if Little or Big Endian) should work too.

Also, check which IDS_CODEPAGE your Neuz and servers use, that should match the encoding (1252 in your case).