

| Feature | Description |
|---|---|
| 🛒 Buy Items | Browse and purchase 590+ items with category grouping and search |
| 💰 Sell Items | Sell items back to any trader with balanced sell pricing |
| 🔒 Progression Gating | Items unlock based on which bosses you've defeated |
| 🎮 Controller Support | Full gamepad navigation for tabs, lists, and actions |
| 🏦 Bank Integration | Purchases draw from your bank — selling deposits directly into it |
| Action | What It Does |
|---|---|
| Deposit | Moves coins from your inventory into your bank balance |
| Withdraw | Moves coins from your bank back into inventory |
| Buy / Sell | Automatically uses the bank flow for all transactions |
| Cross-Mod Sync | Bank balance stays in sync across trader mods when both are installed |
Buy and sell Magic, Rare, Epic, Legendary, and Mythic rarity items with proper enchantments, stat bonuses, colored icon backgrounds, rarity sub-categories, and scaled pricing. Trader Overhaul fully overrides Epic Loot's merchant UI.
Bows, quivers, and arrows from Bows Before Hoes are integrated into the shop and follow the same progression model.
This mod overrides the trader UI by prefab name.
Mods that replace or heavily patch trader UIs may conflict
Mods that intercept StoreGui.Show before this mod may block the custom UI
💡 Tip: If you see issues around the trader UI opening, disable other trader-focused mods one by one to identify conflicts.
| Requirement | Minimum Version |
|---|---|
| Valheim | Latest |
| BepInEx | 5.4.2200+ |
1. Install BepInEx
2. Download the latest release
3. Extract to BepInEx/plugins/TraderOverhaul/
4. Copy TraderOverhaul.buy.json and TraderOverhaul.sell.json into BepInEx/config/
5. Launch the game
generate.py is included for advanced users who want to regenerate buy/sell configs.
| What It Does | Details |
|---|---|
| Data Extraction | Pulls item and recipe data from Valheim / Jotunn item sources |
| Smart Filtering | Aggressively excludes junk entries — attacks, spawners, VFX/SFX, creatures, debug rows |
| Whitelist Validation | Keeps output focused on real tradeable items |
| Price Balancing | Multi-layer pricing — biome progression, category multipliers, rarity overrides, recipe cost analysis, crafting markup, sell multipliers |
| Sanity Checks | Flags suspiciously cheap or expensive results |
Basic usage:
python generate.py
Custom output directory:
python generate.py "C:/Path/To/BepInEx/config"
Inspired by TradersExtended by shudnal
Item and recipe source data via Jotunn Library