ManyMods-WeaponizedCARTValueScreenFix icon

WeaponizedCARTValueScreenFix

Fixes the static money counter on 89A's Weaponized C.A.R.T.

Last updated 9 hours ago
Total downloads 37
Total rating 0 
Categories Mods Items AI Generated Quality Of Life
Dependency string ManyMods-WeaponizedCARTValueScreenFix-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
89A-WeaponizedCART-1.0.0 icon
89A-WeaponizedCART

Add Weaponized CART

Preferred version: 1.0.0

README

WeaponizedCARTValueScreenFix

Small compatibility plugin for WeaponizedCART 1.0.0. It repairs the Weaponized C.A.R.T. rear value display so it shows the current total value of valuables inside the cart instead of the static orange 100 000 text.

What it does

The plugin patches PhysGrabCart.Start with a Harmony postfix. It acts only on cart roots whose names begin with Item Cart Weaponized.

  • 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.