How can I remove the options button from the title screen?

TheBreaker24998

Villager
Member
Joined
May 18, 2020
Messages
28
Reaction score
2
First Language
Español
Primarily Uses
RMMV
Hello everyone, I hope you are very well, I am making a somewhat peculiar game, and I need to remove the options button that appears in the game title, the button should only appear in the menu within the game, how can I do it? Thank you very much!
 

standardplayer

Keeper of Kitties
Veteran
Joined
Apr 6, 2016
Messages
698
Reaction score
3,450
First Language
English
Primarily Uses
N/A
put this in a js file and save it



put it at the bottom of your plugins
JavaScript:
Window_TitleCommand.prototype.makeCommandList = function(){
    this.addCommand(TextManager.newGame,   'newGame');
    this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
}
Edit:
Actually, I really hate editing any base game stuff, I'd always rather alias, so use this instead
JavaScript:
let alias_sp_TitleCommand_makeCommandList = Window_TitleCommand.prototype.makeCommandList
Window_TitleCommand.prototype.makeCommandList = function(){
    alias_sp_TitleCommand_makeCommandList.call(this)
    this.clearCommandList();
    this.addCommand(TextManager.newGame,   'newGame');
    this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
}
It's kind of a pointless change cause it would clear commands anyway, but it's not like it would hurt, either.
 

MushroomCake28

KAMO Studio
Global Mod
Joined
Nov 18, 2015
Messages
3,729
Reaction score
4,682
First Language
English
Primarily Uses
RMMZ

I've moved this thread to JS Plugin Requests. Please be sure to post your threads in the correct forum next time. Thank you.

 

TheBreaker24998

Villager
Member
Joined
May 18, 2020
Messages
28
Reaction score
2
First Language
Español
Primarily Uses
RMMV
put this in a js file and save it



put it at the bottom of your plugins
JavaScript:
Window_TitleCommand.prototype.makeCommandList = function(){
    this.addCommand(TextManager.newGame,   'newGame');
    this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
}
Edit:
Actually, I really hate editing any base game stuff, I'd always rather alias, so use this instead
JavaScript:
let alias_sp_TitleCommand_makeCommandList = Window_TitleCommand.prototype.makeCommandList
Window_TitleCommand.prototype.makeCommandList = function(){
    alias_sp_TitleCommand_makeCommandList.call(this)
    this.clearCommandList();
    this.addCommand(TextManager.newGame,   'newGame');
    this.addCommand(TextManager.continue_, 'continue', this.isContinueEnabled());
}
It's kind of a pointless change cause it would clear commands anyway, but it's not like it would hurt, either.
Thank you very much friend, you are great, it has worked for me!

[MOVE]JS Plugin Requests[/MOVE]
okay sorry for that :u
 

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

Latest Threads

Latest Posts

Latest Profile Posts

How many parameters is 'too many'??
Yay, now back in action Happy Christmas time, coming back!






Back in action to develop the indie game that has been long overdue... Final Fallacy. A game that keeps on giving! The development never ends as the developer thinks to be the smart cookie by coming back and beginning by saying... "Oh bother, this indie game has been long overdue..." How could one resist such? No-one c
So I was playing with filters and this looked interesting...

Versus the normal look...

Kind of gives a very different feel. :LZSexcite:
To whom ever person or persons who re-did the DS/DS+ asset packs for MV (as in, they are all 48x48, and not just x2 the pixel scale) .... THANK-YOU!!!!!!!!! XwwwwX

Forum statistics

Threads
105,849
Messages
1,016,977
Members
137,563
Latest member
cexojow
Top