Movement Speed封面

Movement Speed

太阳港
玩法机制

82562

MOD介绍

转载自aedenthorn Lets you modify the player's movement speed using hotkeys. This mod sets hot keys for the following actions: Decreasing player movement speed by 0.1x (default minus ) Increasing player movement speed by 0.1x (default equals ) Resetting player movement speed to 1x (default backslash ) There is also a modifier key (default left ctrl ) that changes the decrease / increase movement speed to increments of 1x instead of 0.1x when held. Use https://docs.unity3d.com/Manual/class-InputManager.html  as a guide for key and button names. Config A config file BepInEx/config/aedenthorn.MovementSpeed.cfg is created after running the game once with this mod). You can adjust the config values by editing this file using a text editor. Technical This mod requires BepInEx to be installed for Sun Haven. If you are on Windows, you will need the x64 or x86 version based on your architecture, found here: https://github.com/BepInEx/BepInEx/releases Unpack the zip file, and place the contents in the game's root folder (beside Sun Haven.exe). To install this mod, place the dll file in the BepInEx/plugins folder (create it if the folder doesn't exist). Code is at https://github.com/aedenthorn/SunHavenMods .