• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Extra mod slots doesn't working on my dedicated server

Amandir

Refugee
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?

 
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 🤨

 
Back
Top