Balrond-balrond_hammerSorter icon

balrond hammerSorter

Rearanges build pieces in hammer to 8 tabs and allows for setting their order of view

Last updated 10 hours ago
Total downloads 34
Total rating 1 
Categories Mods Tweaks Misc Tools Client-side Utility Building Bog Witch Update
Dependency string Balrond-balrond_hammerSorter-1.0.0
Dependants 0 other packages depend on this package

README

๐Ÿ› ๏ธ BalrondHammerSorter - Mod Documentation

๐Ÿ› ๏ธ Overview

BalrondHammerSorter is a Valheim mod that completely overhauls your hammerโ€™s build menu. It gives you full control over how build pieces are organized, displayed, and accessed. Best used along side mods like :

This mod provides:

  • ๐Ÿ“ Advanced tab sorting and custom renaming
  • ๐Ÿงฉ Three additional custom tabs
  • ๐Ÿ—‚๏ธ Complete piece reordering within any tab
  • โš™๏ธ Seamless support for both vanilla and modded build pieces

๐Ÿ”ง All customization is handled via a single JSON configuration file.

๐Ÿ’ก If you use other building mods, simply merge their prefabID names into your config to include them automatically.


๐ŸŒŸ Key Features

  • ๐Ÿ—‚ Full Tab Customization

    • Renamed tabs to better reflect their content and divide them best i could:
      • Misc
      • Crafting
      • Walls & Doors (includes windows)
      • Floors & Stairs
      • Beams & Poles
      • Roofs & Lights
      • Furniture
      • Rugs & Banners
  • โž• Additional Tabs

    • Includes 3 extra tabs for expanded categorization.

    โš ๏ธ *Note: No you can't add more tabs with this.

  • ๐Ÿงฉ Piece Sorting

    • Define the precise order of every build piece within each tab.
  • ๐Ÿš€ Convenient Shortcuts

    • Press N while holding the hammer to instantly select the Repair tool.
    • Press O while holding the hammer to reload your configuration file without restarting the game(may take few seconds for it to show up you may need to take off the hammer and equip it again).

    โš ๏ธ *Note: In future works its planned to have those shortcuts set via config

  • โš™๏ธ Auto Sorting

    • Any pieces not included in your config will be automatically sorted and placed in the appropriate tab. A simple script that checks the name of prefabID and picks best suited tab to add it otherwise it ends in MISC.

    โš ๏ธ *Note: The auto sorting is made for the default setup if you decided to change name of tabs and divide them different way you will need to input all the pieces in config

  • ๐Ÿ“ Console Logging

    • All unconfigured pieces are listed in your console log by their prefab IDs so you can easily update your config and change what you need.
  • ๐Ÿ“ฆ Ready-to-Use Default Config

    • Comes with a default configuration that organizes all Balrondโ€™s mod pieces along with vanilla items.

      โš ๏ธ *Note: Dont worry if you dont use Balrond's mods they will just get skipped


Preview

Preview


โš™๏ธ Configuration

๐Ÿ–ฅ Client-side only. No server sync is required.

The mod uses a JSON file named balrond-hammerconfig.json. This file must be placed in your config folder.

๐Ÿ“ Remember to backup your config it takes time to write one down like this and config is delivered with the mod on updates.

Each tab entry includes:

  • name: The label displayed in-game. You can rename it or translate this to any language.
  • order: The tabโ€™s position in the list. (Do not modify this as it responds directly to order number of original base category)
  • orginal: The internal name of the original tab. (Do not change.)
  • pieces: A list of build piece prefab IDs, sorted as you wish.

โœ… Example Configuration:

> โš ๏ธ *Note: You can't comment an entry it needs to be removed
{
  "tabs": [
    {
      "name": "Misc",
      "order": 0,
      "orginal": "Misc",
      "pieces": [
        "piece_repair",
        "wood_stack",
        "wood_fine_stack"
      ]
    }
  ]
}

๐Ÿ’ฌ Community & Support


๐Ÿงพ Changelog

Update 1.0.0

  • Base Mod