


Adds 9 custom PokeSuits to your closet at the start of the game!
This mod is a shameless reskin of AlexCodesGames's "AdditionalSuits" (https://thunderstore.io/c/lethal-company/p/AlexCodesGames/AdditionalSuits/) mod, which is what all the code here really is, I just made the textures. A result of this is many of the folders being under the original names as to not break anything. I believe you can figure out anything I was able to, which is all you really need if you want to add suits of your own! (Though, to be clear, you should just build custom textures off the original mod if you're not trying to release it on the store, bahaha)
Hit me up on twitter if it breaks and needs to be fixed! I'm not super techy but I think these things shouldn't be too too hard.
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.
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!
If you are interested in the code I stole for these skins, the page is here! GitHub Repo. They encourage it to be used however you'd like, so go nuts :3
- v1.0.0
- Release