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

TooManySuits

More Suits Addon that adds pages to the suit rack.

Date uploaded 19 hours ago
Version 2.0.1
Download link Verity-TooManySuits-2.0.1.zip
Downloads 11795
Dependency string Verity-TooManySuits-2.0.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
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

README

TooManySuits

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

screenshot

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

Frequently asked questions

  • I can't click the buttons

    Use your interact key (E by default, or Right Trigger on controllers)

  • The suits appear all on one page

    This is most likely because another mod is crashing before TooManySuits had a chance to execute. Examine your logs and look out for any errors, even if they seem unrelated.

Support

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

CHANGELOG

  • 2.0.1

    • Removed dependency on InputUtils from manifest.
    • Reduced the sheen of the label when shining a light directly towards it.
    • Added a workaround to help prevent other mods from interfering with our Harmony patches.
  • 2.0.0

    • Implemented in-world 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.
  • 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