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.
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
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
ð 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.