DungeonReset
Allows manual and automatic reset of dungeons.
Last updated | 2 years ago |
Total downloads | 6670 |
Total rating | 0 |
Categories | Mods Server-side Client-side Mistlands Update |
Dependency string | pruts-DungeonReset-5.4.1605 |
Dependants | 27 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.1600ValheimModding-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.7README
An updated sest version for mistlands
- do not use
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
- Extract the archive into a folder. Do not extract into the game folder.
- Move the contents of
plugins
folder into<GameDirectory>\Bepinex\plugins
. - 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
- Updated README.md
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"