Hold the modifier key (Ctrl) and then press equals. The description says the modifier changes the increment from 0.1x to 1x, but for some reason in-game it's the other way around. Holding ctrl changes the increment from 1x to 0.1x.
Today I noticed that speeding up my movement speed sped up everything in the game, has that always been the case/is that intended? I used the mod for the first time yesterday but didn't notice this happening.
This happened to me too, and I don't have a timespeed mod installed. Suddenly I moved a lot faster, and then I discovered the NPCs are all moving that fast too.
I found the culprit for myself. The Cheat Enabler mod despite not mentioning any form of keybinds affecting game speed, seems to be the culprit with - and = increasing the game speed itself.
You can either remove the cheat enabler mod, or re-bind the keybinds for this mod to not use the - or =.
25 comments
I made this mod's hotkeys [ and ] and have had zero issues with this problem after doing so.
You can either remove the cheat enabler mod, or re-bind the keybinds for this mod to not use the - or =.
[HotKeys]
## Hotkey to decrease movement speed by 1x. Use https://docs.unity3d.com/Manual/class-InputManager.html
# Setting type: String
# Default value: -
SpeedDecrease = [-]
## Hotkey to increase movement speed by 1x. Use https://docs.unity3d.com/Manual/class-InputManager.html
# Setting type: String
# Default value: =
SpeedIncrease = [+]
## Hotkey to reset movement speed to 1x. Use https://docs.unity3d.com/Manual/class-InputManager.html
# Setting type: String
# Default value: \
SpeedReset = [\]
Thanks for this <3
Why exactly is there a option for adjusting time speed (In your Mod-Description you also said something about rewinding and advancing time)
This is supposed to be a Movement Speed Mod, isn't it?
Cheers