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.

Regarding ccoa's UMS

Hello, I got the UMS demo game, and copied the script into my game. When I start up, the "new game" menu thing shows up fine, but any other text in my game is just a blank window. It's writing the text n stuff, I just cant see my text, just the window. any ideas?
 
Might be because the UMS uses a font you don't have on your computer, although everybody should have the standard fonts. I suggest checking the UMS to see what font it is using.
 

Anonymous

Guest

I'm not having any problems with the script, the text shows up fine, do you have any other scripts?

You could try this little piece of code, it usually overwrites all text throughout the game.

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

If it doesn't work, tell me if you have any other scripts other than the UMS.

You can change the font Rod to anything.

[EDIT] You place it in a new script above main.
 

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