You are viewing a potentially older version of this package. View all versions.
shudnal-ExtraSlotsCustomSlots-1.0.20 icon

ExtraSlotsCustomSlots

Custom slots for various mods that support custom items.

Date uploaded a week ago
Version 1.0.20
Download link shudnal-ExtraSlotsCustomSlots-1.0.20.zip
Downloads 2004
Dependency string shudnal-ExtraSlotsCustomSlots-1.0.20

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
shudnal-ExtraSlots-1.0.46 icon
shudnal-ExtraSlots

More inventory slots dedicated for equipment, food, ammo and misc items. Extra utility slots. Quick slots. Custom slots API. Player inventory resize. Gamepad friendly. Slot obtaining progression.

Preferred version: 1.0.46
shudnal-ConditionalConfigSync-1.0.1 icon
shudnal-ConditionalConfigSync

Shared config synchronization and server policy library for Valheim mods. Installed as a dependency and compatible with Jotunn and ServerSync.

Preferred version: 1.0.1

README

Extra Slots Custom Slots

Custom slots for various mod that supports custom items.

This mod depends on ExtraSlots mod to work.

This mod can add custom slot for:

You can change slots order in the game as you wish.

You can rename and enable/disable slots in the game. Restart is recommended only after toggling AdventureBackpacks and JudesEquipment slots.

"Slot progression" feature from ExtraSlots is supported and default settings is obtaining items related to particular mod. It means you will have Backpack slot the moment you first obtain you backpack.

You can use ExtraSlots translation files to add your own strings for custom slot names.

Conditional Config Sync

  • All configuration settings except logging are synchronized from the server by default
  • Server administrators can change the synchronization policy for policy-controlled settings in BepInEx/config/shudnal.ConditionalConfigSync/ConditionalConfigSync.SyncPolicy.cfg
  • Prefix an exact setting or whole-section identifier with + to force server control or - to make it client-controlled. Exact-setting rules take precedence over whole-section rules
  • Slot availability, order, names, progression requirements, accepted item lists, and equipped-item visibility are policy-controlled. Lock Configuration always remains server-controlled
  • Use shared modpack configs or distribute your config manually if you also want client-controlled settings to be identical for all players initially
  • If you install this mod manually, also install ConditionalConfigSync

Installation (manual)

extract ExtraSlotsCustomSlots.dll into your BepInEx\Plugins\ folder

Configurating

The best way to handle configs is Configuration Manager.

Or Official BepInEx Configuration Manager.

Mirrors

Nexus

Donation

Buy Me a Coffee

Discord

Join server

CHANGELOG

1.0.20

  • migrated configuration synchronization from ServerSync to ConditionalConfigSync
  • server administrators can override the ownership of policy-controlled settings through ConditionalConfigSync policy

1.0.19

  • added an option to hide equipped Adventure Backpacks and Judes Equipment backpacks on the player model

1.0.18

  • added Quiver slot for RustyBags

1.0.17

  • fixed occasional bug with JudesEquipment config sync

1.0.16

  • Vikings Summoner grimoire slot fixed once again

1.0.15

  • Vikings Summoner grimoire slot fixed

1.0.14

  • Vikings Summoner grimoire slot

1.0.13

  • fixed rare issue when item loses its durability and breaks in custom slot

1.0.12

  • items in user defined custom slots are visible on player now

1.0.11

  • 8 used defined custom slots. You can create your own custom slots for any item(s). Use ExtraSlots translation files to add localized slot names.

1.0.10

  • RustyBags slot

1.0.9

  • patch 0.220.3
  • ServerSync updated

1.0.8

  • CircletExtended slot will only be available after circlet upgrade to lvl2

1.0.7

  • changed the logic of checking slots activity. If only one of the values ​​(global key or discovered item) is specified - checking for the unfilled one will not be performed

1.0.6

  • fixed rare occasional warning when AdventureBackpack is installed with slot disabled

1.0.5

  • JudesEquipment backpacks slot

1.0.4

  • fixed AdventureBackpack slot making some other items "equippable"

1.0.3

  • fixed BowsBeforeHoes quiver unequipping cape

1.0.2

  • AdventureBackpack double equip issue fix

1.0.1

  • AdventureBackpack opening fixed
  • AdventureBackpack compatibility with EpicLoot

1.0.0

  • Initial Release