You are viewing a potentially older version of this package. View all versions.
MSchmoecker-DynamicStoragePiles-0.8.0 icon

DynamicStoragePiles

Adds stacks and piles as new container pieces. Their appearance changes depending on the fill level.

Date uploaded 4 days ago
Version 0.8.0
Download link MSchmoecker-DynamicStoragePiles-0.8.0.zip
Downloads 560
Dependency string MSchmoecker-DynamicStoragePiles-0.8.0

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
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.29.0

README

Dynamic Storage Piles

About

Adds stacks and piles as new container pieces. Their appearance changes depending on the fill level.

Features

Stacks and piles can be built on the hammer using 10 items of their respective material. No workbench or other crafting station is required, they can be built anywhere. Each stack has 10 slots that can be used to store any item.

Vanilla stacks and piles models are used:

  • Wood Stack
  • Finewood Stack
  • Corewood Stack
  • Yggdrasil Wood Stack
  • Ashwood stack
  • Stone Pile
  • Coal Pile
  • Black Marble Pile
  • Grausten Pile
  • Pile of Skulls
  • Bone Stack
  • Coin Stack

StackOverview

Depending on the inventory fill level, more items will be displayed on the stack:

StackOverview

Mod Integration

This mod integrates with IngotStacks, StackedBars, MoreStacks and RefinedStonePieces by adding dynamic stacks with their items. They will only be added when DynamicStoragePiles and the respective mod are both installed.

Example of dynamic IngotStacks: IngotStacksShowcase

Each stack costs 3 ingots of the respective material to build:

  • Copper Stack
  • Tin Stack
  • Bronze Stack
  • Iron Stack
  • Silver Stack
  • Black Metal Stack
  • Flametal Stack

Example of dynamic MoreStacks: StackOverview

Big thanks to Richard and Azumatt for the awesome mods and possible integration!

Manual Installation

This mod requires BepInEx and Jötunn.
Extract the content of DynamicStoragePiles into the BepInEx/plugins folder or any subfolder.

The mod must be installed on the server and all clients for it to work.

Other mods

Related mods

Compatible mods

Most mods that change something about the vanilla containers should be. The following mods are a few examples:

Links

Development

See contributing.

Changelog

See changelog.

CHANGELOG

Changelog

0.8.0

0.7.0

  • Added MoreStacks integration when both mods are installed (thanks Ujhik)
  • Changed the recipe for flametal stockpiles from "flametal" to "flametalNew" because "flametal" is actually not obtainable and deprecated for the moment (thanks Ujhik)

0.6.1

  • Fixed Ashwood stack was targeting the wrong vanilla prefab, resulting in removal of the stack with mods installed that initialize earlier

0.6.0

  • Added Bone Stack, Black Wood Stack, Grausten Pile and Skull Pile from the Ashlands update

0.5.1

  • Fixed typo when an item cannot be placed in a container

0.5.0

  • Added StackedBars integration when both mods are installed
  • Added the option to restrict containers to only accept items of the respective type, so wood piles only accept wood etc., enabled by default (thanks Searica)
  • Changed mod enforcement, now both the server and all clients need to have the mod installed. This is to prevent desync issues with the new container restrictions
  • Reworked config options, please update your settings as some old options are no longer used. To clean up unused options, remove the old config file

0.4.0

  • Added IngotStacks integration when both mods are installed
  • Added mod enforcement to all players if the mod is installed on the server
  • Fixed compatibility with the AzuAutoStore 2.0.0 update

0.3.0

  • Added the config option to disable vanilla stack pile recipes, making them not buildable with the hammer. Disabled by default
  • Added explicit compatibility with AzuAutoStore, items are only stored into the respective stacks piles. Enabled by default
  • Fixed ordering of the yggdrasil wood stack in the build menu

0.2.0

  • Added coin pile
  • Added custom icons for stacks and piles

0.1.0

  • Release