You are viewing a potentially older version of this package. View all versions.
RandyKnapp-EquipmentAndQuickSlots-2.0.14 icon

EquipmentAndQuickSlots

Give equipped items their own dedicated inventory slots, plus three more hotkeyable quick slots.

Date uploaded 2 years ago
Version 2.0.14
Download link RandyKnapp-EquipmentAndQuickSlots-2.0.14.zip
Downloads 94217
Dependency string RandyKnapp-EquipmentAndQuickSlots-2.0.14

README

!! READ ME FIRST BEFORE UPGRADING !!

The new, v2.0 of Equipment and Quick Slots uses a new system for saving and loading under the hood.

It is NOT compatible with 1.x versions and 1.x must be uninstalled correctly before upgrading to the 2.0 version!

How to Upgrade Equipment and Quick Slots 1.x to 2.0.X

  1. Start the game with the old mod installed
  2. Find a safe place for your character
  3. Unequip all equipment and move everything out of the quick slots
  4. Quit the game using the menu
  5. Remove the old Equipment and Quick Slots dll and install the new version
  6. Run the game again
  7. You should see your new empty slots in the inventory and be able to re-equip your items

Equipment and Quick Slots v2.0.11

by RandyKnapp

Give equipped items their own dedicated inventory slots, plus three more hotkeyable quick slots.

Hotkeys must be assigned according to the conventions listed here: https://docs.unity3d.com/Manual/class-InputManager.html

Source: Github

Install with BepInEx

Copy EquipmentAndQuickSlots.dll into the BepInEx/plugins folder

Changelist:

  • 1.0.3
    • Integrated fix for larger containers (this mod was not allowing the same row to be used in containers as it uses in the Inventory)
  • 1.0.4
    • Fixed issue where gamepad could not use quick slots
  • 1.0.5
    • Fixed issue where the previous fix broke the #8 hotkey...
  • 2.0.0 Stability Update
    • Items are saved even if accidentally uninstalling or having an error
    • UIs work better with controller
    • Never drop or lose items on death
  • 2.0.1
    • Hotfix for not being able to craft when fully equipped
  • 2.0.2
    • Fixed an issue where some equipment was lost on death
    • Re-added the toggles to disable and enable features
  • 2.0.3
    • Fixed a bug where players could teleport with items they normally can't
  • 2.0.4
    • Fixed gamepad navigation for the crafting recipe list
    • Fixed bug preventing new characters from being created
  • 2.0.5
    • Put in a potential fix for "losing items" on tombstone pickup (they're in your inventory, just outside the grid. This version should fix that.)
  • 2.0.6
    • Fix for double upgrade when using EpicLoot with EAQS
    • Fix for items lost in tombstone by jsza.
  • 2.0.7
    • (This entire update provided by jsza)
    • Fix a variety of equipment bugs
    • Fix a variety of pickup/stacking bugs
  • 2.0.8
    • Had to update the number to re-upload to ThunderStore
  • 2.0.9
    • Quick slots position is now configurable
  • 2.0.10
    • Fixed an encumberance bug
  • 2.0.11
    • Added support for Project Auga
  • 2.0.12
    • Better Valheim+ and Auga positioning for the inventory
  • 2.0.14
    • Updated for H&H

CHANGELOG

Release 2.1.13

  • Updated for Valheim 0.217.38 Patch
Changelog History (click to expand)

Release 2.1.12

  • Updated for Valheim 0.217.27
  • Updated Auga and CLLC API's
  • If Auga is loaded, set the default position of Quick Slot Bar accordingly

Release 2.1.11

  • Adjusting InventoryGrid Initialization to prevent Awake from happening before variables are set.
    • This has fixed a compatibility issue that was found with Jewelcrafting allowing EAQS to now be used with Smoothbrain's Jewelcrafting

Release 2.1.10

  • Fixing Hotkey Bar Binding Texts

Release 2.1.8 & 2.1.9

  • Hildir's Request Updates 0.217.24
  • Updated version from 2.1.7 to 2.1.9 because I forgot to change it.

Release 2.1.7

  • Hildir's Request Updates 0.217.14

Release 2.1.6

  • Updates needed for Valheim 0.216.7

Release 2.1.5

  • Fixing Keybinds to defaults if config is messed up and showing None.
    • This was caused by a change in how keybinds are stored.
  • Tooltips when using Controllers are now visible and not hiding behind the Equipment Slots

Release 2.1.4

  • DLL packaged with 2.1.3 was incorrectly built as 2.1.2 and might not have had all the changes in it.
  • Bumping version by 1 and reuploading correct version.

Release 2.1.3

  • Improved Controller Support Between Hotbars/Inventories
    • Known Bug: The weight calculation is still not working when using controller to transfer items.
  • Updated Keybindings to Support Controllers
  • Rebuilt QuickSlotHotkeyBar from the Ground Up
    • No longer a Prefix that blocks UpdateIcons
    • Allows other mods to affect item icons in the Hotkeybar (like EpicLoot)
    • Potential for Performance Improvement

Release 2.1.2

  • Updated for Valheim 0.214.2 Patch

Release 2.1.1

  • Fixed compatibility issues with JewelCrafting and MultiUserChest

Release 2.1.0

  • Updated for Mistlands!

  • Now uses player.m_customData instead of knownTexts

  • On death, drops equipment in second gravestone

  • Fixed bug where you couldn't move items out of your quickslots

  • Added new config features: DontDropEquipmentOnDeath, DontDropQuickslotsOnDeath, InstantlyReequipArmorOnPickup, InstantlyReequipQuickslotsOnPickup

  • 1.0.3

    • Integrated fix for larger containers (this mod was not allowing the same row to be used in containers as it uses in the Inventory)
  • 1.0.4

    • Fixed issue where gamepad could not use quick slots
  • 1.0.5

    • Fixed issue where the previous fix broke the #8 hotkey...
  • 2.0.0 Stability Update

    • Items are saved even if accidentally uninstalling or having an error
    • UIs work better with controller
    • Never drop or lose items on death
  • 2.0.1

    • Hotfix for not being able to craft when fully equipped
  • 2.0.2

    • Fixed an issue where some equipment was lost on death
    • Re-added the toggles to disable and enable features
  • 2.0.3

    • Fixed a bug where players could teleport with items they normally can't
  • 2.0.4

    • Fixed gamepad navigation for the crafting recipe list
    • Fixed bug preventing new characters from being created
  • 2.0.5

    • Put in a potential fix for "losing items" on tombstone pickup (they're in your inventory, just outside the grid. This version should fix that.)
  • 2.0.6

    • Fix for double upgrade when using EpicLoot with EAQS
    • Fix for items lost in tombstone by jsza.
  • 2.0.7

    • (This entire update provided by jsza)
    • Fix a variety of equipment bugs
    • Fix a variety of pickup/stacking bugs
  • 2.0.8

    • Had to update the number to re-upload to ThunderStore
  • 2.0.9

    • Quick slots position is now configurable
  • 2.0.10

    • Fixed an encumberance bug
  • 2.0.11

    • Added support for Project Auga
  • 2.0.12

    • Better Valheim+ and Auga positioning for the inventory
  • 2.0.14

    • Updated for H&H
  • 2.0.15

    • Yet Another Attempt at fixing the lost-equipment-on-death bug