OdinPlus-OdinsExtendedInventory icon

OdinsExtendedInventory

The Extended Player Inventory feature from OdinQOL, pulled out for your modular pleasure. Make your inventory larger, have quickslots, etc.

Last updated a year ago
Total downloads 19700
Total rating 6 
Categories Mods Gear Misc Server-side Client-side Utility Mistlands Update
Dependency string OdinPlus-OdinsExtendedInventory-3.0.3
Dependants 66 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1901 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1901

README

The Extended Player Inventory feature from OdinQOL, pulled out for your modular pleasure. Make your inventory larger, have quickslots, etc.

This mod uses ServerSync internally. Settings can change live through the BepInEx Configuration manager or by directly changing the file on the server. Can be installed on both the client and the server to enforce configuration.

Request of the community to make it modular, resulted in separation of features.

Configuration Options

[General]

  • Force Server Config [Synced with Server]
    • Force Server Config
      • Default value: true
  • Enabled [Synced with Server]
    • Enable the entire mod
      • Default value: true

[Extended Inventory]

  • ExtraRows [Synced with Server]
    • Number of extra ordinary rows. (This can cause overlap with chest GUI, make sure you hold CTRL (the default key) and drag to desired position).
      • Default value: 0
  • AddEquipmentRow [Synced with Server]
    • Add special row for equipped items and quick slots. (IF YOU ARE USING RANDY KNAPPS EAQs KEEP THIS VALUE OFF).
      • Default value: false
  • DisplayEquipmentRowSeparate [Synced with Server]
    • Display equipment and quickslots in their own area. (IF YOU ARE USING RANDY KNAPPS EAQs KEEP THIS VALUE OFF).
      • Default value: false
  • HelmetText [Not Synced with Server]
    • Text to show for helmet slot.
      • Default value: Head
  • ChestText [Not Synced with Server]
    • Text to show for chest slot.
      • Default value: Chest
  • LegsText [Not Synced with Server]
    • Text to show for legs slot.
      • Default value: Legs
  • BackText [Not Synced with Server]
    • Text to show for back slot.
      • Default value: Back
  • UtilityText [Not Synced with Server]
    • Text to show for utility slot.
      • Default value: Utility
  • QuickAccessScale [Not Synced with Server]
    • Scale of quick access bar.
      • Default value: 1
  • Hotkey1 [Not Synced with Server]
  • Hotkey2 [Not Synced with Server]
  • Hotkey3 [Not Synced with Server]
  • ModKey1 [Not Synced with Server]
  • ModKey2 [Not Synced with Server]
  • quickAccessX [Not Synced with Server]
    • Current X of Quick Slots (Not Synced with server)
      • Default value: 9999
  • quickAccessY [Not Synced with Server]
    • Current Y of Quick Slots (Not Synced with server)
      • Default value: 9999

[Moveable Chest]

  • ChestInventoryX [Not Synced with Server]
    • Current X of chest. Note, if you have aedenthorn's version of this, the config here will not work. Use her mod's config instead.
      • Default value: -1
  • ChestInventoryY [Not Synced with Server]
    • Current Y of chest. Note, if you have aedenthorn's version of this, the config here will not work. Use her mod's config instead.
      • Default value: -1
  • ModifierKeyOne [Not Synced with Server]
  • ModifierKeyOne [Not Synced with Server]

Installation Instructions

You must have BepInEx installed correctly! I can not stress this enough.

Windows (Steam)

  1. Locate your game folder manually or start Steam client and :
    • Right click the Valheim game in your steam library
    • "Go to Manage" -> "Browse local files"
    • Steam should open your game folder
  2. Extract the contents of the archive into the BepInEx\plugins folder.
  3. Locate odinplus.qol.OdinsExtendedInventory.cfg under BepInEx\config and configure the mod to your needs

Server

If installed on both the client and the server syncing to clients should work properly.

  1. Locate your main folder manually and : a. Extract the contents of the archive into the BepInEx\plugins folder. b. Launch your game at least once to generate the config file needed if you haven't already done so. c. Locate odinplus.qol.OdinsExtendedInventory.cfg under BepInEx\config on your machine and configure the mod to your needs
  2. Reboot your server. All clients will now sync to the server's config file even if theirs differs. Config Manager mod changes will only change the client config, not what the server is enforcing.

Feel free to reach out to me on discord if you need manual download assistance.

Author Information

Azumatt

DISCORD: Azumatt#2625

STEAM: https://steamcommunity.com/id/azumatt/

For Questions or Comments, find me in the Odin Plus Team Discord or in mine:

https://i.imgur.com/XXP6HCU.png


Update Information (Latest listed first)

v3.0.3

  • Mistlands

v3.0.2

  • Update ServerSync

3.0.1

  • Mimic the fix in OdinQOL for crafted items disappearing if crafting when inventory was full.

3.0.0

  • Turn QuickAccessBar into a HotKeyBar (Thanks to Blaxxun in a GitHub commit)
    • This provides some compatibility with Jewelcrafting and other mods that might need to modify the QuickAccessBar.
  • Added new config options for hotkey texts and allow overflow of hotkey bindings.
    • You can now override the hotkey text for each hotkey. Should you need it to be different than the default.

2.0.0

  • Add moveable chest inventory and configs. Note, if you have aedenthorn's version of this, the configs here will not work in this mod. Use her mod's config instead. This is to prevent conflict.

1.0.0

  • Initial Release