You are viewing a potentially older version of this package. View all versions.
Hex_Viking-HexWaterproofBuilding-1.0.0 icon

HexWaterproofBuilding

Adds waterproof versions of vanilla wood-based build pieces to Valheim. Currently tested only in single-player/client-side environments. Multiplayer compatibility has not been fully tested.

Date uploaded 2 months ago
Version 1.0.0
Download link Hex_Viking-HexWaterproofBuilding-1.0.0.zip
Downloads 154
Dependency string Hex_Viking-HexWaterproofBuilding-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-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.0

README

HexWaterproofBuilding

Adds waterproof versions of vanilla wood-based build pieces to Valheim.

Features

  • Adds a new Waterproof hammer build tab
  • Clones vanilla wood, darkwood, and ashwood building pieces
  • Waterproof pieces do not take rain damage
  • Uses vanilla build requirements plus Resin
  • Supports normal placement, snapping, removal, persistence, and no-build-cost mode
  • Vanilla-friendly gameplay integration

Configuration

Config file location:

BepInEx/config/hex.waterproofbuilding.cfg

Example configuration:

[General]

## Enable or disable the mod
# Setting type: Boolean
# Default value: true
Enabled = true

⚠️ Changes to the Enabled setting require a full game restart.

Waterproof pieces are registered during game initialization and cannot be safely removed at runtime.


Requirements

  • BepInExPack Valheim
  • Jotunn

Installation

Thunderstore / r2modman

Install using a Thunderstore-compatible mod manager such as r2modman.

Manual Installation

  1. Install BepInExPack Valheim.
  2. Install Jotunn.
  3. Extract this package.
  4. Place the DLL inside:
BepInEx/plugins/HexWaterproofBuilding/

Example:

BepInEx/plugins/HexWaterproofBuilding/HexWaterproofBuilding.dll

Multiplayer

⚠️ Multiplayer compatibility has NOT been fully tested.

This mod has primarily been tested in single-player/client-side environments.

If using in multiplayer, installing the mod on both the server and all clients is recommended for the best chance of consistent behavior.

Potential multiplayer issues may include:

  • Missing build pieces
  • Incorrect persistence behavior
  • Rendering inconsistencies
  • Placement synchronization issues

Use in multiplayer at your own risk until additional testing is completed.


Compatibility

  • Uses Jotunn for prefab and piece registration
  • Lightweight Harmony patching
  • Designed to minimize conflicts with other mods
  • Waterproof variants are separate prefabs and do not modify vanilla assets directly

Notes

  • Only buildable pieces are affected
  • Existing vanilla pieces are unchanged
  • Safe to add to an existing world
  • Removing the mod may leave placed waterproof pieces unavailable or non-interactable

Changelog

1.0.0

  • Initial release
  • Added waterproof build pieces

Source

GitHub repository:

https://github.com/guillenjgg/valheim-hex-water-proof-objects

CHANGELOG

Changelog

v1.2.2

  • Add discord support link

v1.2.1

Fixed

  • Fixed a potential null reference exception issue related to extended-range hover detection

v1.2.0

Added

  • Extended placement range for waterproof pieces (100m)
  • Extended removal range for waterproof pieces
  • Extended hover highlighting range for waterproof pieces
  • Extended copy-piece functionality for waterproof pieces
  • Configuration option to enable or disable the Extended Placement Range feature

Changed

  • Reworked placement, removal, hover, and copy behavior to preserve vanilla snapping, snap cycling, and placement logic while extending range for waterproof pieces only

v1.1.0

Added

  • Waterproof build pieces now follow vanilla build menu ordering

v1.0.0

  • Initial release