The RPG Maker Resource Kit

RMRK RPG Maker Creation => Resources => Topic started by: onfurom on February 10, 2012, 11:08:58 AM

Title: how to change title screen Letter's [XP]
Post by: onfurom on February 10, 2012, 11:08:58 AM
Hi! Guys anyone can help how to change title screen letter's? plss  if you know let me know
get a pic of it or press in ur keyboard key "prt scrn" Thnx!
Title: Re: how to change title screen Letter's [XP]
Post by: AbsoluteIce on February 10, 2012, 11:19:23 AM
Hi! Guys anyone can help how to change title screen letter's? plss  if you know let me know
get a pic of it or press in ur keyboard key "prt scrn" Thnx!
Database > Terms > Under the "Game Start/End" section.
Title: Re: how to change title screen Letter's [XP]
Post by: DoctorTodd on February 10, 2012, 12:36:06 PM
I'm not sure what you mean exactly but I think AbslouteIce answered it, if not then are you talking about the actual graphic? If that's the case then you will have to make a new one.
Title: Re: how to change title screen Letter's [XP]
Post by: onfurom on February 10, 2012, 09:46:40 PM
huh? i dont understand i go to Database there nothing i can change there in the "System" there
nothing... :(
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 10, 2012, 11:00:56 PM
What part of the RMXP title screen are you asking to change?

Is it the forest image itself?

Is it the words "New Game, Countinue, & Shutdown"?

Or is it the game title in the corner? Example: In my attached screenshot, the name is "Test".

Please don't answer my question with another "huh?//?? I just look for the title thing" or anything to that extent... because I foresee something like that coming...
Title: Re: how to change title screen Letter's [XP]
Post by: onfurom on February 11, 2012, 02:27:01 AM
Yes The NewGame,Continue,&Shutdown how to change there Letters!
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 11, 2012, 03:38:36 AM
I don't even use RMXP, but it took me 2 seconds to figure out what to do.

Go to the Script Editor, then find "Scene_Title", you can change them at line 37, 38, and 39. Change the text between the quotes. I'll attach a screenshot.

Let me know if it works (although I tested it myself and I know it works)
Title: Re: how to change title screen Letter's [XP]
Post by: onfurom on February 11, 2012, 10:28:45 PM
so where is the tuturial text in ur pic becuz ill copy what u did so?  ;8
Title: Re: how to change title screen Letter's [XP]
Post by: haloOfTheSun on February 11, 2012, 10:36:44 PM
Why don't you try and figure something out for yourself for once?
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 11, 2012, 11:14:39 PM
Why don't you try and figure something out for yourself for once?
Why do you think forums exist, idiot? So the people here can do everything for him!
Title: Re: how to change title screen Letter's [XP]
Post by: haloOfTheSun on February 11, 2012, 11:26:05 PM
Back in my day we figured everything out for ourselves! I remember making a banking system in rm2k3 that also gave you interest and I didn't ask anyone for help!!!!
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 11, 2012, 11:29:11 PM
Well that was back when you couldn't make scripters do everything for you. Now you can do that!
Title: Re: how to change title screen Letter's [XP]
Post by: haloOfTheSun on February 11, 2012, 11:32:53 PM
That's because scripters are lower-class citizens.
Title: Re: how to change title screen Letter's [XP]
Post by: Acolyte on February 11, 2012, 11:34:38 PM
Pacman, go script me a sandwich!
Title: Re: how to change title screen Letter's [XP]
Post by: D&P3 on February 11, 2012, 11:56:44 PM
so where is the tuturial text in ur pic becuz ill copy what u did so?  ;8
>Open your script editor
>Navigate to Scene_Title
>Go to line 37
>Edit those three fields

Edit: yuyubabe already told you how to do this.
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 11, 2012, 11:59:54 PM
Okay ;9
Code: [Select]
class Sandwich
  attr_accessor :fillings
  def initialize(fillings = nil, *a); @fillings = fillings; end
end

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

aco = Person.new
aco.sandwich = Sandwich.new([:ham, :cheese])
I hope you like ham and cheese  ;9
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 02:05:03 AM
so where is the tuturial text in ur pic becuz ill copy what u did so?  ;8

Many posts and a scripted sandwich later...

What. What? WHAT!?!!!?!?!!?! :mad:
I even included a screenshot with my instructions. :mad: :mad:

Spoiler for My real thoughts:
:mad:
Title: Re: how to change title screen Letter's [XP]
Post by: haloOfTheSun on February 12, 2012, 02:37:02 AM
This guy is a wet sandwich :mad:
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 12, 2012, 02:37:36 AM
You should've told them to go to lines 37-39 of Scene_Title and change the text there. Like how this person did.
Go to the Script Editor, then find "Scene_Title", you can change them at line 37, 38, and 39. Change the text between the quotes.
Try to be more like that person, yuyubabe.
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 02:47:57 AM
You should've told them to go to lines 37-39 of Scene_Title and change the text there. Like how this person did.
Go to the Script Editor, then find "Scene_Title", you can change them at line 37, 38, and 39. Change the text between the quotes.
Try to be more like that person, yuyubabe.

I can't do anything right. ;9






:mad:
I blame that yuyubitch person!!!
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 12, 2012, 02:56:54 AM
I bet you can't even script a bagel.
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 03:44:46 AM
I bet you can't even script a bagel.

Watch me :mad:

Code: [Select]
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])
Title: Re: how to change title screen Letter's [XP]
Post by: onfurom on February 12, 2012, 03:49:12 AM
I Have All Problems And Spread it for Helps  ;) Now how to put text in the script!  ;8
Title: Re: how to change title screen Letter's [XP]
Post by: modern algebra on February 12, 2012, 03:52:28 AM
I Have All Problems And Spread it for Helps  ;)

I suspect there are prostitutes who would say the same thing :)

What do you mean by "how to put text in the script" though?
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 04:04:56 AM
I Have All Problems And Spread it for Helps  ;) Now how to put text in the script!  ;8

I can give this a try. Careful, gaiz. This is advanced stuff here.

OKAY.

1.Erase the text you want to change using the computer mouse and backspace key. Be sure to leave the quotation marks " and ".
2.Type in your new text between the quotation marks " and ".
3.Hit OKAY at the bottom of the Script Editor.

Whew. I'm going to attach a screenshot of me changing the text. I hope it helps because it took me 3 HOURS to do this. (And by that, of course, I mean 3 seconds).

I have the area you want to change boxed in red. :mad: Is that what you are asking?? Goodness, please clarify!

-- Original post edited to reduce my rage --
Title: Re: how to change title screen Letter's [XP]
Post by: onfurom on February 12, 2012, 04:14:57 AM
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!
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 04:32:42 AM
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.
Title: Re: how to change title screen Letter's [XP]
Post by: pacdiggity on February 12, 2012, 04:34:23 AM
I bet you can't even script a bagel.

Watch me :mad:

Code: [Select]
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.
Title: Re: how to change title screen Letter's [XP]
Post by: yuyu! on February 12, 2012, 04:41:15 AM
@ 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:

Code: [Select]
# 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 (http://www.rmxp.tigerseye.uk.com/tutorial_scriptf1.shtml). This is where I found the solution.)