You are viewing a potentially older version of this package.
View all versions.
SearsCatalog
Resize and reposition the build panel in-game.
Date uploaded | a year ago |
Version | 1.3.0 |
Download link | ComfyMods-SearsCatalog-1.3.0.zip |
Downloads | 26244 |
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 Columns
size.
Panel resize (config)
- Using ConfigurationManager, change
buildHudPanelRows
orbuildHudPanelColumns
to desired values. - Build panel will resize to the new
Rows x Columns
size 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.dll
to 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.14
patch.
1.2.0
- Updated for
v0.214.2
PTB. - Updated mod icon to a new one created by @jenniely.
1.1.0
- Added `PieceTable.Left/Right/Up/DownPiece()* patches for controller support.
- Added
PanelResizer
and a resizer icon to the build panel.
1.0.0
- Initial release.
CHANGELOG
Changelog
1.6.0
- Fixed for the
v0.219.10
PTB patch.
1.5.1
- Added missing negative index check in
CenterOnSelectedIndex()
.
1.5.0
- Fixed for the
v0.218.16
patch. - 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.31
patch. - 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.14
patch.
1.2.0
- Updated for
v0.214.2
PTB. - Updated mod icon to a new one created by @jenniely.
1.1.0
- Added `PieceTable.Left/Right/Up/DownPiece()* patches for controller support.
- Added
PanelResizer
and a resizer icon to the build panel.
1.0.0
- Initial release.