Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MagnusRubin

7
Posts
39
Followers
A member registered Oct 31, 2019 · View creator page →

Creator of

Recent community posts

You are correct clearing the inventory like that will not work anymore as the actual inventory is not stored there anymore. (They are still updated for compatibility). If you want to properly add/remove items from the inventory then you should use $gameParty.gainItem().

I have just updated the plugin, and to help you I also added a plugin command: ClearPlayerInventory

This plugin command will clear the player's inventory. However, if you want to use script then you can now also write: $gamePlayer.clearInventory()

In the current version it is not possible to move the player inventory or resize it. This was done in order to make it consistent between different scenes, and make the equip windows work for an arbitrary number of actors. You can however set it to only have 3 rows with 10 columns.

I'll try to think about a way to make it possible to customize the location and size without losing desired functionality  in a future version.

(1 edit)

Hmm, are you using version 'Beta 1.9.5' of the plugin? I believe I added 'cell' in this version. ('cell' has the value of the 'Cell Size' set in the plugin parameters)

I have now made a small working demo of the plugin which you can download above. However, I do not think it can replace proper documentation. So I'll write a proper more in depth documentation on a later date when I get time. :)

You are indeed right it is InventoryIcons.json not InventoryIcons.data. That was a typo sorry.

The json file does indeed contain more information than needed when made using TexturePacker, but that should be fine it only uses the parts mentioned in the post atm.

I did notice a couple of other typoes in the instruction part of the plugin, and I'll fix them later today and make a small demo.

I am sorry for the inconvenience. If the inventory does not show up in the game then it is most likely caused by the plugin catching an exception. 

Which version of RPGMaker MV are you using? I am pretty sure I have some code which is only working on version 1.6.1 or newer. If you are using a previous version let me know and I'll make a compatible version. :)

(1 edit)

Thank you for your purchase. In order for the plugin to work it needs a few files. (2 files for custom icons and one for highlighted windows). I have written a small section about it above now. I geuss you were missing these files which is why it did not work.

If it still does not work after getting the needed files feel free to contact me and I'll figure out how to fix your issue.

I am planning on having $20 as the final price. But since it is still in development I have put it on "sale" for 25% off ($15).

Personally, I do not think the price is overkill at all. It is a rather big plugin, and hopefully this price will not be too much for you.