HaldorOverhaul
Transforms Haldor into a full merchant with buy/sell panels, 580+ items, recipe-based pricing, search filters, category tabs, and full controller support.
| Date uploaded | 3 days ago |
| Version | 1.0.19 |
| Download link | ProfMags-HaldorOverhaul-1.0.19.zip |
| Downloads | 843 |
| Dependency string | ProfMags-HaldorOverhaul-1.0.19 |
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.2200ValheimModding-JsonDotNET
Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 13.0.4README
Haldor Trading Overhaul
Transform Haldor into a full-service merchant with buy/sell support, progression-based item unlocks, and an integrated bank tab.
Buy
Sell
Bank
Features
Buy 590+ items from Haldor with category grouping and search
Sell items back to Haldor with balanced sell pricing
Progression-gated unlocks based on defeated bosses
Full controller support for tabs, lists, and actions
Compatible bank workflow: purchases draw from bank and selling deposits into bank
Bank
Haldor can be used as a personal banker:
Deposit moves coins from inventory into your bank balance
Withdraw moves coins from bank back to inventory
Buy and sell operations use the bank flow automatically
Bank balance is synced with HildirOverhaul when both mods are installed
Compatible Mods
Bows Before Hoes is supported. Bows, quivers, and arrows from that mod are integrated into the Haldor shop and follow the same progression model.
Compatibility Notes
This mod targets Haldor only by prefab name.
Other traders (Hildir and modded trader NPCs) continue using vanilla StoreGui
Mods that replace or heavily patch Haldor may conflict
Mods that intercept StoreGui.Show before this mod may block the custom UI
If you see issues around trader UI opening, disable other Haldor-focused mods one by one to identify conflicts.
Requirements
Valheim
BepInEx 5.4.2200 or newer
Advanced Script
generate.py is an advanced config generation script included in this release.
Extracts item and recipe data from Valheim/Jotunn item sources
Builds from prefab data while applying aggressive exclusion rules for junk entries (attacks, spawners, VFX/SFX, creatures, debug rows, and other non-item prefabs)
Uses whitelist and validation logic to keep output focused on real tradeable items
Balances price through multiple layers: biome progression, category multipliers, rarity overrides, recipe ingredient cost analysis, crafting markup, and sell multipliers
Includes price sanity checks to flag suspiciously cheap or expensive results
Run it manually with Python if you want to regenerate buy/sell configs:
python generate.py
Optional custom output directory:
python generate.py "C:/Path/To/BepInEx/config"
Installation
Install BepInEx
Download the latest release
Extract to BepInEx/plugins/HaldorOverhaul/
Copy HaldorOverhaul.haldor.buy.json and HaldorOverhaul.haldor.sell.json into BepInEx/config/
Launch the game
Credits
Inspired by TradersExtended
Item and recipe source data via Jotunn Library docs
CHANGELOG
Changelog
1.0.19
- Added shared bank balance sync with HildirOverhaul (both traders now read/write the same bank balance)
- Internal bank persistence now migrates and mirrors legacy Haldor/Hildir keys into a shared key
1.0.18
- Fixed custom trader UI so it only applies to Haldor
- Other traders (Hildir and modded NPCs) now use the vanilla
StoreGui - Improved compatibility with mods that add their own traders
1.0.17
- Improved trader UI layout and visual polish
1.0.16
- Removed boss progression gates from treasure sell items (
Amber,AmberPearl,Ruby,SilverNecklace,GoldRuby) - Players can now sell treasure to Haldor at any point in progression
1.0.15
- Added custom UI sprites for search bar and category buttons (
SearchBarBackground.png,CategoryBackground.png) - Fixed item category classification to use enum comparison instead of string matching
- Fixed panel tinting so panels use a clean grey tint instead of brownish sprite-based coloring
- Fixed TMP font warnings by deferring TextMeshProUGUI initialization until a font is assigned
- Updated category button icons (bronze axe, troll leather helmet, wooden shield, stamina mead, bronze)
- Added a grey tint overlay on the Buy/Sell action button to match panel styling
1.0.14
- Added BowsBeforeHoes mod support
- Added 10 BowsBeforeHoes items to buy/sell configs (3 bows, 4 quivers, 3 arrows) with recipe-based pricing
- Doubled list panel scroll speed
1.0.13
- Fixed standalone bank UI cursor being locked when opened with the Z key
- Fixed bank UI registration so it behaves as a store UI (camera and input now work correctly)
- Removed Z key shortcut for bank; bank access now happens through the trader UI
- Added full controller support to the standalone bank panel
1.0.12
- Bug fixes and stability improvements
1.0.11
- Removed CurrencyPocket dependency requirement
1.0.10
- Bug fixes and internal maintenance updates
1.0.9
- Added Haldor's Bank system; bank balance funds purchases and selling deposits directly into the bank
- Added Bank tab to the trader UI and a standalone bank panel (Z key)
- Added
setbankbalanceconsole command (fixed registration so it now works in-game) - Reverted bank panel to a clean text layout
- Additional bug fixes and performance improvements
1.0.8
- Fixed controller navigation issues with item list scrolling and selection highlighting
- Fixed controller inability to select category headers for expand/collapse
- Fixed scroll position not resetting when switching tabs
- Fixed multiple UI bugs and layout issues
- Suppressed Haldor talk bubbles while the trading UI is open
- Added
setcoinsconsole command for testing - Updated UI design
1.0.7
- Updated trader UI visuals
- Bug fixes and interaction improvements
1.0.6
- Updated UI design
- Updated price generator script
- Updated config files
- Various bug fixes
1.0.5
- Added JsonDotNET and CurrencyPocket as required dependencies
1.0.4
- Updated dependency configuration and packaging metadata
1.0.3
- Added capes to the buy menu
1.0.2
- Documentation updates in
README.md
1.0.1
- Documentation updates in
README.md
1.0.0
- Initial release