RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

how to change title screen Letter's [XP]

Started by onfurom, February 10, 2012, 11:08:58 AM

0 Members and 2 Guests are viewing this topic.

onfurom

OMG! Thats Wrong (TITTIT!) I Want to change The Writings Not to Replace
Just Like this in my game talk! I Want to change my title just like that!

yuyu!

Aaahh, you want to change the font. I gotcha. I'll take a look and see what I can find. Because I feel bad for going rage mode on you. I'll let you know if I find a script for it or find out how to change it.

[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]

pacdiggity

Quote from: yuyubabe on February 12, 2012, 03:44:46 AM
Quote from: Pacman on February 12, 2012, 02:56:54 AM
I bet you can't even script a bagel.

Watch me :mad:

class Bagel
  attr_accessor :toppings
  def initialize(toppings = nil, *a); @toppings = toppings; end
end

class Person
  attr_accessor :bagel
  def initialize(*a); @bagel = nil; end
end

aco = Person.new
aco.bagel = Bagel.new([:creamcheese, :butter])

You just changed my sandwich script.

BUT GOOD FOR YOU ON YOUR FIRST SCRIPT.
it's like a metaphor or something i don't know

yuyu!

#28
@ Pacman

THANK YOU IM SO PROUD OMG I CAN SCRIPT!!! ;8

@ onfurom

I've found the solution to your problem!! I found this by searching so please, please try to search for the solution before posting. :(

Okay, first open the Script Editor.
Next, go to "Main" at the very bottom.
Right after "begin" enter this code:

# Default font face
Font.default_name = "Sylfaen"
# Default font size
Font.default_size = 22


Change the words "Sylfaen" to be the font type you want to use.

I'll post a screenshot of the script and what it looks like on the menu.

(If you need more details, go to this page. This is where I found the solution.)

[Spoiler=My Games and Art]
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]

[/Spoiler]