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.

Default Font - Ccoa's UMS

Status
Not open for further replies.
I'm currently using Monotype Corsiva as the default font for my game. I'm also using Ccoa's UMS (v. 1.5.0.)

The UMS script doesn't register that I've changed the default font. All default text is displayed in Tahoma, instead.

I am able to change the font through \font[] code (as well as $game_system.font = ""). However, this doesn't change the font for the namebox.
I've tried changing the @font="" manually to "Monotype Corsiva", but there was no change. The messages are still defaulted to Tahoma.

Is there anything else I need to change or include in order to fix this?
 

Anonymous

Guest

Here, although it changes font on all text in game.

Code:
class Font
  begin
    Font.default_name = "Rod"
    Font.default_size = 20
    Font.default_bold = false
  end
end

(new script above main)
It also has text size support and you can also make it bold (throughout) if you put true.

[EDIT] Just read name box, I edited the script a while ago and managed to change it's font and size, I'll dig out where you need to change it, unless the above is ok.

[EDIT] uncomment line 2158, and change the font name there.
 
Status
Not open for further replies.

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