Hi, is there any way to show ITEM STACKS?
For example, you get 2 of the same item, but you can't tell in the menu how many of that same item you have.
A simple number in the corner or something would be much appreciated. Thanks.
Point and Click Inventory (IconID Pictures) Ver. 2 (10/06/2019)
● ARCHIVED · READ-ONLY
-
-
I agree with the ability to show item stacks, it would be greatly appreciated. It'd also be very useful if we could use a picture to show the number, to keep with the customized UI look.
Something like this for example:
Also, if I could make another suggestion: It would be nice to have a separate parameter for Vertical Icon Spacing. Right now the 'Icon Spacing' parameter only effects how far away the next icon will show up horizontally... I tried going into the plugin to try to space the rows further vertically apart, but I wasn't having any luck. Any assistance would be greatly appreciated. Disabling the player from selecting an empty item slot would be appreciated as well. Thank you!
Here's a WIP on how I'm using it currently in case anyone is interested... I'd like to space the icons further out so it's less cramped, but it looked strange when I couldn't get the spacing to change for the rows, just the columns.
-
It works well But for the weapons compartment Do you have a way to turn it off and use only the weapon compartment? Because I think It will be good for use with weapons that need beauty.
-
I want to move the items a little bit to the right.
Does anyone knows how?
How it's now:
Nice going with the new version! I have two questions: Where do I need to write for the description to show up in the help window? I'd imagined it was in "note", in the item database, but nothing showed up.... Also, I'm having trouble setting up my icons with an iconset that has 335 IDs (plus the 0). The correct icon shows up if I choose one from the first row (up to number 15) but it chooses something very different if I pick an icon from any other row.
Thanks a lot for your help and hard work!
The help window question was answered... But how about the other rows after the first one? I'm having the same problem. From the second row the icons just don't show on the menu...
And one more thing: how can I make this plugin compatible with WAY Achievements? Cus it mess the other plugin.
The link for the achievement plugin:
https://forums.rpgmakerweb.com/index.php?threads/waynee95s-achievements-plugin.107432/ -
Sorry, I dunno if you still check on this thread, but I'm having a problem where the inventory items images might not appear until I hit enter or whatever. It especially happens after I save in game.
Nevermind, I found a solution. If anyone else experiences this issue, try using Galv's Image Cache plugin to preload in your custom icon sheet. Did the trick! : DSorry, I dunno if you still check on this thread, but I'm having a problem where the inventory items images might not appear until I hit enter or whatever. It especially happens after I save in game. -
Hello @megumi014, does the window scrolls if there is more items in inventory?
-
@fizzly the plugin is a bit abandont, I made my own item scene,
which works nicely :) but you probably need to modify, extend it
functions if you want it to be fully functional in the way you want
it to be though :) -
I also have this problem. Only the first row of ItemSet icons are displayed. Anyone know how to fix this? : /The help window question was answered... But how about the other rows after the first one? I'm having the same problem. From the second row the icons just don't show on the menu...
-
not really, as it require images, it can be a pain to fix it fully.
if you want a grid inventory, there are really nice ones around.
the most extended and high quality is PKD_Inventory.
but it depends what you exactly seek. -
Ok, nvmI also have this problem. Only the first row of ItemSet icons are displayed. Anyone know how to fix this? : /
I assumed ratio matters, it turns out that it doesn't. The plugin works fine, but the file with the big icons must have them all in a row. You can easily expand it and add new fields to the right.
Thanks for the answer, I didn't notice it because the page didn't refresh until I wrote the second comment. It turns out that the problem is only illusory fortunatelynot really, as it require images, it can be a pain to fix it fully.
if you want a grid inventory, there are really nice ones around.
the most extended and high quality is PKD_Inventory.
but it depends what you exactly seek. -
items gain probably have a fix spot as well, something I dont like.
but you can press F5 as well to refresh. -
Hi, is there a way to keep both Key Items and Items categories in the Select Item? I don't know Javascript, so I don't know how to modify the plug-in to do this.
-
How'd you use that to fix it? I just plugged it in and my images still aren't showing up, even when using a script callSorry, I dunno if you still check on this thread, but I'm having a problem where the inventory items images might not appear until I hit enter or whatever. It especially happens after I save in game.
Nevermind, I found a solution. If anyone else experiences this issue, try using Galv's Image Cache plugin to preload in your custom icon sheet. Did the trick! : D -
you can configure galv_imageCache or load your images at 0 opacity andHow'd you use that to fix it? I just plugged it in and my images still aren't showing up, even when using a script call
load picture 1, wait 1, show pict 1 (0 opacitiy) for each one, than erase picture 1.
galv_imageCahce load each boot which can be saver, so there ways.