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.
PocketCartPlusValueScreenFix
Fixes the money counter on PocketCartPlusFixed's Pocket C.A.R.T. Plus.
By ManyMods
| Date uploaded | a day ago |
| Version | 0.1.0 |
| Download link | ManyMods-PocketCartPlusValueScreenFix-0.1.0.zip |
| Downloads | 173 |
| Dependency string | ManyMods-PocketCartPlusValueScreenFix-0.1.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.2305BandbreitenBanditen-PocketCartPlusFixed
Community fix of darmuh's PocketCart Plus, updated to work with the current game version. Improve the Pocket Cart with a new upgrade that can store items! Buy a larger pocket cart variant! Lock players in a void!
Preferred version: 0.5.6README
PocketCartPlusValueScreenFix
Small compatibility plugin for PocketCartPlusFixed 0.5.6. It repairs the Pocket C.A.R.T. Plus rear value display so it shows the current total value of valuables inside the cart instead of the static red 10000 text.
What it does
The plugin patches PhysGrabCart.Start with a Harmony postfix. It acts only on
cart roots whose names begin with Item PCartPlus.
- If a
ValueScreenalready exists below the cart, it assigns that component. - Otherwise it adds one
ValueScreento the existingScreenobject and binds the existingScreen/TextTextMeshPro component.
CHANGELOG
Changelog
0.1.0
- Added an idempotent
PhysGrabCart.Startpostfix limited toItem PCartPluscart roots. - Reused an existing current-game
ValueScreenwhen present. - Added and configured the missing
ValueScreenon the existingScreenobject when absent. - Preserved the original PocketCartPlusFixed DLL, asset bundles, cart visuals, storage behavior, upgrades, and variants.