You are viewing a potentially older version of this package. View all versions.
blacks7ar-SNEAKer-1.0.8 icon

SNEAKer

A simple mod that makes your sneaking speed scaled by your Sneak skill level.

Date uploaded 11 months ago
Version 1.0.8
Download link blacks7ar-SNEAKer-1.0.8.zip
Downloads 6448
Dependency string blacks7ar-SNEAKer-1.0.8

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

# SNEAKer

A simple mod that makes your sneaking speed scaled by your Sneak skill level.


## Installation (manual)

  • extract SNEAKer.dll file to your BepInEx\Plugins\ folder

## Features

  • Sneak speed scaled by Sneak skill level. The higher your Sneak skill is the faster you move when sneaking.
  • Configurable exp multiplier for sneak skill.
  • Configurable max sneak speed that can be factored by sneak skill level.
  • Uses ServerSync to sync configs from servers to clients.
  • Built in config watcher.
  • Configurable through config file or configuration manager

## Changelog


v1.0.8

  • updated to the latest valheim build (216.9)
  • adjusted exp minimum acceptable value.
Changelog History (click to expand)

v1.0.7

  • optimized code and updated serversync

v1.0.6

  • added version checks
  • updated to latest valheim assemblies

v1.0.5

  • fixed errors on dedicated servers running on linux

v1.0.4

  • added config watcher

v1.0.3

  • fix exp scaling
  • fix exp exceeding at skill level 100

v1.0.2

  • added max sneak speed as requested.

v1.0.1

  • added serversync
  • added exp multiplier option.

v1.0.0

  • first release