Jump to content

Extra mod slots doesn't working on my dedicated server


Recommended Posts

I have a problem with a specific mod, which works locally for me, but not on the dedicated server.

 

The mod that expands weapon/armor mods by matching slots with their tiers, on the server, either creating the item or looting it, still doesn't have the additional slots.

 

I have even touched the same items.xml file to force this modification, and it still doesn't work. There is no conflict with other mods, because I use the same ones locally that are on the server, and they work for me there.

 

Does anyone know what could be happening?

Link to comment
Share on other sites

The code of the mod is the following, and it seems correct, at first because it works for me in single player.

 

<set xpath="/items/item/effect_group/passive_effect[@name='ModSlots'][@tier='1,2,3,4,5,6']/@value">1,2,3,4,5,6</set>

 

But on dedicated server it doesn't work 🤨

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...