Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One more question: if I rewrite the game menu in its own language, for example "New game" = " Új játék" or " Settings" = "Beállítások", how can I use accented letters?

(2 edits)

Provide it with a font that supports them. Although I never intended it to be used in languages different than russian and english (historical reasons) and never got to check if it would support any other. However it _should_ be possible since engine uses utf-8 encoding. All you need is a font.

(1 edit)

i tested it with a font that supports accented characters and it somehow turns them into cyrillic characters. as you said, that shouldn't be happening if your text is in utf-8. i think it may be a bug.

i would recommend at some point down the road allowing menu.script to reference an image for buttons instead of only text.

1) No, it's not a bug. It shows that it works exactly as it supposed to be working prior to english release. I'm not even sure if I'll be able to fix it propery as the code base is very old at this point.

2) Images generally look way worse than TTF font on higher resolutions.