You are viewing a potentially older version of this package. View all versions.
AlexCodesGames-AdditionalSuits-1.1.3 icon

AdditionalSuits

Adds 8 more standard suits to your initial closet at the start of the game! Great for organizing larger crews! Follow my socials in the desc to stay in the loop for updates and new mods for Lethal Company! (source code is also in desc <3)

Date uploaded 5 months ago
Version 1.1.3
Download link AlexCodesGames-AdditionalSuits-1.1.3.zip
Downloads 1072475
Dependency string AlexCodesGames-AdditionalSuits-1.1.3

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
AlexCodesGames-AdditionalContentFramework-1.0.2 icon
AlexCodesGames-AdditionalContentFramework

Acts as a module loader for other mods, allowing you to easily add your own custom items to Lethal Company!

Preferred version: 1.0.2

README

Additional Suits v1.1.3

About

Adds 8 more standard suits to your initial closet at the start of the game! Great for organizing larger crews!

Please leave a thumbs up if you enjoyed the mod, you can't imagine how much it means to me!

Follow my socials to stay in the loop for new updates, mod, and games I'm working on! (Thank you for all your support <3!!)

X | Instagram | Discord

Instructions - Installation

Automatic: Click 'Install with Mod Manager' button (ensure you have the Thunderstore mod manager installed).

Manual: Export the main folder into your BepInEx/plugins folder.

After installation you will see the new suits when you launch the game.

Instructions - Adding New Suits

All suite definitions are in the 'suit-defs.json', this includes details such as each suit's name & if it needs to be unlocked to be used (ComingSoon[TM]). To add a new suite to your game just follow these steps:

1 - Place your new texture file in the resource folder ('resAdditionalSuits')
2 - Create a new JSON entry in the 'suit-defs.json' file to represent your suit

When you load your game your new suit should be added!

Additional Info

If you are interested in the raw source, you can find the project file in this GitHub Repo. Feel free to use it in any way you wish!

Changelog

- v1.1.3
	- Formatting x_x
- v1.1.2
	- Bug fix
- v1.1.1
	- Minor code update
- v1.1.0
	- Rewrote system to load suits based on JSON defs (prep for adding suits to the terminal shop)
- v1.0.2
	- Added black suit
- v1.0.1
	- Minor code update
- v1.0.0
	- Release