Digraphs Module

From Adventure Game Studio | Wiki
Revision as of 04:18, 6 June 2012 by Monkey'05'06 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Digraphs are two-character sequences used to enter single characters that cannot be entered from the computer keyboard, due to AGS scripting restrictions, or teh characters woudl look out of place. For example, with AGS using SCI fonts, you cannot use characters >127. However, many characters in the ASCII table are not used in many adventure games: "%^&$@", etc. So, if you need accented characters you can edit the font so such characters look like the ones you need. Hoever, these will be quite unreadable... say you make "$" look like an Spanish n with a ~ accent... Espa$a doesn't look as good as, say Espan~a... Digraphs module will solve that problem by doing the translation.