The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: h0m3r0w on January 24, 2012, 07:04:35 PM

Title: [RMVX] Change Menu Names
Post by: h0m3r0w on January 24, 2012, 07:04:35 PM
What I mean by this is, changing "item" to "inventory" or "equipment" to "weapons" you know? I'm using the Main Menu Melody script, but I don't see anywhere that allows you to actually change the name of the menu selections unless it's a commen event or an imported commend... I guess I could import a "scene_item" and change the name, but I'm not too sure about how to go about that or if I'll mess anything up :/

Thanks in advance <3
Title: Re: [RMVX] Change Menu Names
Post by: TDS on January 24, 2012, 09:26:34 PM
You should provide the script you want changed if you want someone to be able to change it.

If you want to change it by yourself you could open the script editor and press CTRL + SHIFT + F then search globally for where the name of the commands are like "Item", "Equipment" etc then change them to what you want.
Title: Re: [RMVX] Change Menu Names
Post by: modern algebra on January 24, 2012, 11:21:47 PM
Changing them in the Database doesn't help? See screenshot.

I would think it odd if that was overwritten by whatever script you use.