Hex_Viking-HexWaterproofBuilding 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.

Last updated a day ago
Total downloads 30
Total rating 0 
Categories Ashlands Update AI Generated
Dependency string Hex_Viking-HexWaterproofBuilding-1.0.0
Dependants 0 other packages depend on this package

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