Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.77 KB

stationeers-slow-down

This is a mod for Stationeers that provides players with a "walk" key - Left Control by default. Users can choose the key that slows them down and what speed to slow down to in Stationeers\BepInEx\config\SlowDown.cfg following installation of the mod (and running the game once with the mod installed).

To choose a different key than the default LeftControl, go to the config file at Stationeers\BepInEx\config\SlowDown.cfg" and change SlowKeyCode to a KeyCode from here: https://docs.unity3d.com/ScriptReference/KeyCode.html

Features

Completed features

  • ✔️ Allow users to slow down using a key and speed of their choice (LeftControl by default, configurable)
  • ✔️ Allow users to toggle walk using a key of their choice (CapsLock by default, configurable)
  • ✔️ When toggle walking is ON, the (held) walk key will cause users to walk at vanilla speed.

Compatibility

With existing saves

  • This mod is compatible with existing saves and will not corrupt them when you install or uninstall the mod

With other mods

  • I would not recommend running this with any other mod that alters the player's speed

Installation

  1. Download the latest release https://github.com/daniellovell/stationeers-slow-down/releases/latest
  2. Install BepInEx to your Stationeers folder in Program Files (x86) https://github.com/BepInEx/BepInEx/releases
  3. Run Stationeers once to complete the BepInEx installation
  4. Install SlowDown.dll to the Stationeers/BepInEx/plugins folder
  5. Run Stationeers once to generate the config file
  6. Change the config to your liking in /Stationeers/BepInEx/config/SlowDown.cfg

Contributions

  • Any contributions welcome, post an issue or create a pull request freely :-)