-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8069519
commit 07cf651
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# stationeers-slow-down | ||
A mod for the game Stationeers | ||
|
||
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 | ||
- :heavy_check_mark: Allow users to slow down using a key and speed of their choice(configurable) | ||
|
||
### 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. Install BepInEx to your Stationeers folder in Program Files (x86) https://github.com/BepInEx/BepInEx/releases | ||
2. Run Stationeers once to complete the BepInEx installation | ||
3. Install ``SlowDown.dll`` to the Stationeers/BepInEx/plugins folder | ||
4. Run Stationeers once to generate the config file | ||
5. Change the config to your liking in /Stationeers/BepInEx/config/com.dl.deepmine.cfg | ||
|
||
### Contributions | ||
|
||
- Any contributions welcome, post an issue or create a pull request freely :-) |