Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
DrakesTelemarker
Per-world console bookmarks (10 slots) to save and recall positions — works with devcommands. Note this is considered a cheat!
| Last updated | a day ago |
| Total downloads | 4 |
| Total rating | 0 |
| Categories | Client-side Utility AI Generated |
| Dependency string | DrakeMods-DrakesTelemarker-0.1.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
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.26.1denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
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.