You are viewing a potentially older version of this package. View all versions.
ProfMags-HaldorOverhaul-1.0.17 icon

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 a day ago
Version 1.0.17
Download link ProfMags-HaldorOverhaul-1.0.17.zip
Downloads 74
Dependency string ProfMags-HaldorOverhaul-1.0.17

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2200
ValheimModding-JsonDotNET-13.0.4 icon
ValheimModding-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.4

README

๐Ÿ›’ Haldor Trading Overhaul

Transform Haldor into the ultimate merchant with full buy/sell functionality and a personal bank

Version BepInEx Items


Buy Tab

Sell Tab

Bank Tab


โœจ Features

Browse and buy over 590 items from Haldor, organized by category with real-time search. Sell your unwanted gear directly back to him at 30% of the buy price. Items unlock progressively as you defeat bosses, keeping the economy tied to your progression. All item lists and prices are driven by JSON config files you can edit freely, and a Python script is included to regenerate them from scratch.

The mod has full controller support. Use LB/RB to switch panels, D-Pad or left stick to navigate, A to confirm, X to toggle categories, and B to close. Everything is mapped and works seamlessly alongside the mouse.


๐Ÿฆ Bank

Haldor acts as your personal banker. Your bank balance funds all purchases. When you buy something, the cost is deducted from the bank, and when you sell, the proceeds go straight in.

To access the bank, open the shop at Haldor and click the Bank tab. Use Deposit to move coins from your inventory into the bank, and Withdraw to take them back out.


๐Ÿค Compatible Mods

Bows Before Hoes

Bows Before Hoes by Azumatt โ€” All bows, quivers, and arrows added by this mod are fully supported. Install both mods and they will appear in Haldor's shop automatically. Items are locked behind the same boss progression gates as vanilla items, so they unlock naturally as you play.


๐Ÿ“ฆ Installation

Install BepInEx, then download the latest release and extract it to BepInEx/plugins/HaldorOverhaul/. Move the two config files (HaldorOverhaul.haldor.buy.json and HaldorOverhaul.haldor.sell.json) to BepInEx/config/, then launch Valheim.


โš™๏ธ Configuration

Two JSON files control what Haldor buys and sells. buy.json lists items he sells to you; sell.json lists items you can sell to him. Each entry looks like this:

{
  "item_prefab": "SwordIron",
  "item_quantity": 1,
  "item_price": 4234,
  "must_defeated_boss": "defeated_gdking"
}

Leave must_defeated_boss empty to make an item always available. Run generate.py to regenerate both files from scratch using the built-in pricing system.


๐Ÿ™ Credits

This is my first Valheim mod! I really hope people enjoy it.

Inspired by shudnal's TradersExtended ยท Item data sourced from the Jotunn Library

GitHub Discord

Made with โค๏ธ for the Valheim community

CHANGELOG

Changelog

1.0.18

  • Fixed custom trader UI to only apply to Haldor โ€” other traders (Hildir, modded NPCs) now use the vanilla StoreGui, resolving mod compatibility conflicts with any mod that adds its own traders

1.0.17

  • ui improvements

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 the game

1.0.15

  • Custom UI sprites for search bar and category buttons (SearchBarBackground.png, CategoryBackground.png)
  • Fixed item category classification to use direct enum comparison instead of string matching
  • Fixed panel tinting โ€” panels now use a clean grey tint instead of brownish sprite-based coloring
  • Fixed TMP font warnings by deferring TextMeshProUGUI initialization until font is assigned
  • Updated category button icons (bronze axe, troll leather helmet, wooden shield, stamina mead, bronze)
  • Grey tint overlay on Buy/Sell action button to match panel styling

1.0.14

  • Added BowsBeforeHoes mod support โ€” 10 items (3 bows, 4 quivers, 3 arrows) added to buy and sell configs with recipe-based pricing
  • Doubled list panel scroll speed

1.0.13

  • Fixed standalone bank UI cursor being locked when opened with Z key
  • Fixed bank UI not registering as a store UI, causing camera and input issues
  • Removed Z key shortcut for bank โ€” bank is now only accessible through the trader UI
  • Added full controller support to the standalone bank panel

1.0.12

  • Version bump

1.0.11

  • Removed CurrencyPocket dependency

1.0.10

  • Version bump

1.0.9

  • Added Haldor's Bank system โ€” bank balance funds all purchases, selling deposits directly to bank
  • Added Bank tab to the trader UI and standalone bank panel (Z key)
  • Added setbankbalance console command (fixed registration so it now works in-game)
  • Reverted bank panel to clean text layout
  • Various bug fixes and performance improvements

1.0.8

  • Fixed controller navigation issues with item list scrolling and selection highlighting
  • Fixed controller unable to select category headers to expand/collapse them
  • Fixed scroll position not resetting when switching between tabs
  • Fixed various UI bugs and layout issues
  • Suppressed Haldor's random talk bubbles while trading UI is open
  • Added setcoins console command for testing
  • Updated UI design

1.0.7

  • Updated UI
  • Bug fixes

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

1.0.3

  • Added capes to buy menu

1.0.2

1.0.1

1.0.0

  • Initial release