Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

RESOLVED

Hi, again. This is because you haven't got the font on your computer that is used in that demo. If the font doesn't come with the demo, then you'll have to install it yourself.
 
hang on, let me have another look, I'll edit this post if I find something.

EDIT: I can't work that out - It worked fine for me. We are talking about Rye.jp's CBS Starter Kit Version 0.3 arn't we?

EDIT 2: You could try Inserting a new script above main, and putting this into it:

Code:
class Font_Type
  begin
    Font.default_name = "Arial"
  end
end
 
...That's not going to work, that's not even valid! *Slaps forehead* If it's Arial, you should already have that font on your computer! Else I'd go back to the link you got it from and see if they have a download link to the font you need.

The best thing I'd suggest though is to just search through the script and search for 'font' or 'Font' and either delete the line, or change it to something you have. Or, you could google the font name and that might help you out too.

If the script has something like...

Default.font_type or $defaultfonttype in it, just delete the damn lines, because that's remanent of the old PK Edition days and is not the way the 'legal' version of RPG Maker handle's the default font set.

If you need to change the default font, go into main and add these lines

Font.default_name = "Times New Roman"
Font.default_size = 22

etc.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top