Tekla-DungeonReset icon

DungeonReset

Allows manual and automatic reset of dungeons.

Last updated 2 years ago
Total downloads 24616
Total rating 3 
Categories Server-side Client-side Utility
Dependency string Tekla-DungeonReset-5.4.1605
Dependants 94 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1600 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1600
ValheimModding-Jotunn-2.3.7 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.3.7

README

Logo64

DungeonReset

Allows manual and automatic reset of dungeons.

The first time you add this mod it will reset any dungeon that gets loaded because they lack date information. This info gets added after the initial reset and will be used alongside the "Interval" config to calculate the next reset.

Player structures inside dungeons should not get deleted.

Resources, monsters and spawners should reappear.

All time calculations are done with real time, not game time.

Commands

  • dungeonresetclosest: reset closest dungeon
  • dungeonresetloaded: reset all loaded dungeons

Configs

  • Interval: reset cooldown, defaults to 23h
  • AllowedThemes: types of dungeon that are allowed to be reset
  • PlayerProtection: interrupts reset if players are inside the dungeon
  • PlayerProtectionInterval: reset cooldown when reset was interrupted via PlayerProtection, defaults to 10m

Stuff

  • Bugs? Report them here.
  • Features? Propose them here.
  • Contact? Discord: Tekla#1012 or tag me as @Tekla in Valheim Modding

Installation (manual)

If you are installing this manually, do the following

  1. Extract the archive into a folder. Do not extract into the game folder.
  2. Move the contents of plugins folder into <GameDirectory>\Bepinex\plugins.
  3. Run the game.

Changelog

5.4.1605

  • Fix: commands config toggle was reverted
  • Configs order and color

5.4.1604

  • Fix: NullReferenceException when exiting game from play scene

5.4.1603

5.4.1602

  • Fix: command "drforce" not working
  • Renamed command "drforce" to "dungeonresetclosest"
  • Added command "dungeonresetloaded" to reset all loaded dungeons

5.4.1601

  • Set Jotunn has hard dependency for BepInEx
  • Enforce mod ownership and version

5.4.1600

  • Automatic reset by intervals
  • Player protection
  • Force reset command "drforce"