


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.
Install with r2modman or Thunderstore Mod Manager. The required dependencies are installed automatically:
SpeedyPathsPresets.dll into BepInEx/plugins/SpeedyPathsPresets/.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.
GeneratePresetConfigs option (it will reset itself immediately) and reopen the configuration manager to see the new entries.See CHANGELOG.md.