Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
UnifiedStorage
Unified Chest Terminal for Valheim: native chest UI with nearby storage aggregation, search and scroll.
| Date uploaded | 4 months ago |
| Version | 1.0.0 |
| Download link | andre-UnifiedStorage-1.0.0.zip |
| Downloads | 49 |
| Dependency string | andre-UnifiedStorage-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-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.27.1README
Unified Storage (Valheim 0.221.12)
Mod de inventario unificado estilo "magic storage" sem crafting.
Recursos implementados
- Hotkey global (
F8) para abrir UI de storage. - Leitura agregada de itens de baús estáticos no raio configurável.
- Busca por texto (case-insensitive).
- Retirada direta:
- Clique: 1 item
Shift+ clique: 1 stack (limitado por stack size/quantidade)
- Fluxo multiplayer autoritativo via RPC:
US_RequestSnapshotUS_SnapshotResponseUS_WithdrawRequestUS_WithdrawResponse
Configuração (BepInEx)
HotkeyOpen = F8SearchDebounceMs = 80ScanRadius = 20SnapshotRefreshMs = 750MaxContainersScanned = 128RequireAccessCheck = true
Estrutura
src/UnifiedStorage.Mod: plugin Valheim (BepInEx).src/UnifiedStorage.Core: lógica pura (agregação, busca, planejamento de retirada).tests/UnifiedStorage.Core.Tests: testes unitários da lógica pura.
Build local
Defina a pasta valheim_Data\\Managed com a propriedade VALHEIM_MANAGED_DIR.
Exemplo (PowerShell):
dotnet build src\UnifiedStorage.Mod\UnifiedStorage.Mod.csproj `
/p:VALHEIM_MANAGED_DIR="C:\Path\To\Valheim\valheim_Data\Managed"
Saída esperada: UnifiedStorage.dll para copiar em BepInEx\plugins.
Observação do ambiente atual
Neste workspace não há .NET SDK instalado, então não foi possível executar dotnet build/test aqui.