The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => XP Tutorials => Topic started by: RPGXPert on February 26, 2011, 02:35:40 PM

Title: [RMXP] Changing Text On Title and Menu Screen!
Post by: RPGXPert on February 26, 2011, 02:35:40 PM
Scripts For Your RMXP Game!

Changing The Title And Menu Screen Text
1) Go To Your Script Database:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi52.tinypic.com%2F2wn8j0g.jpg&hash=6fd607b103f11eafd8e148313800883f513a654e)
2) Find Scene_Title And Go To Line 37:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi51.tinypic.com%2F2mfi6i9.jpg&hash=ebbd0e18958b263a339ed807f0003c483ba56e38)
3) Change "New Game", "Continue", And "Shutdown", To Your Liking:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi52.tinypic.com%2Fe8v195.jpg&hash=27771a223ea9cd5461fb88cfc7f02b8e7bc30645)
4) Click "Apply" And Try It Out!
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi53.tinypic.com%2Fm7gaag.jpg&hash=bbdff2fa6f5a8ecb60de0bedd34d317ee3bd1d81)
Now, We Are Going To Change The Menu Screen Text:
1) Go To The Script Database:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi52.tinypic.com%2F2wn8j0g.jpg&hash=6fd607b103f11eafd8e148313800883f513a654e)
2) Go To Scene_Menu, And On Line 20 Onwards, You Will See This:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi53.tinypic.com%2F314dkc8.jpg&hash=e01651ec135f4bb6fb5e1d92d20d29a7af36155d)
3) Change s1, s2, s3, s4, s5, and s6 To Your Liking:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi56.tinypic.com%2F2gwggvr.jpg&hash=c9ab4e67a5954d2da0e2bfea722f6dbfec1a8534)
4) All Done! But When You Press Exit, Or Shutdown On The Menu Screen, It Says To Title, Shutdown, And Cancel! To Change That Read ON...
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi53.tinypic.com%2F2d77m0g.jpg&hash=9750b0b1093c37950eb8c91b9b929109441febb2)
1) Goto The Script Database (Again):
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi52.tinypic.com%2F2wn8j0g.jpg&hash=6fd607b103f11eafd8e148313800883f513a654e)
2) Goto Scene_End And On Line 13, You Will See s1, s2, And s3, Change The Purple Text To Your Liking:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi55.tinypic.com%2F2cem9er.jpg&hash=8554bf5a302ba99193508a90b89be6a6b51ca1e1)
Now Thats Done! Click Here To Download A Demo! http://www.megaupload.com/?d=E6FXIPP0

- RPGXPert  ;)
Title: Re: [RMXP] Changing Text On Title and Menu Screen!
Post by: Zylos on February 26, 2011, 05:12:16 PM
Relatively simple stuff, but useful for people not familiar with scripting.

Good job there. :3
Title: Re: [RMXP] Changing Text On Title and Menu Screen!
Post by: Redpants on August 17, 2011, 01:40:02 PM
How do you do this in vx version can anyone explain and how do i add custom music to the menu screen at the start?
Title: Re: [RMXP] Changing Text On Title and Menu Screen!
Post by: modern algebra on August 17, 2011, 04:09:41 PM
You can change the terms used in the helpfully labelled Terms tab of the database, and you can change the title screen music in the System tab. Pictures are attached. The red is the tab you go to and the yellow are where you change the particular things you requested.

Also, a number of other phrases that are used in the game, such as in the shop ("Buy", "Sell", etc.) or the save screen ("Save to which file?", etc.) or the battle scene ("You gained X Gold!", etc.) are all located in the Vocab module, which is in the script editor and is the third slot from the top.

If you ever need to know what something does in RMVX, just right-click it and press the "What's this?" selection from the Dialog box that pops up. It is very helpful.

Also, you should explore the program for a little bit on your own - I am sure you will find out a lot of neat things; I know you could have found this out.