If you equip the speed amulet in your armor slots, you walk faster. However, if you go to sleep and wake up, your speed is reset to the default. You have to manually unequip and equip again the speed amulet.
Walking speed boost (of amulet) resets if you sleep #6
To be honest I don't know how to fix this, but it's a good observation and something for me to try to figure out in the future 😊
Yeah the problem is that you call set_physics_override directly in many mods. This is a very common mistake. What this does it whatever mod has set the player speed last will "win" as it overwrites whatever player speed was before. So the armor mod will set the fast speed with set_physics_override, but the bed mod sets it back to the of 1, completely ignoring what the armor mod did before. This explains why the speed is always reset by the bed.
I see you have included my playerphysics mod. This mod is a solution to these problems. According to the mod's README, if you want to use this mod, you MUST replace all direct calls to set_physics_override in the entire game with a function from this mod (except in the playerphysics mod itself, of course). Otherwise, this mod does not help you. Check out the mod's readme for details.
I'm going to take a look at it this weekend, I really need to learn how to use it better, I want to thank you for your mod, thank you 😁
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?