Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ShoppingCart
Adds a shopping cart to the shop to be able to move multiple upgrades at once without having to move one by one.
By TolgaFlashTR
| Date uploaded | a day ago |
| Version | 1.0.4 |
| Download link | TolgaFlashTR-ShoppingCart-1.0.4.zip |
| Downloads | 615 |
| Dependency string | TolgaFlashTR-ShoppingCart-1.0.4 |
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.2304README
ShoppingCart
A simple mod that adds a shopping cart you can use to gather items in the shop and buy them together.
Features
- Shows the current cart total on the cart
- Spawns a cart in shop areas
- Lets you move items into the cart, then bring the cart to the buy area
How to use
- Enter a shop area — a shopping cart is spawned for you.
- Pick up items and place them inside the cart.
- The price total on the cart updates automatically.
- When ready, grab the handle, move the cart to the buy area, and confirm the purchase.
Installation
Thunderstore (recommended)
Install via your Thunderstore mod manager and enable the mod.
Manual
- Install BepInEx 5 for the game.
- Copy
ShoppingCart.dlltoR.E.P.O.\BepInEx\plugins\ShoppingCart\. - Start the game.
Configuration
Config file:
BepInEx\config\Tolga.ShoppingCart.cfg
Notable settings:
MoveCartKey— brings the cart to the spot you are looking at, shop only (default: F8, set None to disable)WalkDistance— how far the cart stays from you while walking (default: 1.10)SprintDistance— how far the cart stays from you while sprinting (default: 1.75)
Tuning:
TurnMultiplier(default: 20)TurnMinFactor(default: 0.2)TurnMaxClamp(default: 4)
Debug/logging (optional):
InfoLogging,WarningLogging,ErrorLoggingDebugLoggingPriceDebugLogging,ValueDebugLoggingCostPopupDebugLogging,SteerDebugLogging
Dependencies
- BepInEx 5 (
BepInEx-BepInExPack-5.4.2304)
Model Credits
This mod is inspired by the "Low Poly Shopping Cart" model by MauricioPB.
- Model: "Low Poly Shopping Cart"
- Creator: MauricioPB
- License: Creative Commons Attribution 4.0
- Source: https://skfb.ly/oWppY
License
This mod is provided as-is. The procedural cart design is inspired by MauricioPB's "Low Poly Shopping Cart" model, which is licensed under CC Attribution 4.0.
CHANGELOG
Changelog
1.0.4 - 2026-09-02
Fixes:
- Cart screen showed "100 000" instead of the value of the items inside. Works again after the game update.
- Holding the cart no longer shows a price tag.
- Cart now appears in a proper cart spot on every shop map.
- The purchase area no longer destroys the cart. A cart that falls out of the map comes back to the truck.
- Cart wheels are visible again.
Changes:
- The key that brings the cart to you (default F8) can now be changed in the config.
1.0.3 - 2026-01-03
Changes:
- Increased the size of the cart.
- Changed the position of the value display for better visibility.
1.0.2 - 2026-01-03
Fixes:
- Fixed multiplayer support.
1.0.1 - 2026-01-02
Changes:
- Updated the README file for license and model credits.