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.
DeepNorthHotSprings
Enables vanilla Deep North Hot Springs with comfort level 5, Rested after one minute, and additional health regeneration.
By igentuman
| Date uploaded | 6 days ago |
| Version | 1.0.1 |
| Download link | igentuman-DeepNorthHotSprings-1.0.1.zip |
| Downloads | 225 |
| Dependency string | igentuman-DeepNorthHotSprings-1.0.1 |
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.2350README
Deep North Hot Springs
A small BepInEx 5 mod that enables Valheim's three disabled vanilla Deep North Hot Spring locations:
HotSpring1HotSpring2HotSpring3
The mod preserves Iron Gate's biome, altitude, distance, terrain, spacing, group, and quantity constraints. TheDarkestHole remains disabled.
Pool effects
While a player is standing, sitting, or walking in a Hot Spring pool, the mod:
- applies Resting at comfort level 5;
- grants Rested after 60 continuous seconds, with the comfort-level-5 duration;
- regenerates an additional 2 HP per second.
Leaving the pool resets the 60-second Rested timer. An already earned Rested effect remains for its normal duration.
Build
The default build path expects Valheim at:
~/.local/share/Steam/steamapps/common/Valheim
Build with:
dotnet build DeepNorthStructures/DeepNorthStructures.csproj -c Release
For a different installation, pass the path explicitly:
dotnet build DeepNorthStructures/DeepNorthStructures.csproj -c Release \
-p:ValheimPath="/path/to/Valheim"
Install
Install with a Thunderstore-compatible mod manager, or copy DeepNorthStructures.dll into BepInEx/plugins/ on the server and on every client. Clients need the mod for the pool status effects.
No asset bundle is required because all three prefabs are already part of Valheim.
Existing worlds
Back up the world before adding any world-generation mod.
No genloc command is required. When an existing world is loaded on the server, the mod automatically generates only missing Hot Spring candidates in unexplored zones. The candidates are saved with the world during the next normal save. Already generated zones and placed locations are left untouched.
The prefabs are unreleased content. They may be incomplete, unbalanced, or changed or removed by a later Valheim update.
CHANGELOG
Changelog
1.0.1
- Comfort level from Hot Spring pools now stacks with nearby house/furniture comfort instead of overriding it.
- Rested buff duration now scales off the stacked comfort level instead of the fixed pool comfort level.
1.0.0
- Enabled all three vanilla Deep North Hot Spring variants.
- Kept
TheDarkestHoledisabled. - Added automatic Hot Spring generation for existing worlds without requiring
genloc. - Added comfort level 5 and the Resting effect while inside a Hot Spring pool.
- Added the Rested effect after 60 continuous seconds in a pool.
- Added 2 HP per second of pool regeneration.