ForceLguRefund
Force Late Game Upgrades refund UI on so you can sell back a level. Companion for malco Lategame_Upgrades.ForceLguRefund
Companion for malco Lategame_Upgrades. Forces the LGU refund UI on so you can sell back an upgrade level.
Requires: malco-Lategame_Upgrades (hard dependency)
Use
- Install this alongside Late Game Upgrades.
- Open the LGU store (
lgu/lategame storein the terminal). - Unlocked upgrades show the refund action so you can sell a level back.
The mod polls LGU upgrade nodes and sets Refundable = true. If a node's refund percentage is 0, it is treated as 100% unless you override it.
Config (BepInEx/config/com.benhough.lethal.ForceLguRefund.cfg)
| Option | Default | Description |
|---|---|---|
| Enabled | true | Master toggle — force CustomTerminalNode.Refundable so the refund UI works as client |
| RefundPercentageOverride | -1 | If >= 0, override each node's refund % (0–100). -1 leaves node values (but 0 becomes 100%) |
Notes
- Everyone who should see refunds should run this (or at least the client using the store).
- CSync may overwrite LGU's
REFUND_UPGRADESconfig; the nodeRefundableflag is the real UI gate.
