diff --git a/!more-suits.txt b/!more-suits.txt new file mode 100644 index 0000000..d16d0d7 --- /dev/null +++ b/!more-suits.txt @@ -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. \ No newline at end of file diff --git a/advanced/extended.json b/advanced/extended.json new file mode 100644 index 0000000..7dcd84b --- /dev/null +++ b/advanced/extended.json @@ -0,0 +1,3 @@ +{ + "_NormalScale": "0.0" +} \ No newline at end of file diff --git a/advanced/imlost.json b/advanced/imlost.json new file mode 100644 index 0000000..7dcd84b --- /dev/null +++ b/advanced/imlost.json @@ -0,0 +1,3 @@ +{ + "_NormalScale": "0.0" +} \ No newline at end of file diff --git a/advanced/imscared.json b/advanced/imscared.json new file mode 100644 index 0000000..7dcd84b --- /dev/null +++ b/advanced/imscared.json @@ -0,0 +1,3 @@ +{ + "_NormalScale": "0.0" +} \ No newline at end of file diff --git a/advanced/kill.json b/advanced/kill.json new file mode 100644 index 0000000..7dcd84b --- /dev/null +++ b/advanced/kill.json @@ -0,0 +1,3 @@ +{ + "_NormalScale": "0.0" +} \ No newline at end of file diff --git a/extended.png b/extended.png new file mode 100644 index 0000000..c78013f Binary files /dev/null and b/extended.png differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..7065549 Binary files /dev/null and b/icon.png differ diff --git a/imlost.png b/imlost.png new file mode 100644 index 0000000..4b61ea3 Binary files /dev/null and b/imlost.png differ diff --git a/imscared.png b/imscared.png new file mode 100644 index 0000000..6cb9c42 Binary files /dev/null and b/imscared.png differ diff --git a/kill.png b/kill.png new file mode 100644 index 0000000..affb3db Binary files /dev/null and b/kill.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ad63da1 --- /dev/null +++ b/manifest.json @@ -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" + ] +} \ No newline at end of file