Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 10/08/2003 10:32:52

Title: dialog error
Post by: on Sun 10/08/2003 10:32:52
I´ve followed the tutorial and made dialog script but when i test play it and try to talk with character, game get tilt and show text:


       "error: cannot display message with extended characters in SCI font"


How can i fix it?
Title: Re:dialog error
Post by: Scummbuddy on Sun 10/08/2003 11:58:53
the problem is that you are using keyboard characters/letters that are not equivalent to ones that are on the font that the game is using.  what i did to go around that trick, is that I downloaded SCI Studio at www.bripro.com, and made my own font, and for the extended characters, such as an e with an accent mark on top, or a u with two dots above it, you would replace some character like the "^" or something that you wouldn't use in your game with the one you want, *you would draw it* and then when you need to use the character in the game, you just use the button that you replaced, but in the game, it will come out right.
Title: Re:dialog error
Post by: TerranRich on Mon 11/08/2003 02:28:46
Please read the Beginners' FAQ before asking ANY questions. Thank you.