TombstoneHelper
This mod allows you to access a nearby tombstone, its intended purpose is to access glitched tombstones in dungeons which are not reachable otherwise.
Last updated | 9 months ago |
Total downloads | 2964 |
Total rating | 1 |
Categories | Mods Tweaks Client-side Mistlands Update Hildir's Request Update |
Dependency string | Vl4dimyr-TombstoneHelper-1.1.0 |
Dependants | 1 other package depends 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.2202ValheimModding-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.16.2README
TombstoneHelper
Description
This mod allows you to access a nearby tombstone, its intended purpose is to access glitched tombstones in dungeons which are not reachable otherwise.
When you are close to a tombstone, you will receive a status effect "Tombstone nearby",
in order to interact with the tombstone, you can press Left Shift
+ E
.
Help me out
It is by no means required, but if you would like to support me, head over to my Patreon.
Config
TL;DR
Use Official BepInEx ConfigurationManager for in-game settings!
Manual Config
The config file (\BepInEx\config\com.userstorm.tombstonehelper.cfg
) will be crated automatically when the mod is loaded.
You need to restart the game for changes to apply in game.
Example config
## Settings file was created by plugin TombstoneHelper v1.0.0
## Plugin GUID: com.userstorm.tombstonehelper
[General]
## Open tombstone key combination
# Setting type: KeyboardShortcut
# Default value: E + LeftShift
Open tombstone = E + LeftShift
## Interaction range
# Setting type: Single
# Default value: 5
# Acceptable value range: From 0.1 to 100
Interaction range = 5
Higher values for
Interaction range
may cause issues when trying to interact with the tombstone from afar as the game does not recognize the owner of the tombstone. Getting closer to the tombstone usually resolves the issue.
Manual Install
- Install BepInExPack Valheim and Jotunn
- Download the latest
Vl4dimyr-TombstoneHelper-x.y.z.zip
here - Extract and move the contents of the ZIP file into the
\BepInEx\plugins\TombstoneHelper\
folder - (optional) Install Official BepInEx ConfigurationManager
Changelog
The Changelog can be found on GitHub.
Bugs/Feedback
For bugs or feedback, please use GitHub Issues.