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 1 Guest are viewing this topic.

onfurom

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!

AbsoluteIce

Quote from: 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!
Database > Terms > Under the "Game Start/End" section.
なんでやねん

DoctorTodd

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.

onfurom

huh? i dont understand i go to Database there nothing i can change there in the "System" there
nothing... :(

yuyu!

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...

[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]

onfurom

Yes The NewGame,Continue,&Shutdown how to change there Letters!

yuyu!

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)

[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]

onfurom

so where is the tuturial text in ur pic becuz ill copy what u did so?  ;8

haloOfTheSun

Why don't you try and figure something out for yourself for once?
:tinysmile:

pacdiggity

Quote from: HaloOfTheSun on February 11, 2012, 10:36:44 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!
it's like a metaphor or something i don't know

haloOfTheSun

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!!!!
:tinysmile:

pacdiggity

Well that was back when you couldn't make scripters do everything for you. Now you can do that!
it's like a metaphor or something i don't know

haloOfTheSun

That's because scripters are lower-class citizens.
:tinysmile:

Acolyte


D&P3

#14
Quote from: 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
>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.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

pacdiggity

Okay ;9class 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
it's like a metaphor or something i don't know

yuyu!

Quote from: 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

Many posts and a scripted sandwich later...

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

[Spoiler=My real thoughts]:mad:[/spoiler]

[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]

haloOfTheSun

:tinysmile:

pacdiggity

You should've told them to go to lines 37-39 of Scene_Title and change the text there. Like how this person did.
Quote from: yuyubabe on February 11, 2012, 03:38:36 AM
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.
it's like a metaphor or something i don't know

yuyu!

Quote from: Pacman 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.
Quote from: yuyubabe on February 11, 2012, 03:38:36 AM
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!!!

[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

it's like a metaphor or something i don't know

yuyu!

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])

[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]

onfurom

I Have All Problems And Spread it for Helps  ;) Now how to put text in the script!  ;8

modern algebra

Quote from: onfurom on February 12, 2012, 03:49:12 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?

yuyu!

#24
Quote from: 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

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 --

[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]