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 Help with font please.

Status
Not open for further replies.
This is really irritating me.
I've been trying to get the battle font changed from the standard to one of my choosing. You'd figure with all the edits and tweaks I've made to all the scripts I could figure out this little thing. But I can't.

Here is what I have:

The SDK.
Dubelaex's AMS
and the RTAB battle system although heavily edited to almost the point it's not the same. (With some help of course)

Someone please help, all other game fonts are what I want except the battle and title font.

Another thing to note is I have removed the Scene Title from the SDK.
 
Hehehe. Brain surge.

Insert below all other scripts.

Code:
class Bitmap
  alias_method :seph_fontoverrideforbattle_bitmap_init, :initialize
  def initialize(*args)
    seph_fontoverrideforbattle_bitmap_init(*args)
    if $scene.is_a?(Scene_Battle)
      self.font.name = 'Your Font Name'
    end
  end
end
 

Tana

Member

This topic has been resolved. If The Man or any other users have any questions or further problems regarding this topic, please create a new thread about them.

Thank you!
 
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