05-22-2010, 04:32 PM
Jaberwocky Wrote:I am using the english RGSS.dll with no problems displaying Japanese text ingame, so long as I set the font for the window to one that supports it.
Changing the .dll version isn't going to do anything to help beyond changing the default font for all windows to one that supports Japanese, which you could do yourself by adding 1 line of code in the 'main' script: Font.default_name = "some font"
Could you be more specific in how to change the font? I added
Font.default_name = "verdana.TTF"
to the 'main' script, but all it did is make all the text invisible. I also tried with a few other fonts that are in my windows font folder. Do I need to copy the font to some RMVX folder? Is the code even correct?