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.
ForceLguRefund
Force Late Game Upgrades refund UI on so you can sell back a level. Companion for malco Lategame_Upgrades.
| Last updated | 6 hours ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | |
| Dependency string | MrGlim-ForceLguRefund-1.0.0 |
| Dependants | 0 other packages depend on this package |
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.2100malco-Lategame_Upgrades
Mod focused on providing many upgrades which are purchaseable from the terminal through an interactive application. Most if not all of the available upgrades are configurable to allow customized experiences to everyone's liking.
Preferred version: 3.14.0README
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.