How modify the *TITLE MENU

wizmaster

Villager
Member
Joined
Oct 21, 2015
Messages
16
Reaction score
9
First Language
Spanish
Hello, I need modify the title menu, how I can edit the image? or the position of the menu?

I can create an intro before the title menu? hoW?

thanks
 

nio kasgami

VampCat
Veteran
Joined
May 21, 2013
Messages
8,949
Reaction score
3,042
First Language
French
Primarily Uses
RMMV
you would need a plugin for that it's have a special plugin in the Menu if you had preordered
 

wizmaster

Villager
Member
Joined
Oct 21, 2015
Messages
16
Reaction score
9
First Language
Spanish
Can you tell me the name of the plugin, I have preorder edition.
 

altorn

Veteran
Veteran
Joined
Aug 17, 2015
Messages
53
Reaction score
12
First Language
English
If you got it through steam: ...\SteamLibrary\SteamApps\common\RPG Maker MV\dlc\KadokawaPlugins

If you got it through the website: there's a link in the email you received that gives you the DLC content.

Anyway, press F10 in the editor, add a new Plugin, there should be the "TitleCommandPosition" plugin in the selection by default.

In the parameters section, you can change the width of the title menu, and its position. (offset x needs to be negative to move the window to the left, etc)

As for skipping the title menu to create your intro before it, there should be a way (plugin) to skip Scene_title... something that overrides this (rpg_scenes.js):
 

Code:
Scene_Boot.prototype.start = function() {    Scene_Base.prototype.start.call(this);    SoundManager.preloadImportantSounds();    if (DataManager.isBattleTest()) {        DataManager.setupBattleTest();        SceneManager.goto(Scene_Battle);    } else if (DataManager.isEventTest()) {        DataManager.setupEventTest();        SceneManager.goto(Scene_Map);    } else {        this.checkPlayerLocation();        DataManager.setupNewGame();        SceneManager.goto(Scene_Title);              <--- this takes you to the title screen        Window_TitleCommand.initCommandPosition();   <--- this positions the title screen menu    }    this.updateDocumentTitle();};
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,860
Messages
1,017,040
Members
137,569
Latest member
Shtelsky
Top