Paperronni

Villager
Member
Joined
Mar 10, 2023
Messages
9
Reaction score
3
First Language
Filipino
Primarily Uses
RMMV
Good Day Everyone! Can you help me to remove the other options in Item Menu. I just need the items only and wanted to remove the other options. Thanks!

(Beginner at RPG Maker MV)
 

Attachments

  • image_2023-05-30_180212228.png
    image_2023-05-30_180212228.png
    529.9 KB · Views: 9

Andar

Regular
Regular
Joined
Mar 5, 2013
Messages
39,312
Reaction score
11,490
First Language
German
Primarily Uses
RMMV
Which maker are you using? You posted in MZ, but mention MV.

In MZ all this can be removed in the system 2 tab of the database.
In MV the menues can be removed in the system tab, but not the weapon/armor difference
 

caethyril

^_^
Global Mod
Joined
Feb 21, 2018
Messages
5,031
Reaction score
4,372
First Language
EN
Primarily Uses
RMMZ
That looks like the default MV windowskin and inventory layout. In that case you'll need a plugin, so:

I've moved this thread to Plugin Requests (from MZ Support). Thank you.

There is a plugin called KeyItemAlone that ships with RMMV. It shows only Key Items, i.e. a sub-category of items. On the Steam version (probably similar for standalone) it can be found at:
  • <RMMV install folder>/dlc/KadokawaPlugins/KeyItemAlone.js
 

Paperronni

Villager
Member
Joined
Mar 10, 2023
Messages
9
Reaction score
3
First Language
Filipino
Primarily Uses
RMMV
Thanks for moving the Request, I fixed the problem. There's a plugin that disables the other option in the item category.
 

caethyril

^_^
Global Mod
Joined
Feb 21, 2018
Messages
5,031
Reaction score
4,372
First Language
EN
Primarily Uses
RMMZ
Nice! Since other people might have the same question, could you link to the plugin you found?
 

Paperronni

Villager
Member
Joined
Mar 10, 2023
Messages
9
Reaction score
3
First Language
Filipino
Primarily Uses
RMMV
Here's the code made by gstv87 to remove other options except Item.
just make new js extension and put the js into plugin file:

Window_ItemCategory.prototype.makeCommandList = function() { this.addCommand(TextManager.item, 'item'); this.addCommand(TextManager.weapon, 'weapon'); this.addCommand(TextManager.armor, 'armor'); // delete or comment out this.addCommand(TextManager.keyItem, 'keyItem'); }; Window_ItemCategory.prototype.maxCols = function() { return 4; //return 3 };
 

Latest Threads

Latest Posts

Latest Profile Posts

I was wondering if I should ask the question
"Who Is Dalph?"
But I met him pretty fast and his answer was extremely helpful. So yeah. That probably answers it.
So in hindsight, I could have made a double-post in this category instead of setting up a post on a different site and figuring out how to share and then linking...
I'm pretty sure me watching Netflix while having sushi just led to me eating the tail of my tempura shrimp.
1696004095642.png
...and now he even makes resources, too! xD

Forum statistics

Threads
134,906
Messages
1,251,783
Members
177,724
Latest member
VampireFraulein
Top