A downloadable tool

Get this tool and 5 more for $50.00 USD
View bundle
Buy Now$10.00 USD or more

This RPG Maker MV/MZ Plugin lets you customize your own inventory scene:

The scene contains two (2) data windows (You can set more or remove them) in which the top is configured to draw the item name and the bottom, the item description. The Middle window is the inventory grid in which the number of columns are customizable and to the right are three category buttons which the player can toggle directly to change the inventory type or the player may use the page up/down keys to toggle between item categories.

Features:

  • Customizable backgrounds (Animated possible!)
  • Customizable foregrounds (Animated possible!)
  • Custom buttons (with custom code function possible)
  • Customize category buttons.
  • Smart switching between icon draw or custom graphic draw for items
  • Customize deep aspects of the windows (font size, color, style, window style, transparent window, etc)

Let's start with the setup:

There are only two parameters here. Replace Item Scene replaces all instances in which Scene_Item scene may be called. The "Scene Setup" parameter is a bit more involved, however:

  • Categories are the various item categories in the game. ALL categories must be setup. Even the default categories "item", "armor", "weapon".
  • Initial category is the category used when the scene is opened. In this case, the item category will be used.
  • Buttons is used to setup custom buttons on the scene.  Requires some JS knowledge.
  • Actor Selection Window is the setup for the Actor selection when an item is for single target.
  • Inventory grid is the grid based inventory window you can setup.
  • Dialogue window shows up when an item is selected along with the item command window. It shows text and can show item name.
  • Item Command Window will allow player to use or discard item (if possible). Opens the actor selection window if item requires it.

Every window with this plugin allows you to setup two parameters:

  • Dimension Configuration: Setup position and size of the window.

  • Window Font and Style Configuration: Setup font, window skin and window opacity.

Some window parameter settings may have a few extra information such as in the case with the inventory grid window:


The grid window does NOT scroll along the X-axis so setting up the grids along the horizontal axis requires appropriate setup of "Max Item Columns", "Item Width" and "Dimension Configuration": Width. 

"Item Width" and "Item Height" will set the size for each grid. The grid window auto resizes custom item graphic and item icon (if no custom graphic used) to fit item width and height.

"Grid Graphic" is the graphic used for the grid slot graphic.


The Dialogue X and Y represent the start position for the "Dialogue Text". %1 is the item name. Example:

Where "HP Increase" is drawn here as it is the name of the item selected.

With category setup, you need to pay particular attention to "Category ID". Reserved category IDs are:

  • item
  • weapon
  • armor

These category IDs have a fixed item list and will not change.

You can setup custom categories by using any ID and then using the note tag on that item/weapon/armor in database to set that custom category.:

You can create display windows which will show only when that particular category is open:

After setting up data windows, remember to setup the category button so that the player can click to change categories in the game. Alternatively, the page up and page down buttons can move up/down categories as set in your plugin parameters.

StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorSynrec
GenreRole Playing
Tags2D, Game Design, Game engine, Minimalist, Retro, RPG Maker

Purchase

Get this tool and 5 more for $50.00 USD
View bundle
Buy Now$10.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $10 USD. You will get access to the following files:

Synrec_ItemScene.js 67 kB
Item_Scene.zip 468 MB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

This is awesome, can you resize everything from windows and items? Might by this soon--also if you make a save menu one like this let me know!! The inventory and save menu are the hardest things to make custom!

(+1)

Yes you can resize the windows, grids and even change up the fonts

(+1)

Yess thank you homie

Hi, is it possible to show pictures in the item description windows?

(+1)

Specifically for items? Not at the moment.

If I can make a suggestion, how about to make it possible to

change the color of the font in the Item Name, or to make text codes inside there, so you can make unique Items, weapons etc. :)

You can, just check the parameter for window font and style configuration. You may need to load the fonts in your project in which case I recommend Custom Font Loader (MZ)

(+1)

Found it :)

I love the plugin, but still got troubles showing Item Name

and Description, any suggetions how to fix it :)?

Check if the draw parameters are enabled

(+1)

Thank you :) forgot to set it to true xD

Window settings for data display is in the Categories parameter of the plugin



Hey, it looks nice! Can we disable the categories, if game is use only "item" type of items? 

hello, yes you can

(+2)

Thank you for reply and for your hard work!

(+2)

Hey nice Plugin but Common Events seem not to work as they should. Maybe you can make an Updated Version?