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

ExtraSlotsCustomSlots

Custom slots for various mods that support custom items.

Date uploaded a day ago
Version 1.0.22
Download link shudnal-ExtraSlotsCustomSlots-1.0.22.zip
Downloads 2315
Dependency string shudnal-ExtraSlotsCustomSlots-1.0.22

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 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.2350
shudnal-ExtraSlots-1.2.2 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.2.2
shudnal-ConditionalConfigSync-1.0.5 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.5

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.23

  • Replaced hot-path reflection and boxed equipment modifier reads with cached field accessors that track source-field changes.
  • Removed per-update equipment arrays and repeated slot lookups while retaining per-call snapshots for nested unequips and durability updates.
  • Fixed custom-slot damage modifiers being applied to a temporary copy instead of the returned modifier structure.

1.0.22

  • updated for Valheim 1.0.7 and Extra Slots 1.2.1 (now required)
  • fixed inventory loading hooks for both game load overloads and excluded temporary inventories from backpack and quiver processing
  • fixed custom equipment bypassing rejected equip attempts; native refusal order and shared item data are preserved during nested equips
  • synchronized the variant and quality of custom equipment visuals, including changes that keep the same item prefab
  • preserved unchanged slot registrations during configuration updates and ignored repeated IDs in the slot order
  • matched user-defined equipment to its actual registered slot after inventory validation and refreshed equipment when slot rules change
  • fixed overlapping user-defined slots choosing inconsistent destinations or replacing an item still awaiting physical placement
  • fixed the Rusty Bags quiver option retaining an outdated item filter

1.0.21

  • fixed compatibility with both legacy Epic Loot versions and Epic Loot 0.13.0 or later for magic effects in custom slots and Shardstones on custom backpacks

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