ManyMods-PocketCartPlusValueScreenFix icon

PocketCartPlusValueScreenFix

Fixes the money counter on PocketCartPlusFixed's Pocket C.A.R.T. Plus.

Last updated 6 hours ago
Total downloads 40
Total rating 0 
Categories Mods Items AI Generated Quality Of Life
Dependency string ManyMods-PocketCartPlusValueScreenFix-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
BandbreitenBanditen-PocketCartPlusFixed-0.5.6 icon
BandbreitenBanditen-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.6

README

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 ValueScreen already exists below the cart, it assigns that component.
  • Otherwise it adds one ValueScreen to the existing Screen object and binds the existing Screen/Text TextMeshPro component.