Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
SearsCatalog
Resize and reposition the build panel in-game.
| Date uploaded | 2 years ago |
| Version | 1.3.0 |
| Download link | ComfyMods-SearsCatalog-1.3.0.zip |
| Downloads | 26896 |
| Dependency string | ComfyMods-SearsCatalog-1.3.0 |
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.2202README
SearsCatalog
Resize and reposition the build panel in-game.

Features
Panel resize (mouse)
- Hover over the lower-right corner of the build panel to display the resize icon.
- Click and drag the resize icon to the desired size.
- Build panel will resize to the closest
Rows x Columnssize.
Panel resize (config)
- Using ConfigurationManager, change
buildHudPanelRowsorbuildHudPanelColumnsto desired values. - Build panel will resize to the new
Rows x Columnssize immediately.
Panel reposition
- Click on any empty space on the build panel and drag it to the desired position.
- Position is saved/loaded from config and can be reset in ConfigurationManager.
Compatability
- SearsCatalog is a replacement for ComfyBuildExpansion and will try to unpatch CBE.
- To avoid any issues, please uninstall or disable ComfyBuildExpansion.
Configuration
All configuration options (except isModEnabled) can be modified in-game and will take effect immediately.

Installation
Manual
- Un-zip
SearsCatalog.dllto your/Valheim/BepInEx/plugins/folder.
Thunderstore (manual)
- Go to Settings > Import local mod > Select
SearsCatalog_v1.3.0.zip. - Click "OK/Import local mod" on the pop-up for information.
Notes
- This is the good enough release with more features/options to be added later.
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- SearsCatalog icon created by @jenniely (jenniely.com)
Changelog
1.3.0
- Updated for
v0.217.14patch.
1.2.0
- Updated for
v0.214.2PTB. - Updated mod icon to a new one created by @jenniely.
1.1.0
- Added `PieceTable.Left/Right/Up/DownPiece()* patches for controller support.
- Added
PanelResizerand a resizer icon to the build panel.
1.0.0
- Initial release.
CHANGELOG
Changelog
1.8.0
- Modified
CategoriesandTabBorderto now take up the full-space of theBuildHud.Panel. - Disabled
InputHelp(key-hints) to make room for expandedCategories. - Added logic to trigger Jotunn category-rebuild whenever the
BuildHud.Panelis resized or on config-change. - Added new config-options:
[BuildHud.Panel.Categories] categoriesRectPosition[BuildHud.Panel.Categories] categoriesRectSizeDelta[BuildHud.Panel.TabBorder] tabBorderIsEnabled[BuildHud.Panel.TabBorder] tabBorderRectPosition[BuildHud.Panel.TabBorder] tabBorderSizeDelta[BuildHud.Panel.InputHelp] inputHelpIsEnabled[BuildHud.Panel.InputHelp] inputHelpRectPosition[BuildHud.Panel.InputHelp] inputHelpRectSizeDelta
- Minor code clean-up.
1.7.0
- Fixed for the
v0.221.4patch. - Fixed scroll-sensitivity issue with the build-panel scrollbar.
- Added new config-option
[BuildHud.Panel] buildHudPanelScrollSensitivityto customize scroll-sensitivity. - Added an invisible image to the
Hud.m_pieceListRootto fixScrollRect.contentraycast-hit detection. - Minor code clean-up.
1.6.0
- Fixed for the
v0.219.10PTB patch.
1.5.1
- Added missing negative index check in
CenterOnSelectedIndex().
1.5.0
- Fixed for the
v0.218.16patch. - Moved changelog into
CHANGELOG.md. - Bumped up
<LangVersion>to C# 12. - Code clean-up and refactoring.
- Removed several config options as the related code is no longer needed.
1.4.0
- Updated for
v0.217.31patch. - Fixed a bug with mouse scroll-wheel scrolling through category tags instead of the build panel pieces.
- Fixed a bug with selecting the correct build piece when using the vanilla 'copy piece' function.
- Removed logic related to un-patching deprecated BuildExpansion if detected.
- Minor code clean-up.
1.3.0
- Updated for
v0.217.14patch.
1.2.0
- Updated for
v0.214.2PTB. - Updated mod icon to a new one created by @jenniely.
1.1.0
- Added `PieceTable.Left/Right/Up/DownPiece()* patches for controller support.
- Added
PanelResizerand a resizer icon to the build panel.
1.0.0
- Initial release.