Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Fuuujin

7
Posts
1
Following
A member registered Jul 25, 2020

Recent community posts

Hi, it seems this script I used to clear inventory with is not working anymore with this plugin. Do you think there is an interference ?

$gameParty._items = {};

$gameParty._weapons = {};

$gameParty._armors = {};

Cheers man, I got it working, thanks to the demo. It was basically my own stupid mistake.

The demo is very helpful 

Ok I managed to fix it and now the inventory actually shows. The thing is there is almost no documentation for this plugin. I did not have any Window types because I thought the plugin was setup to work by itself in a default setting.

But now when I open up an inventory (chest) there is nothing in it and I cannot put stuff in, I cannot see the grid.
This plugin needs some serious documentation or demo.

Ok I run the debugger, it says error on line 1124 in the plugin

Uncaught SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at MRP_GridInventory.js:1124

I am using 1.6.2.
I Will wait for the demo. I still did not get it working.

I did all three steps, the inventory still does not show up in the game. Also at the first mention you say 'InventoryIcons.data' and then you say InventoryIcons.json.
I generated the JSON file and it has a different syntax than the example you present here. It has more info:

{
"frame": {"x":1952,"y":768,"w":32,"h":32},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":32,"h":32},
"sourceSize": {"w":32,"h":32}
},

Also are you sure there is some step neccesarry to do you are not mentioning ? Like some plugin activation or something ?

I use the Plugin Command OpenInventory but it does not do anything.

Do you have some kind of a demo for this plugin ?

Hello, I have purchased this plugin but I cannot get it to work at all.
If I try to open an inventory (a chest) it does not do anything. Also Player inventory does not change at all.
Is there anything specific that needs to be setup ? Any plugins that are neccesary to run this ?