Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello again Ramza, 

I have decided to ditch my 5-slot expansion of the item scene for now and maybe for good. I think you're right that most recipes shouldn't need more than 4 ingredients and if they do, there can be advanced combinations of ingredients to fit in this situation. Mainly, I just want to have the most current version of your plugin, as I am putting a big focus on crafting in my project. 

Anyway, the reason I am reaching out today is because of an issue I was having before I added the extra slot. The issue is that the 'Craft' text actually shows a second time at the very bottom on the ingredient window and I'm hoping you could help me with that. It may be due to my window padding but I am not completely sure.

Hello there. Glad to hear you've come around on the 5 slots thing. :)

As for your issue, I can't duplicate this in my test project. Admittedly, I haven't tried much, but I'm not really sure what could be causing it to draw a second craft command without any of your five slot edits from before. I extended the window by ~200 pixels, hid the listwindow, and refreshed the ingredient window to force it to redraw the commands, and it still only draws four slots and a craft button. Are you sure you've undone all of your changes from before? It looks like it's drawing a sixth command, but is still using the correct list length to decide if it should draw the craft button or not.


I did just re-download the crafting plugin and the extensions, I went into the plugin manager and checked the versions,


Here's what my setup looks like currently. I do have quite a lot of other plugins in this project but I don't think they would be causing this issue...

I will start a new project and check just the necessary plugins.

So I just tested a new project with just Yanfly Core, Yanfly Item Core and The crafting plugin and the problem is not found in this new project. Since I copied the plugins from my  original project into this test project, I know its not the plugins themselves. I will begin looking at all of my other plugins to determine the issue.

(2 edits) (+1)

-EDIT-

It was the window padding parameter in Yanflys Core Engine. If I have it set below 16, it shows the duplicate craft command.


Okay, one more update for the night. I took 2 screenshots, 1 of the 5 slot system edit and one of the normal setup.

Above is the 5 slot system.

Above is the 4 slot system. I do notice that the category and level text is closer to the separating gauge than in the 5 slot image, but I'm not sure why.  I have disabled quite a few plugins, especially any that I immediately thought could be conflicting, but no luck yet.


Oof, sorry to keep nagging like this but I have made some progress. After copying my project and disabling the plugins by category to pin it down, it wasn't until I finally disabled Yanfly's Core engine and Updates core that it was finally resolved. But that left me more confused, as I don't understand why that could be, unless its because I modified the Core plugin in this project. When I copied the plugins.js file from the new test project that was working properly WITH the core installed, it worked. So somewhere in my plugin data I have something causing this issue.

(+1)

I'm glad you figured it out. I still have no idea why the window padding from CoreEngine would cause an extra command to be drawn :/

Yeah, I'm not sure either but everything looks good now! Thanks for putting up with me lol