DarkSpider-TextUpgradesUIScale icon

TextUpgradesUIScale

Scales the R.E.P.O. upgrade list UI after v0.4.0 with a simple configurable step-based text scaler.

Last updated 3 weeks ago
Total downloads 916940
Total rating 0 
Categories Tools Misc Upgrades
Dependency string DarkSpider-TextUpgradesUIScale-1.2.1
Dependants 97 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

README

Text Upgrades UI Scale

Text Upgrades UI Scale keeps long modded upgrade lists readable by dynamically scaling and spacing the upgrade text when too many upgrades are active.

Useful for heavily modded lobbies where the vanilla upgrade UI overflows the screen.

Preview

Config

The config file is generated as BepInEx/config/DarkSpider90.TextUpgradesUIScale.cfg.

  • StartShrinkingAfterUpgradesCount: after how many active upgrades the text starts shrinking. Default: 10.
  • ShrinkEveryUpgrades: shrink once per this many additional upgrades. Default: 2.
  • ShrinkStep: how much scale is removed per step. Default: 0.07.
  • LineSpacing: extra vertical spacing between rows while scaled. Default: -4.
  • MaxTextWidthBeforeShrinking: shrink text if upgrade names become wider than this value. Default: 0, which disables width-based shrinking.

Scale values use 1 as the original game size. For example, 0.5 is half size.

Installation

Mod Manager

Install with a Thunderstore-compatible mod manager.

Manual

  1. Install BepInEx.
  2. Place TextUpgradesUIScale.dll into:

BepInEx/plugins/TextUpgradesUIScale/