


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.
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
BepInEx/plugins/DrakeMods-DrakesTelemarker/
DrakesTelemarker.dll, README.md, CHANGELOG.md, and icon.png are in that folder.environment.props.example to environment.props and set your Valheim + r2modman profile paths.nuget restore DrakesTelemarker.csproj -PackagesDirectory packages
msbuild DrakesTelemarker.csproj /p:Configuration=Release
PackageMod to assemble a Thunderstore folder/zip under C:\Modding\Thunderstore (configurable in the csproj).Tagged pushes (v*.*.*) build via GitHub Actions and attach a Thunderstore zip to the GitHub release.