MrGlim-ForceLguRefund icon

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-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100
malco-Lategame_Upgrades-3.14.0 icon
malco-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.0

README

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

  1. Install this alongside Late Game Upgrades.
  2. Open the LGU store (lgu / lategame store in the terminal).
  3. 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_UPGRADES config; the node Refundable flag is the real UI gate.