: : People, help! I'm newbie in C+, and I want to change font in game. Which file should I modify, and what should I do?
: : Thank's a lot.
: : :) :) :)
: It's very easy to do.
: initfont("name of font");
: Just put it in one of the script files and I think it should work.
: You can read information on every available command in the dinkc.txt file in your development folder.
One word of warning though. There's no automatic way to include the font itself in the d-mod. The users would have to install it themselves if they didn't have it already. Fortunatly if you use a font people don't have, they can still read text, but they get a kind of ugly default font.