You are viewing a potentially older version of this package. View all versions.
Verity-TooManySuits-2.0.0 icon

TooManySuits

More Suits Addon that adds pages to the suit rack.

Date uploaded 21 hours ago
Version 2.0.0
Download link Verity-TooManySuits-2.0.0.zip
Downloads 13921
Dependency string Verity-TooManySuits-2.0.0

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
x753-More_Suits-1.4.3 icon
x753-More_Suits

Adds more suits to choose from, and can be used as a library to load your own suits!

Preferred version: 1.4.3
Rune580-LethalCompany_InputUtils-0.7.7 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.7

README

TooManySuits

A More Suits addon that adds pages to the suit rack.

screenshot

Includes clickable in-world buttons, compatible with LCVR and controllers.

Support

Please report any bugs to me in the Lethal Company Modding discord.

CHANGELOG

  • 2.0.0

    • Implemented in-world clickable buttons.
    • Removed keybinds.
    • Fixed a bug where the rack wouldn't get updated properly if a suit was bought from the terminal.
    • Fixed centering of label.
    • Changed font of label to VGA 437.
    • The label now properly reacts to lighting and disappears when lights are turned off.
    • Refactored and simplified code internals.
    • Removed dependency on MoreSuit's MakeSuitsFitOnRack setting. The gap between suits is now calculated exclusively using our SuitsPerPage setting.
    • All changes listed were done by peelz (https://github.com/notpeelz) (https://thunderstore.io/c/lethal-company/p/notpeelz/)
  • 1.1.2

  • 1.1.1

    • Fixed a bug where equipping a suit wouldn't get networked if other players hadn't visited all pages prior to equipping.
    • Fixed a bug where the text above the rack would appear at the landing location before the ship finished landing.
    • Fixed a bug where the text above the rack would stay at the landing location after taking off.
    • Removed assembly reference on MoreSuits (now accessed via reflection).
    • Added support for LobbyCompatibility
    • All changes listed were done by peelz (https://github.com/notpeelz) (https://thunderstore.io/c/lethal-company/p/notpeelz/)
  • 1.1.0

    • Complete recoding and reorganization of the mod, making it easier to read from a developer's standpoint and more efficient and of higher quality for the user.
    • You no longer need the suitselect asset bundle as its now an embedded resource in the dll.
  • 1.0.9

    • Fixed issue where closing a lobby on a suit rack page other than the first could cause loading problems in new lobbies; should resolve broken suit rack on subsequent sessions without needing to restart the game.
  • 1.0.8

    • Added some changes suggested by RT0405.
    • Added a keybind to manually refresh the suit rack, its default key is K. (this could be automated but I am lazy)
  • 1.0.7

    • Added back suit caching which was removed in 1.0.6 causing some performance issues for certain people.
    • Removed text component foreach loop to prevent possible performance issues.
    • Made it so that the text is only being written to when you change page, and not all the time (whoops).
  • 1.0.6

  • 1.0.5

  • 1.0.4

    • Bug fixes
  • 1.0.3

    • Editable Text-Scale in the config.
  • 1.0.2

    • Text is now hovering above the clothing rack, instead of being a UI element.
  • 1.0.1

    • Fixed text, it now disappears when exiting the ship.
    • Text is now moved to a more convenient place.
  • 1.0.0

    • Initial release