
PocketCartPlus
Improve the PocketCart with new upgrades! When upgraded, the cart can store items alongside it in your inventory
Date uploaded | 2 weeks ago |
Version | 0.1.2 |
Download link | darmuh-PocketCartPlus-0.1.2.zip |
Downloads | 26612 |
Dependency string | darmuh-PocketCartPlus-0.1.2 |
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.2100
README
PocketCart Plus
Improve the Pocket Cart with new upgrades! When upgraded, the cart has new functionality like keeping items in the cart when it's stored in your inventory
This mod is intended for use by all clients in a lobby. As of version 0.1.0, this mod provides one upgrade that can be purchased in the shop that will enhance the pocket cart.
Upgrades List
Pocket C.A.R.T. Upgrade - Keep Items
- When the pocket cart is stored, will store any items in the cart alongside it.
- Configurable to be a shared upgrade or by individual.
(PLANNED) Pocket C.A.R.T. Size Increase
- When purchased by a player, will increase the base size of the pocket cart.
Configuration Options Explained
Debug: Developer Logging
- This will allow you to see logging used to debug the mod.
- Enable this if you run into an issue you can reproduce and submit the new logs with your bug report.
Keep Items Upgrade: Unlock without Upgrade
- Enable this if you want this upgrade to automatically be unlocked without having to buy it from the shop. (Host Only)
Keep Items Upgrade: Minimum Price
- This will set the minimum base-price of the Keep Items Upgrade
Keep Items Upgrade: Maximum Price
- This will set the maximum base-price of the Keep Items Upgrade
Keep Items Upgrade: Shared Unlock
- This will make the unlock shared. So if one player unlocks it all will have the upgrade.
Keep Items Upgrade: Ignore Enemies
- When enabled, this will make it so enemies cannot be stored with the cart.
Keep Items Upgrade: Player Safety Check
- When disabled, a tumbled player can fall to their death when stored with the cart.
Keep Items Upgrade: Cart Stabilization Timer
- This timer is the amount of time items wait for the cart to stabilize before returning to their original scale.
Keep Items Upgrade: Item Safety Timer
- This timer is the amount of time items are invulnerable to damage after being equipped from inventory (into the cart, hopefully)
This mod is still WIP, if you run into issues please report them to the linked github.
Last update to this page:
March 18th, 2025 (version 0.1.0)
Changelog may have more up-to-date information than this page at times.
CHANGELOG
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[0.2.2] repolib update
- Updated for repolib version 2.0.0
- Added a reset to the cartsstoringitems counter when a player spawns.
- Hopefully fixes an uncommon issue of the upgradelevels configitem making the upgrade unusable sometimes
[0.2.1] hotfixes
- Hopefully fixed issue of
Upgrade Levels
detecting the incorrect amount of carts stored and subsequently making it so the upgrade doesn't work- This mostly happened in multiplayer lobbies so it's hard to reproduce on my own. Please let me know if you still experience this issue.
- Fixed
Unlock without Upgrade
eating items when the upgrade hasnt been purchased (sorry) - Fixed readme formatting issues introduced in last update
[0.2.0] Slight Rework
- Updated asset bundle.
- Keep Items upgrade now will glow blue and the upgrade effect will be a blue cloud
- Added new item "cart small plus"
- Completely reworked networking to use standard Photon RPCs.
- There were some underlying issues with the event system i'd rather not continue working around.
- Since this is a rework, please let me know if you run into any issues during multiplayer testing.
- Also reworked save integration.
- Should be backwards compatible with existing saves
- Updated default configuration items and configuration descriptions to better reflect what is more or less jank/buggy.
- For example, I have gotten a handful of reported issues with the interaction of storing enemies with the pocket cart.
- The default for
IgnoreEnemies
has been changed to true while I try to resolve some of the more common issues with storing enemies.
- The default for
- For example, I have gotten a handful of reported issues with the interaction of storing enemies with the pocket cart.
- Added new CartManager class to help my code better reflect when a cart has stored items, is storing items, or is not allowed to store items.
- Added new config item for keep items upgrade -
Show On MiniMap
(with associated patching) that will allow you to hide the minimap dot for this upgrade. - Hopefully fixed items showing on the minimap even after they were "stored" with a pocket cart
- Added new config item for keep items upgrade -
Upgrade Levels
that will make it so each upgrade will allow you to store items with only that many pocket carts. (slight nerf, adds a point to buying the upgrade multiple times) - Added new buyable shop item
POCKET C.A.R.T. Plus
with two rare variants that can spawn sometimes after purchase- This will be a larger, blue variant of the pocket cart.
- The base version of this item will be a 125% scaled version of the pocket cart.
- Has different rare variants that can spawn as 150% or even 175% scale
- The rare variants will never be displayed in the shop, as the variant type is calculated each time the object is spawned.
- This means the rare variant will only last for the current level.
[0.1.3]
- Added some handling for NRE that would occur with the
ClientsUnlocked
string that tracks which clients have the upgrade unlocked.- I'm still not entirely sure why this NRE occured.
- Added some warning logs that will trigger when a null item is trying to be added as well.
- Adjusted price config patch
- Added
Rarity Percentage (Add-on)
config item. This is added on to the base-games rng system.- If rarity percentage determines the item should not spawn, will be removed from the list of potential upgrades.
- Added map icon back to item. (May add a config item in the future to remove it)
[0.1.2]
- Fixed bundle loading issue where REPOLib would load the item bundle before the plugin had finished initializing.
[0.1.1]
- Fixed REPOLib manifest version
- Removed giant satellite icon from upgrade asset
- Fixed a typo in readme
[0.1.0]
- Initial release for public testing.