mvm-SpeedyPathsPresets icon

SpeedyPathsPresets

Preset switcher for the Valheim SpeedyPaths mod.

Last updated a day ago
Total downloads 11
Total rating 0 
Categories Mods Tweaks Client-side AI Generated
Dependency string mvm-SpeedyPathsPresets-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

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
Nextek-SpeedyPaths-1.0.9 icon
Nextek-SpeedyPaths

Gives more purpose to paths. Increases player speed on paths and constructions. Reduces stamina consumed while sprinting on paths. Exposes optional modifiers for regular terrain in each biome. All values are tuneable.

Preferred version: 1.0.9
ValheimModding-Jotunn-2.29.0 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.29.0

README

SpeedyPaths Preset Switcher

Create multiple SpeedyPaths configurations and switch between them with a hotkey.

This mod is a companion mod for SpeedyPaths. It reads the SpeedyPaths config entries, creates matching preset sections, and applies the selected preset back to SpeedyPaths while you play.

Features

  • Switch between named SpeedyPaths presets with one configurable key.
  • Ability to use global values for all speed and stamina modifiers.
  • Presets are prefilled with SpeedyPaths' default values
  • On each spawn Default preset is activated

Installation

Mod manager

Install with r2modman or Thunderstore Mod Manager. The required dependencies are installed automatically:

  • BepInExPack Valheim
  • Jotunn
  • SpeedyPaths

Manual

  1. Install BepInExPack Valheim, Jotunn, and SpeedyPaths.
  2. Copy SpeedyPathsPresets.dll into BepInEx/plugins/SpeedyPathsPresets/.
  3. Start Valheim once so the config file is generated.

Configuration

The config file is created at:

BepInEx/config/maxime.SpeedyPathsPresets.cfg

Important options:

  • General > ToggleKey: Key used to switch to the next preset. Default: F4.
  • Presets > PresetNames: Comma-separated list of presets. Default: Default,FastTravel.
  • Presets > GeneratePresetConfigs: Set to true after changing the preset list to generate config entries for the new presets. The option resets itself to false.

Each preset gets its own section named Preset: <Name>.

The Default preset is using SetAllValuesToSameLevel = false. All values are initially set to SpeedyPaths default values. Adapt to your liking.

The FastTravel preset is using SetAllValuesToSameLevel = true and sets SpeedModifier_Global = 3 and StaminaModifier_Global = 0.1 to enable a way of fast travelling even in noportal style runs. Adapt to your liking.

Notes

  • This mod requires SpeedyPaths and does not do anything useful by itself.
  • Presets are local config changes. If you use SpeedyPaths' server-sync features, this mod might cause problems.
  • After editing the preset list in the mod manager configuration manager, launch the game once to see the new presets in the configuration.
  • After editing the preset list in the ingame configuration manager, enable the GeneratePresetConfigs option (it will reset itself immediately) and reopen the configuration manager to see the new entries.

Changelog

See CHANGELOG.md.

Source

https://github.com/gisanka/SpeedyPathsPresets