A mod for R.E.P.O. that allows you to individually customize player movement speeds.
Requested by
@TheGoatVibeon the REPO Modding Server.
- Granular Control: Set multipliers for Walking, Sprinting, and Crouching independently.
- Live Updates: Config changes apply instantly in-game (no level restart required).
- Input Validation: Values are safely clamped between
0.0and10.0. - Multiplayer Safe:
- Host: If you are the host, the mod is active for you.
- Client: The mod automatically disables itself if the Host does not have it installed.
- WalkSpeedMultiplier: Multiplier for base walking speed (Default:
1.0) - SprintSpeedMultiplier: Multiplier for sprinting speed (Default:
1.0) - CrouchSpeedMultiplier: Multiplier for crouching speed (Default:
1.0)
Let me Know in the REPO Modding Server.