extra_english.lang file not working - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: extra_english.lang file not working (/thread-15712.html) Pages:
1
2
|
RE: extra_english.lang file not working - Cranky Old Man - 05-30-2012 (05-30-2012, 05:03 PM)Your Computer Wrote:I'm unclear as to what the game can display now, because it can display most (not all) Unicode 1.0 characters, and some (not all) Unicode 1.1 characters, and an unknown amount of 2 byte UTF-8 characters. At least I know that it can display "Å" under the right conditions. It's all very fuzzy.(05-30-2012, 04:17 PM)Cranky Old Man Wrote: UTF-8 doesn't contain Å. What you're actually showing there is a bug in Geany that lets you write Å in the editor at all. The Amnesia interpreter will then interpret your script as UTF-16. RE: extra_english.lang file not working - Your Computer - 05-30-2012 (05-30-2012, 07:59 PM)Cranky Old Man Wrote: I'm unclear as to what the game can display now, because it can display most (not all) Unicode 1.0 characters, and some (not all) Unicode 1.1 characters, and an unknown amount of 2 byte UTF-8 characters. At least I know that it can display "Å" under the right conditions. It's all very fuzzy. Not all fonts support all possible Unicode characters (though i'm not sure if there is one that does). In order to determine if there is a lack of Unicode support based simply on what is rendered on the screen, you have to see if the font (or FNT) used supports the characters itself. RE: extra_english.lang file not working - Cranky Old Man - 05-31-2012 (05-30-2012, 09:01 PM)Your Computer Wrote: Not all fonts support all possible Unicode characters (though i'm not sure if there is one that does). In order to determine if there is a lack of Unicode support based simply on what is rendered on the screen, you have to see if the font (or FNT) used supports the characters itself.Done. (I didn't bother with verifying C0, C1, Extended-A, and the basic russian alphabet, simply because there was so many characters to test.) The following unicode blocks are confirmed to be at least partially directly supported in-game (using the default font "font_default.fnt"): C0 Controls and Basic Latin - Basic alphabet (Control characters not supported by font.) C1 Controls and Latin-1 Supplement - Letters with diacritics (for european languages) (Control characters not supported by font.) Latin Extended-A - Latin characters Latin Extended-B - Latin characters (Only these letters: ƒ, Ǻǻ, Ǽǽ, Ǿǿ) Spacing Modifier Letters - Miscellaneous phonetic modifiers, and spacing clones of diacritics. (Only these: "ˆ", "ˇ", "ˉ", "˘", "˙", "˚", "˛", "˜" and "˝".) Greek and Coptic - Greek alphabet (Probably every single character between ";" and "ώ". Characters "ʹ" and "͵" not supported by engine.) Cyrillic - Basic Russian alphabet and Cyrillic extensions is at least supported by the font. Historic Letters (only six) is supported by the font, but not by the engine. Extended Cyrillic (Only the characters: "Ґ" and "ґ") RE: extra_english.lang file not working - willochill - 06-04-2012 So I took out the Å and it didn't help anything. lol. not the problem. RE: extra_english.lang file not working - Cranky Old Man - 06-04-2012 (06-04-2012, 02:22 AM)willochill Wrote: So I took out the Å and it didn't help anything. lol. not the problem.Is neither or the keys and the note working, or is one of them working? If none of them are working, are you sure that you put the lang file in the right folder? If one of them are working, have you named the note or keys properly in the editor? |