This commit is contained in:
Pengu 2025-08-29 21:48:33 -05:00
parent abd4a1ca04
commit d635d3a830
11 changed files with 27 additions and 0 deletions

5
!more-suits.txt Normal file
View File

@ -0,0 +1,5 @@
If you want to add suits, you should place them in a new folder named moresuits in your plugins folder so they don't disappear from the mod's folder when it gets updated. Keep in mind, any suits you add will need to be manually shared with your friends or you will encounter syncing issues in-game. Upload a package with your suits to Thunderstore if you want to make sharing your suits easier.
If you don't want the suits that are included with this mod to load (if you're using this mod as a library to load your own suit mod), add a file called "!less-suits.txt" to your moresuits folder in your own mod.
Alternatively, you can modify the config file BepInEx\config\x753.More_Suits.cfg to include a list of comma separated suits that you don't want to load.

3
advanced/extended.json Normal file
View File

@ -0,0 +1,3 @@
{
"_NormalScale": "0.0"
}

3
advanced/imlost.json Normal file
View File

@ -0,0 +1,3 @@
{
"_NormalScale": "0.0"
}

3
advanced/imscared.json Normal file
View File

@ -0,0 +1,3 @@
{
"_NormalScale": "0.0"
}

3
advanced/kill.json Normal file
View File

@ -0,0 +1,3 @@
{
"_NormalScale": "0.0"
}

BIN
extended.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 KiB

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
imlost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

BIN
imscared.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
kill.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

10
manifest.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "Lethal_Extended_Suits",
"version_number": "1.0.0",
"website_url": "",
"description": "Suits Pack for Lethal-Extended",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"x753-More_Suits-1.5.2"
]
}