DrakesTelemarker
Per-world console bookmarks (10 slots) to save and recall positions — works with devcommands. Note this is considered a cheat!DrakesTelemarker
Per-world console bookmarks (10 slots) to save and recall your position. Marks are stored per world under BepInEx config.
Requires devcommands — run devcommands in the console (or use a mod such as Server Devcommands on dedicated servers) before using teleport commands.
Commands
Open the in-game console (F5) and type telemark for help. Common usage:
| Command | Description |
|---|---|
telemark set mark <1-10> |
Save current position to slot |
telemark recall mark <1-10> |
Teleport to saved slot |
telemark list |
List marks for this world |
telemark clear mark <n> |
Clear one slot |
telemark clear all |
Clear all slots (confirmation UI) |
Aliases: setmark, recallmark.
Saved data: BepInEx/config/DrakesTelemarker/TelemarkerMarks.json
Dependencies
- BepInEx Pack Valheim
- Jotunn
- Soft: Server Devcommands (recommended for dedicated servers)
Install
- Install with r2modman / Thunderstore Mod Manager, or extract the release zip into:
BepInEx/plugins/DrakeMods-DrakesTelemarker/ - Ensure
DrakesTelemarker.dll,README.md,CHANGELOG.md, andicon.pngare in that folder.
Build (developers)
- Copy
environment.props.exampletoenvironment.propsand set your Valheim + r2modman profile paths. - Restore NuGet packages and build in Visual Studio or:
nuget restore DrakesTelemarker.csproj -PackagesDirectory packages msbuild DrakesTelemarker.csproj /p:Configuration=Release - Release builds also run
PackageModto assemble a Thunderstore folder/zip underC:\Modding\Thunderstore(configurable in the csproj).
Tagged pushes (v*.*.*) build via GitHub Actions and attach a Thunderstore zip to the GitHub release.
