DrakeMods-DrakesTelemarker icon

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-2.26.1 icon
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.1
denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

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

Install

  1. Install with r2modman / Thunderstore Mod Manager, or extract the release zip into:
    BepInEx/plugins/DrakeMods-DrakesTelemarker/
    
  2. Ensure DrakesTelemarker.dll, README.md, CHANGELOG.md, and icon.png are in that folder.

Build (developers)

  1. Copy environment.props.example to environment.props and set your Valheim + r2modman profile paths.
  2. Restore NuGet packages and build in Visual Studio or:
    nuget restore DrakesTelemarker.csproj -PackagesDirectory packages
    msbuild DrakesTelemarker.csproj /p:Configuration=Release
    
  3. Release builds also run 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.