

One custom trader UI for Haldor, Hildir, and Bog Witch.
Shared configs + unified buy/sell/bank workflow.
One unified custom UI for Haldor, Hildir, and Bog Witch with shared Buy, Sell, and Bank tabs; a shared bank balance across all three traders with deposit and withdraw support; bank-backed transactions where buying spends bank coins and selling deposits into bank coins; shared config files (`TraderOverhaul.buy.json` and `TraderOverhaul.sell.json`) for all traders; Haldor config-driven buy stock while Hildir and Bog Witch keep vanilla stock plus config overrides; sell entries that only appear when inventory and stack requirements match config; progression gating through `must_defeated_boss`; built-in search, category filters, collapsible groups, and item details; full mouse/controller support; player preview on Buy, trader preview on Sell; and automatic config creation/validation when files are missing.
Release/generate.py generates the new shared config names:
TraderOverhaul.buy.json and TraderOverhaul.sell.json
Run manually:
python generate.py
Optional output directory:
python generate.py "C:/Path/To/BepInEx/config"
Install BepInEx
Download latest release
Extract to BepInEx/plugins/TraderOverhaul/
Copy TraderOverhaul.buy.json and TraderOverhaul.sell.json into BepInEx/config/
Launch the game
Valheim
BepInEx 5.4.2200 or newer
ValheimModding-JsonDotNET-13.0.4
Targets these trader prefabs: Haldor, Hildir, BogWitch.
Other trader prefabs fall back to vanilla StoreGui.
Mods that replace or heavily patch those trader interactions may conflict.
Inspired by TradersExtended
Item and recipe source data via Jotunn Library docs