Change game font by switch

● ARCHIVED · READ-ONLY
Started by RPGVeir 6 posts View original ↗
  1. I'm in need of a script that would let me temporarily change font, be it by switch or script call. It's going to be used in a puzzle where player "enters" another type of game from ?8bit? era. For that I have to temporarily change font so it fits the rest of graphics.

    I dont mean changing font for dialogues only. The puzzle opens up a script based "answer window" in which player is free to type any kind of answer. It's not compatible with Yanfly MSG system. For that reason it would be easiest to just temporarily swap game default font.

    upload_2018-9-26_14-19-12.png
  2. 'Scripts' is where people who have written completed scripts they want to share with the community can post them. Can you please take particular note of this, because this is the second thread of yours that I've had to move from here today.

    [move]RGSS3 Script Requests[/move]
  3. But I did place it here .-.

    #Edit Or did I?
  4. Nope, otherwise I would not have had to move it.
  5. Go to Script Call in an event and put this:

    Font.default_name = ["Arial"]

    Change "Arial" to the font you want
  6. I'll test it tomorrow. Thank You very much