Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits)

I feel pretty stupid now! I copied the recipes from the demo expecting them to work, but I didn't even add the Result Item in the database. Sorry for the trouble! 

Your plugin is great! I will rate when I have time! You also give great support ^-^

If anything comes up I'll let you know, everything seems to be working now! 

You want you can consider:

- Make it possible to choose what categories to show in the crafting scene. For example, I don't want "Weapons" and "Armors" but I want "Items" 

- Make a "Run on completition" every time you craft anything, not just the first time you craft a first of a kind. This would be very important for my project. 

- Make an option to disable the 'loading' when cooking

- Disable Result/Quantity Window (the two black horizontal bars) 

Thanks again! :] 

You can turn off the category window completely which will make it sort all available items/weapons/armors that can be used into the main window. I think it'll probably list everything the player has though, so if you never plan to use weapons or armors or key items as ingredients, it might not work for you. I'm not at home right now, but there already was an option to add custom categories to that window as well, from yanfly item categories plugin, so it shouldn't be too difficult for me to modify that a bit and make that configurable.

There is a run once on completion uh... code box, that lets you run a script call after the craft completes. There is a way to reset it after using it so it runs every time, but I'm not at home right at the moment to double check it for you. You could use this to turn on a switch which would trigger the common event. The main problem is that common events don't normally work from inside menus, so you'd probably need to get another plugin entirely to call an animation on the menu screen, and then call that plugin from the run once script call.

I don't think there's currently a way to disable the progress bar for just one craft category, but you could set the timer to be very short, like, one frame, and it would basically be instant. I can consider making this more configurable in an update.

I'm not entirely sure what you mean by the two black bars, is this because you have the window skins hidden and it's showing something weird that'd normally be hidden?

~Ramza

(1 edit)

Thank you! 

For the two black bars I mean these two! They are visibile in the plugin screenshots, so they are also visible in normal circumstances ^^

Regarding turning off the category window: Yeah, I would prefer if only the items would appear and also not have the other categories visibile :0


You can turn that window off completely if you're not using it, otherwise I'd have to add a plugin parameter to removes those line breaks.

(2 edits)

Thank you for your response! 

Unfortunately I can't seem to find a way to do that and I'm not really good with code D:

I already have "Show Item Preview" set to false, and I set "Result String" to "Quantity String" to show nothing, but I can't find a way to disable the entire window to remove the line breaks.

Thanks again!