Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi,
Can you help me the sockets are visible on the items, but there is nothing in the socket menu..? Even when I pick up the armour piece I want to implement.
I think I might have something wrong in the setup...

Yeah sure can you show me a screenshot or type out how you have the notetags in the item's note box?

I discovered it works when I remove the starting weapons and armour and re-equip them

To be more clear, the plugin is not recognising that I should be able to socket the starting gear without taking it off and putting it on again...

This is a really cool plugin, though. And I love the general vibe of your other plugins. I hope we can get this sorted.

I'll take  a look at it and get it sorted as soon as I can. It's given me some problems in the past.

That's great. I am looking forward to it. The actual plugin works well for equipment you discover on maps. Its really epic. It is exactly what I need. If you are interested in ideas, I have one. When the name change occurs add a bonus boost of stats. I mean when you use a few fire gems it could add an additional fire bonus.

(1 edit) (+1)

I am also excited about buying the jobs board style plugin. Well, actually, pretty much all your plugins are very cool mechanics.

Awesome to hear! They're all stuff I made for my own game that I thought others might like too. 

Yeah that's a good idea to add. It all depends on how easy it is lol.

Any news on progress?

I apologise I haven't figured it out yet, but I am working on it.

(1 edit)

I am happy to inform you the plugin should be working as intended now. I've also included a companion plugin to make the equipped gear be at the top of the list instead of the bottom. 

What was wrong

The plugin gives each piece of gear its own private copy so that gems socketed into one sword don't show up in another. That copy gets made when the gear is handed to the party, like from a chest, a shop, or an event.

Starting equipment set in the Actors tab of the Database never gets handed to the party. RPG Maker puts it straight onto the character. So the plugin never made a copy of it, and without a copy there are no real sockets to fill. That's why it didn't show in the socket menu.

The socket circles on the icon still appeared because those are drawn from the note tag, not from the actual sockets. So the gear looked ready when it wasn't.

Taking the item off and putting it back on worked because removing it puts it in the bag, which is finally the moment the plugin made the copy.

What was fixed

The plugin now makes that copy the instant a character is created, so starting equipment is ready from the first frame. Characters who join later in the game are covered too.

It also now handles the Change Equipment event command properly. That command used to put a plain copy on the character while the real socketed one sat unused in the bag.

You shouldn't need to remove and re-equip anything anymore.