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.
Homestead
All-in-one construction mod with blueprints, blueprint shop to trade blueprints, area save/dismantle, adjustable dvergr circlet light attached to buildcamera and placement helpers
| Date uploaded | 2 weeks ago |
| Version | 1.1.2 |
| Download link | sighsorry-Homestead-1.1.2.zip |
| Downloads | 855 |
| Dependency string | sighsorry-Homestead-1.1.2 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.29.0README
Homestead
Homestead is a Valheim building mod focused on saving, rebuilding, trading, and cleaning up player structures. It brings blueprint workflows into the hammer tab, with Area Save, Area Dismantle, a Blueprint Store, build camera controls, placement helpers, and Dvergr circlet quality-of-life features.
Homestead tab within vanilla hammer.
Area save to make a blueprint, Area dismantle to teardown the builds, blueprint shop to sell the blueprints
Use build camera and area save to make blueprints.
Place your blueprint and put according materials into blueprint chest and confirm it. (Stations are needed to)
Alt+click your blueprint and put it on the ground and put a price on your blueprint and list in on blueprint store
You can offer price for blueprints and get notifications for blueprints being enlisted and for offers being accepted/declined/suggested
Buy the blueprints and pay the price for it. And if you have sold your blueprints you can withdraw that from the store.
.
No more clicking all the pieces or using sledge hammer to teardown the build. You can use the tool area dismantle (Only dismantles what each player has built, respectively)
Build camera, dvergr circlet attached to build camera, dvergr circlet light adjustment, lock in pov (freefly feature), position adjustment
What It Adds
- Homestead hammer tab for Area Save, Area Dismantle, Blueprint Store, and saved blueprints.
- Native blueprints that preserve build pieces, required materials, preview placement, and final confirmation.
- Blueprint Store for listing, buying, offering, notifications, and seller payouts.
- Area Dismantle for removing owned builds in a selected rectangle and returning materials.
- Build camera for easier large-scale building from a detached view.
- Placement helpers for grid snap, nudging, rotation step, and X/Z rotation offsets.
- Dvergr circlet controls for light toggle, intensity, range, durability drain, and synced visuals.
Core Flow
Save And Build
- Equip the hammer.
- Open the
Homesteadtab. - Select
Area Save. - Mark a structure and save it as a blueprint.
- Select the saved blueprint from the Homestead tab.
- Place the blueprint chest.
- Deposit the required materials.
- Confirm the build.
Default confirm hotkey:
Alt + E
Sell A Blueprint
- Open the
Homesteadhammer tab. - Hover a saved blueprint.
- Use the Blueprint Store list modifier and click.
- Place the price chest.
- Set the price.
- Confirm the listing.
Buy A Blueprint
- Open
Blueprint Storefrom the Homestead tab. - Select a listing.
- Preview or place a purchase chest.
- Deposit the listed price materials.
- Confirm the purchase.
The purchased blueprint is saved to the buyer's blueprint list.
Area Tools
Area Save and Area Dismantle use the same rectangle controls:
Wheel: rotate the area.Alt + Wheel: scale width and depth together.Mouse3 + Wheel: adjust depth.Mouse4 + Wheel: adjust width.- Placement-adjust modifier + arrows/PgUp/PgDn: nudge the tool or preview.
Area Dismantle is intentionally conservative:
- only matching player-owned pieces are dismantled
- Homestead blueprint/store chests are protected
- containers, item stands, and armor stands with contents are skipped
- extra prefab blacklist entries can be configured
Blueprint Building
Blueprint placement uses a temporary blueprint chest. The chest shows missing requirements, accepts only needed materials, and finalizes the build when everything is ready.
Blueprint Store
The Blueprint Store lets players trade saved Homestead blueprints.
Store actions include:
- list a blueprint
- edit price
- preview before buying
- buy with materials
- make offers
- accept or decline offers
- hide listings locally
- withdraw seller earnings through payout chests
Notifications appear for store events such as new listings, offers, accepted offers, and purchases.
Build Camera
Build camera helps with tall, wide, or awkward builds by letting the camera move away from the player while building.
It supports:
- configurable distance
- comfort-scaled distance
- pickup range
- look-at lock
- optional Dvergr circlet light follow
Placement Helpers
Homestead adds small controls that make regular building less fussy:
- grid snap
- position nudging
- adjustable rotation step
- X/Z rotation offsets
- key hints for Homestead controls
Dvergr Circlet
Homestead can extend the Dvergr circlet with per-item light controls:
- toggle light on/off
- adjust intensity
- adjust range
- drain durability while lit
- sync custom-slot visuals and light state for nearby players
Github
Build camera code from https://github.com/AzumattDev/BuildCameraCustomHammersEdition
https://github.com/sighsorry1029/Homestead
CHANGELOG
Version |
Update Notes |
|---|---|
| 1.1.2 | - Preview Ghost Color now defaults to #FFFFFF40 (RGBA 1, 1, 1, 0.25). - Blueprint Store offer dialogs now prefill the seller's listed price. - Build camera HUD distances now show one decimal place when needed. - Large blueprint icons now keep extra front-visible layers so dense builds look less hollow. - Homestead hammer tab now sorts saved blueprints by filename. - Now the mod includes 3 blueprint samples. |
| 1.1.1 | ![]() - Blueprint, plan, station, and store preview ghosts now preserve source piece textures while applying the configured preview color. - Preview Ghost Color now defaults to #FFFFFFFF, and store preview ghosts use the same preview color option as other blueprint ghosts. - Added a safe text-input visibility fallback so Homestead no longer logs repeated errors when another mod patches TextInput.IsVisible before its UI is ready. |
| 1.1.0 | - Blueprint placement, preview, icon rendering, and store validation now ignore missing prefab entries and recipe-only prefabs without WearNTear, treating only Homestead-loadable WearNTear pieces as buildable entries. - Lowered the default Preview Ghost Color alpha to 0.05 for subtler unfinished blueprint previews. |
| 1.0.10 | - Switched Homestead blueprints to the native .blueprint format with PlanBuild/Infinity Hammer-compatible metadata and simplified local blueprint handling. (No legacy support for hsbp.yml format. Regenerate your config and catalog.yml) - Simplified Blueprint Store, build camera, area tool, Dvergr circlet, preview, and remote visual config options. - Added comfort-scaled build camera distance, placement distance, and resource pickup range HUD support. - Improved Blueprint Store upload/listing/purchase flows, icon limits, cleanup behavior, and RPC response handling. - Refactored blueprint save/menu, hammer table, material escrow, price input, and store UI internals for lower duplication and easier maintenance. |
| 1.0.9 | - Improved Blueprint Store save safety, chest cleanup, RPC handling, and purchase completion VFX behavior. |
| 1.0.8 | - Added compat for VeildRecipes so that blueprint icon is not veiled. - Minor config cleanup. |
| 1.0.7 | - Added compat to InventorySlots mod - Reduced minimum dgree of rotation to 0.5 from 1 - Fixed initial rotation offset |
| 1.0.6 | - Readme Fix |
| 1.0.5 | - Removed ZoneSavior part - Added exclamation mark for the withdrawls - Added depth/width control with area save/dismantle |
| 1.0.4 | - changed default rotation step to 22.5% - Fixed blueprint store flickering for some clients - HUD now shows piece rotation too |
| 1.0.3 | - Various optimizations and fix for dedi - Added localization file |
| 1.0.2 | - Fixed VFX not showing up on dedi |
| 1.0.1 | - Improved dedicated server compatibility for blueprint store, purchase, payout, and blueprint plan chest placement, including safer chest metadata setup and client-side placement VFX playback. - Fixed blueprint store chest lookup edge cases, including purchase offer matching and registry fallback behavior, to avoid incorrect matches and large synchronous ZDO scans. - Added PlayerId/SteamId-aware store identity handling for ownership, hidden listings, and debug diagnostics. - Reduced server hitch risk in blueprint/store RPC paths by tightening payload handling, cooldowns, queue limits, and removing expensive fallback scans. - Improved Homestead build-tool UX with throttled hammer/menu refreshes, better key hints, and reduced forced HUD rebuilds. - Strengthened auto archive and zone bundle restore behavior, including safer eligibility diagnostics, creator handling, and terrain restore planning. |
| 1.0.0 | - Initial Release |
