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

DreamReset

Sleep it off and wake up with your Forsaken Power ready. Resets the Eikthyr/Elder/Bonemass/Moder/Yagluth cooldown the moment you get out of bed. Client-side and configurable.

By T3AM
Date uploaded 14 hours ago
Version 1.0.0
Download link T3AM-DreamReset-1.0.0.zip
Downloads 2
Dependency string T3AM-DreamReset-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

README

🌙 DreamReset ⚡

Sleep it off and wake up with your Forsaken Power ready to go again.


Tired of waiting out the long cooldown on your Forsaken Power? With DreamReset, a good night's sleep clears it. Crawl into bed, skip the night, and wake up with Eikthyr, The Elder, Bonemass, Moder, Yagluth, The Queen, or Fader charged and ready.

âœĻ Features

  • ðŸ˜ī Sleep = reset — your Forsaken Power cooldown clears the moment you wake up.
  • ðŸŽŊ Only your character — purely client-side; nothing else about the game is touched.
  • ðŸŠķ Featherweight — no new items, no world edits, no noticeable performance cost.
  • 🔧 Configurable — flip it on/off, or turn on logging to see it work.
  • ðŸĪ Plays nice — compatible with other Forsaken Power mods.

🛠ïļ How it works

The instant you get out of bed after sleeping, DreamReset zeroes your power's cooldown timer — the same thing the setpower console command does, just automatic and only when you wake.

ðŸ“Ķ Installation

Mod manager (recommended): hit Install with Mod Manager above in r2modman or Thunderstore Mod Manager. BepInEx is pulled in for you.

Manual: install BepInExPack Valheim, then drop DreamReset.dll into Valheim/BepInEx/plugins/.

⚙ïļ Configuration

Config file (created after the first launch): BepInEx/config/flashbak.dreamreset.cfg

Setting Default Description
Enabled true Master on/off switch.
VerboseLogging false Log a line to the console whenever a cooldown resets.

ðŸĪ Compatibility

  • Client-side — in multiplayer it only affects the players who install it.
  • Safe to run alongside other Forsaken Power / cooldown mods.

Sleep well, Viking. ⚔ïļ

Building from source

Requires a local Valheim install (for the game's valheim_Data/Managed DLLs). BepInEx and Harmony come from NuGet, so BepInEx doesn't need to be in the game folder.

dotnet build -c Release -p:ValheimInstall="C:\Path\To\Valheim"

The compiled DreamReset.dll lands in SleepResetPowers/bin/Release/.

CHANGELOG

Changelog

1.0.2

  • Added an on-screen "Forsaken Power ready" message when the cooldown refreshes (ShowMessage, on by default).
  • More resilient to game updates: if the internals change, the mod logs once and backs off instead of erroring every frame.
  • Rebuilt against the current game version.

1.0.1

  • Rewrote the readme and description.

1.0.0

  • Initial release of DreamReset.
  • Resets the local player's Forsaken Power cooldown when they wake up (on getting out of bed).
  • Config options: Enabled, VerboseLogging.