You are viewing a potentially older version of this package.
View all versions.

CartSpeedSync
Syncs the cart speed to the players speed when sprinting. This ensures the cart moves smoothly with the player when they accumulate speed upgrades.
Date uploaded | a week ago |
Version | 1.0.0 |
Download link | discjenny-CartSpeedSync-1.0.0.zip |
Downloads | 15602 |
Dependency string | discjenny-CartSpeedSync-1.0.0 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
CartSpeedSync
A quality-of-life mod for R.E.P.O. that improves shopping cart handling when sprinting. No more bumping into your cart when running at high speeds!
Features
- Makes shopping carts match your sprint speed when pushing strongly
- Improves cart positioning and turning behavior during sprints
- Maintains smooth cart movement without physics glitches
- Works in both single player and multiplayer
Installation
- Install BepInEx if you haven't already
- Download the latest release of CartSpeedSync
- Extract the zip file into your
BepInEx/plugins
folder - Launch the game and enjoy smoother cart handling!
Usage
The mod works automatically - just push your cart in "strong" mode (default behavior when holding the cart normally) and sprint. The cart will:
- Match your sprint speed
- Stay properly positioned in front of you
- Turn smoothly as you change direction
Known Issues
None currently! If you find any, please report them on the GitHub issues page.
CHANGELOG
Changelog
All notable changes to CartSpeedSync will be documented in this file.
[2.0.0] - 2025-04-02
Changed
- Refactored core logic to more closely replicate base game cart steering mechanics while sprinting.
- Ensured cart speed matches player speed during sprints to prevent bumping, integrating with base game logic.
- Increased responsiveness during sprint turns by adjusting base game velocity/rotation limits.
- Minimized physics glitches by moving away from direct force application and using base game's velocity manipulation.
[1.1.0] - 2025-04-01
Changed
- Adjusted cart follow distance when sprinting to better match base game behaviour.
- Tuned physics (force, rotation) specifically for small carts to improve handling during sprinting turns.
[1.0.0] - 2025-03-31
Added
- Initial release
- Cart speed matching when sprinting in strong push mode
- Improved cart positioning and turning behavior
- Smooth cart rotation during direction changes
- Automatic velocity clamping to prevent physics issues
- Support for both single player and multiplayer