You are viewing a potentially older version of this package. View all versions.
DarkSpider-TextUpgradesUIScale-1.2.1 icon

TextUpgradesUIScale

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

Date uploaded 3 days ago
Version 1.2.1
Download link DarkSpider-TextUpgradesUIScale-1.2.1.zip
Downloads 43116
Dependency string DarkSpider-TextUpgradesUIScale-1.2.1

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/

CHANGELOG

Changelog

1.2.1

  • Updated the README preview image to use the raw GitHub image URL.
  • Set the default ShrinkStep to 0.07.

1.2.0

  • Added a BepInEx config file for scaling behavior and text layout.
  • Added configurable step-based text shrinking.
  • Added configurable line spacing.
  • Added optional width-based shrinking for long upgrade names.
  • Renamed the BepInEx config to DarkSpider90.TextUpgradesUIScale.cfg.

1.1.0

  • Updated for R.E.P.O. v0.4.0.
  • Kept default text size for 10 or fewer active upgrades.
  • Restored gradual percentage-based scaling after 10 upgrades.
  • Disabled wrapping only when scaling is needed.

1.0.0

  • Initial release.