Updated Mods

This commit is contained in:
Pengu 2024-08-02 12:51:44 -05:00
parent cba25171fd
commit cf83672b22
3 changed files with 311 additions and 77 deletions

View File

@ -11,6 +11,7 @@
- Added pet duck to store
- Changed Loading Screens
- Removed Junk Files
- Custom Music for the Company Cruiser
<details>
<summary>In Depth</summary>
@ -19,40 +20,67 @@
- Added
- LC16bitGraphicsRemove (PERF) (0.2.9)
- Loadstone (PERF) (0.1.5)
- Loadstone (PERF) (0.1.14)
- FixRPCLag (PERF) (1.0.1)
- DuckMod (FUN) (1.5.0)
- LethalPerformance (PERF) (0.0.8)
- LethalPerformance (PERF) (0.2.1)
- WeatherRegistry (DEP) (0.1.21)
- TestAccountFixes (FIX) (1.3.2)
- CruiserTunes (FUN) (1.2.4)
- CompanyCruiserFix (FIX) (1.0.5)
- SolidLib (DEP) (1.2.1)
- Updated
- BarchLib (1.0.2)
- Mirage (1.7.2)
- Mirage (1.8.0)
- MoonUnlockUnhide (1.2.1)
- ShockwaveDroneEnemy (0.5.2)
- TheGiantSpecimens (2.1.5)
- TheGiantSpecimens (2.1.6)
- BepInExFasterLoadAssetBundlesPatcher (0.6.4)
- AsyncLoggers (1.6.3)
- WesleysInteriors (1.2.2)
- WesleysInteriors (1.2.17)
- WeatherTweaks (0.5.11)
- LethalEmotesAPI (1.12.8)
- SoundAPI (1.1.3)
- LategameUpgrades (3.9.0)
- LategameUpgrades (3.9.5)
- Locker (1.2.2)
- HotbarPlus (1.7.2)
- MrovLib (0.1.5)
- ShipWindows (1.5.0)
- MrovLib (0.2.3)
- ShipWindows (1.7.0)
- CelestialTint (1.5.2)
- CullFactory (1.1.4)
- EmergencyDice (1.2.5)
- Mimics (2.6.2)
- CullFactory (1.1.5)
- EmergencyDice (1.2.9)
- Mimics (2.6.4)
- MoreCompany (1.9.4)
- FairAI (1.3.6)
- GroanTubeScrap (1.0.2)
- LethalCasino (0.5.4)
- MissileTurrets (1.3.5)
- Peepers (1.0.3)
- MoreSuits (1.4.3)
- LethalLib (0.16.1)
- LCOffice (1.2.0)
- SCPFoundationDungeon (4.3.3)
- TooManySuits (1.0.0)
- ReservedItemSlotCore (2.0.32)
- TooManyItems (1.3.0)
- OpenMonitors (1.1.1)
- ReservedFlashlightSlot (2.0.6)
- Scopophobia (1.1.3)
- OpenBodyCams (2.2.1)
- Emblem (1.5.3)
- ModelReplacementAPI (2.4.7)
- HelldiverSuit (1.0.2)
- CSync (5.0.1)
- SoundAPI (1.1.6)
- ShockwaveDroneEnemy (0.6.2)
- ImmersiveScrap (1.1.0)
- EnemySoundFixes (1.5.1)
- SirenHead (2.0.1)
- LethalHands (22.1.4)
- LethalNetworkAPI (3.1.1)
- LethalLevelLoader (1.3.8)
- SuitSaver (1.2.1)
- LethalToolbox (1.0.4)
- TooManyEmotes (2.1.25)
- Removed

View File

@ -18,14 +18,14 @@ mkdir C:\download-temp
curl -L "https://thunderstore.io/package/download/BepInEx/BepInExPack/5.4.2100/" --ssl-revoke-best-effort --output "C:\download-temp\BepInEx.zip"
powershell Expand-Archive "C:\download-temp\BepInEx.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
RMDIR /Q /S "C:\download-temp\BepInEx\config"
del /s "C:\download-temp\BepInEx.zip"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\manifest.json"
mkdir "C:\download-temp\BepInEx"
move /y "C:\download-temp\BepInExPack\BepInEx" "C:\download-temp\BepInEx"
move /y "C:\download-temp\BepInExPack\BepInEx" "C:\download-temp"
move /y "C:\download-temp\BepInExPack\doorstop_config.ini" "C:\download-temp"
move /y "C:\download-temp\BepInExPack\winhttp.dll" "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInExPack"
@ -96,7 +96,7 @@ cls
echo Downloading: x753-Mimics
echo ------------------------
curl -L "https://thunderstore.io/package/download/x753/Mimics/2.6.2/" --ssl-revoke-best-effort --output "C:\download-temp\Mimics.zip"
curl -L "https://thunderstore.io/package/download/x753/Mimics/2.6.4/" --ssl-revoke-best-effort --output "C:\download-temp\Mimics.zip"
powershell Expand-Archive "C:\download-temp\Mimics.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -293,7 +293,7 @@ cls
echo Downloading: Lethal Lib
echo -----------------------
curl -L "https://thunderstore.io/package/download/Evaisa/LethalLib/0.16.0/" --ssl-revoke-best-effort --output "C:\download-temp\LethalLib.zip"
curl -L "https://thunderstore.io/package/download/Evaisa/LethalLib/0.16.1/" --ssl-revoke-best-effort --output "C:\download-temp\LethalLib.zip"
powershell Expand-Archive "C:\download-temp\LethalLib.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -469,7 +469,7 @@ cls
echo Downloading: Suit Saver
echo -----------------------
curl -L "https://thunderstore.io/package/download/Hexnet111/SuitSaver/1.2.0/" --ssl-revoke-best-effort --output "C:\download-temp\SuitSaver.zip"
curl -L "https://thunderstore.io/package/download/Hexnet111/SuitSaver/1.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\SuitSaver.zip"
powershell Expand-Archive "C:\download-temp\SuitSaver.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -505,7 +505,7 @@ cls
echo Downloading: Lategame Upgrades
echo ------------------------------
curl -L "https://thunderstore.io/package/download/malco/Lategame_Upgrades/3.9.0/" --ssl-revoke-best-effort --output "C:\download-temp\LategameUpgrades.zip"
curl -L "https://thunderstore.io/package/download/malco/Lategame_Upgrades/3.9.5/" --ssl-revoke-best-effort --output "C:\download-temp\LategameUpgrades.zip"
powershell Expand-Archive "C:\download-temp\LategameUpgrades.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -544,7 +544,7 @@ cls
echo Downloading: Too Many Emotes
echo ----------------------------
curl -L "https://thunderstore.io/package/download/FlipMods/TooManyEmotes/2.1.19/" --ssl-revoke-best-effort --output "C:\download-temp\TooManyEmotes.zip"
curl -L "https://thunderstore.io/package/download/FlipMods/TooManyEmotes/2.1.25/" --ssl-revoke-best-effort --output "C:\download-temp\TooManyEmotes.zip"
powershell Expand-Archive "C:\download-temp\TooManyEmotes.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -619,7 +619,7 @@ cls
echo Downloading: Reserved Item Slot Core
echo ------------------------------------
curl -L "https://thunderstore.io/package/download/FlipMods/ReservedItemSlotCore/2.0.31/" --ssl-revoke-best-effort --output "C:\download-temp\ReservedItemSlotCore.zip"
curl -L "https://thunderstore.io/package/download/FlipMods/ReservedItemSlotCore/2.0.32/" --ssl-revoke-best-effort --output "C:\download-temp\ReservedItemSlotCore.zip"
powershell Expand-Archive "C:\download-temp\ReservedItemSlotCore.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -638,7 +638,7 @@ cls
echo Downloading: Reserved Flashlight Slot
echo -------------------------------------
curl -L "https://thunderstore.io/package/download/FlipMods/ReservedFlashlightSlot/2.0.5/" --ssl-revoke-best-effort --output "C:\download-temp\ReservedFlashlightSlot.zip"
curl -L "https://thunderstore.io/package/download/FlipMods/ReservedFlashlightSlot/2.0.6/" --ssl-revoke-best-effort --output "C:\download-temp\ReservedFlashlightSlot.zip"
powershell Expand-Archive "C:\download-temp\ReservedFlashlightSlot.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -710,7 +710,7 @@ cls
echo Downloading: SCP Foundation Dungeon
echo -----------------------------------
curl -L "https://thunderstore.io/package/download/Badham_Mods/SCPFoundationDungeon/4.3.2/" --ssl-revoke-best-effort --output "C:\download-temp\SCPFoundationDungeon.zip"
curl -L "https://thunderstore.io/package/download/Badham_Mods/SCPFoundationDungeon/4.3.3/" --ssl-revoke-best-effort --output "C:\download-temp\SCPFoundationDungeon.zip"
powershell Expand-Archive "C:\download-temp\SCPFoundationDungeon.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -719,7 +719,7 @@ del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\SCPFoundationDungeon.zip"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\SCPFoundationDungeon"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\SCPCBDunGen"
RMDIR /Q /S "C:\download-temp\BepInEx\plugins\badhamknibbs-scp914-recipes"
cls
@ -746,7 +746,7 @@ cls
echo Downloading: Lethal Level Loader
echo --------------------------------
curl -L "https://thunderstore.io/package/download/IAmBatby/LethalLevelLoader/1.2.4/" --ssl-revoke-best-effort --output "C:\download-temp\LethalLevelLoader.zip"
curl -L "https://thunderstore.io/package/download/IAmBatby/LethalLevelLoader/1.3.8/" --ssl-revoke-best-effort --output "C:\download-temp\LethalLevelLoader.zip"
powershell Expand-Archive "C:\download-temp\LethalLevelLoader.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -765,7 +765,7 @@ cls
echo Downloading: Lethal Network API
echo -------------------------------
curl -L "https://thunderstore.io/package/download/xilophor/LethalNetworkAPI/2.2.0/" --ssl-revoke-best-effort --output "C:\download-temp\LethalNetworkAPI.zip"
curl -L "https://thunderstore.io/package/download/xilophor/LethalNetworkAPI/3.1.1/" --ssl-revoke-best-effort --output "C:\download-temp\LethalNetworkAPI.zip"
powershell Expand-Archive "C:\download-temp\LethalNetworkAPI.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -835,10 +835,11 @@ cls
:: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
echo Downloading: Coroner
echo ------------------------------
echo --------------------
curl -L "https://thunderstore.io/package/download/EliteMasterEric/Coroner/1.6.2/" --ssl-revoke-best-effort --output "C:\download-temp\Coroner.zip"
powershell Expand-Archive "C:\download-temp\Coroner.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
RMDIR /Q /S "C:\download-temp\BepInEx\config"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
@ -872,7 +873,7 @@ cls
echo Downloading: Emergency Dice
echo ---------------------------
curl -L "https://thunderstore.io/package/download/slayer6409/Emergency_Dice_Updated/1.2.5/" --ssl-revoke-best-effort --output "C:\download-temp\EmergencyDice.zip"
curl -L "https://thunderstore.io/package/download/slayer6409/Emergency_Dice_Updated/1.2.9/" --ssl-revoke-best-effort --output "C:\download-temp\EmergencyDice.zip"
powershell Expand-Archive "C:\download-temp\EmergencyDice.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1112,8 +1113,8 @@ cls
:: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
echo Downloading: BarchLib
echo ---------------------
echo Downloading: Barch Lib
echo ----------------------
curl -L "https://thunderstore.io/package/download/qwbarch/BarchLib/1.0.2/" --ssl-revoke-best-effort --output "C:\download-temp\BarchLib.zip"
powershell Expand-Archive "C:\download-temp\BarchLib.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
@ -1177,7 +1178,7 @@ cls
echo Downloading: Siren Head
echo -----------------------
curl -L "https://thunderstore.io/package/download/Ccode_lang/SirenHead/2.0.0/" --ssl-revoke-best-effort --output "C:\download-temp\SirenHead.zip"
curl -L "https://thunderstore.io/package/download/Ccode_lang/SirenHead/2.0.1/" --ssl-revoke-best-effort --output "C:\download-temp\SirenHead.zip"
powershell Expand-Archive "C:\download-temp\SirenHead.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1234,7 +1235,7 @@ cls
echo Downloading: Ship Windows
echo -------------------------
curl -L "https://thunderstore.io/package/download/TestAccount666/ShipWindows/1.5.2/" --ssl-revoke-best-effort --output "C:\download-temp\ShipWindows.zip"
curl -L "https://thunderstore.io/package/download/TestAccount666/ShipWindows/1.7.0/" --ssl-revoke-best-effort --output "C:\download-temp\ShipWindows.zip"
powershell Expand-Archive "C:\download-temp\ShipWindows.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1304,9 +1305,9 @@ move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\Emble
move /y "C:\download-temp\Emblem.dll" "C:\download-temp\BepInEx\plugins\Emblem"
RMDIR /Q /S "C:\download-temp\config"
::Step 2
mkdir "C:\download-temp\BepInEx\plugins\Darkbrewery-Emblem\Emblem\LE"
mkdir "C:\download-temp\BepInEx\plugins\Emblem\LE"
curl -L "https://cdn.galactiq.net/lethalextended/deps/downloader/Emblem-Images.zip" --ssl-revoke-best-effort --output "C:\download-temp\Emblem-Images.zip"
powershell Expand-Archive "C:\download-temp\Emblem-Images.zip" -DestinationPath "C:\download-temp\BepInEx\plugins\Darkbrewery-Emblem\Emblem\LE"
powershell Expand-Archive "C:\download-temp\Emblem-Images.zip" -DestinationPath "C:\download-temp\BepInEx\plugins\Emblem\LE"
del /s "C:\download-temp\Emblem-Images.zip"
cls
@ -1522,7 +1523,7 @@ cls
echo Downloading: Wesleys Interiors
echo ------------------------------
curl -L "https://thunderstore.io/package/download/Magic_Wesley/WesleysInteriors/1.2.9/" --ssl-revoke-best-effort --output "C:\download-temp\WesleysInteriors.zip"
curl -L "https://thunderstore.io/package/download/Magic_Wesley/WesleysInteriors/1.2.17/" --ssl-revoke-best-effort --output "C:\download-temp\WesleysInteriors.zip"
powershell Expand-Archive "C:\download-temp\WesleysInteriors.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1658,7 +1659,7 @@ cls
echo Downloading: Too Many Items
echo ---------------------------
curl -L "https://thunderstore.io/package/download/mattymatty/TooManyItems/1.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\TooManyItems.zip"
curl -L "https://thunderstore.io/package/download/mattymatty/TooManyItems/1.3.0/" --ssl-revoke-best-effort --output "C:\download-temp\TooManyItems.zip"
powershell Expand-Archive "C:\download-temp\TooManyItems.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1866,9 +1867,9 @@ cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: MrovLib
echo --------------------
curl -L "https://thunderstore.io/package/download/mrov/MrovLib/0.1.5/" --ssl-revoke-best-effort --output "C:\download-temp\MrovLib.zip"
echo Downloading: Mrov Lib
echo ---------------------
curl -L "https://thunderstore.io/package/download/mrov/MrovLib/0.2.3/" --ssl-revoke-best-effort --output "C:\download-temp\MrovLib.zip"
powershell Expand-Archive "C:\download-temp\MrovLib.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1923,7 +1924,7 @@ cls
echo Downloading: Lethal Toolbox
echo ---------------------------
curl -L "https://thunderstore.io/package/download/IAmBatby/LethalToolbox/1.0.2/" --ssl-revoke-best-effort --output "C:\download-temp\LethalToolbox.zip"
curl -L "https://thunderstore.io/package/download/IAmBatby/LethalToolbox/1.0.4/" --ssl-revoke-best-effort --output "C:\download-temp\LethalToolbox.zip"
powershell Expand-Archive "C:\download-temp\LethalToolbox.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1941,7 +1942,7 @@ cls
echo Downloading: Interactive Terminal API
echo -------------------------------------
curl -L "https://thunderstore.io/package/download/WhiteSpike/Interactive_Terminal_API/1.1.2/" --ssl-revoke-best-effort --output "C:\download-temp\InteractiveTerminalAPI.zip"
curl -L "https://thunderstore.io/package/download/WhiteSpike/Interactive_Terminal_API/1.1.3/" --ssl-revoke-best-effort --output "C:\download-temp\InteractiveTerminalAPI.zip"
powershell Expand-Archive "C:\download-temp\InteractiveTerminalAPI.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1976,7 +1977,7 @@ cls
echo Downloading: Loadstone
echo ----------------------
curl -L "https://thunderstore.io/package/download/AdiBTW/Loadstone/0.1.12/" --ssl-revoke-best-effort --output "C:\download-temp\Loadstone.zip"
curl -L "https://thunderstore.io/package/download/AdiBTW/Loadstone/0.1.14/" --ssl-revoke-best-effort --output "C:\download-temp\Loadstone.zip"
powershell Expand-Archive "C:\download-temp\Loadstone.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -1993,8 +1994,8 @@ cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: FixRPCLag
echo ----------------------
echo Downloading: Fix RPC Lag
echo ------------------------
curl -L "https://thunderstore.io/package/download/Bobbie/FixRPCLag/1.0.1/" --ssl-revoke-best-effort --output "C:\download-temp\FixRPCLag.zip"
powershell Expand-Archive "C:\download-temp\FixRPCLag.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
@ -2011,8 +2012,8 @@ cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: DuckMod
echo --------------------
echo Downloading: Duck Mod
echo ---------------------
curl -L "https://thunderstore.io/package/download/Dio93/DuckMod/1.5.0/" --ssl-revoke-best-effort --output "C:\download-temp\DuckMod.zip"
powershell Expand-Archive "C:\download-temp\DuckMod.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
@ -2033,7 +2034,7 @@ cls
echo Downloading: Lethal Performance
echo -------------------------------
curl -L "https://thunderstore.io/package/download/DiFFoZ/LethalPerformance/0.0.9/" --ssl-revoke-best-effort --output "C:\download-temp\LethalPerformance.zip"
curl -L "https://thunderstore.io/package/download/DiFFoZ/LethalPerformance/0.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\LethalPerformance.zip"
powershell Expand-Archive "C:\download-temp\LethalPerformance.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -2049,7 +2050,7 @@ cls
echo Downloading: Lethal Hands
echo -------------------------
curl -L "https://thunderstore.io/package/download/SlapItNow/LethalHands/22.1.3/" --ssl-revoke-best-effort --output "C:\download-temp\LethalHands.zip"
curl -L "https://thunderstore.io/package/download/SlapItNow/LethalHands/22.1.4/" --ssl-revoke-best-effort --output "C:\download-temp\LethalHands.zip"
powershell Expand-Archive "C:\download-temp\LethalHands.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -2102,14 +2103,14 @@ del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\MoonUnlockUnhide.zip"
mkdir "C:\download-temp\BepInEx\plugins\MoonUnlockUnhide"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\MoonUnlockUnhide"
move /y "C:\download-temp\MoonUnlockUnhide.dll" "C:\download-temp\BepInEx\plugins\LethalEmotesAPI"
move /y "C:\download-temp\MoonUnlockUnhide.dll" "C:\download-temp\BepInEx\plugins\MoonUnlockUnhide"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Weather Registry
echo -----------------------------
curl -L "https://thunderstore.io/package/download/mrov/WeatherRegistry/0.1.14/" --ssl-revoke-best-effort --output "C:\download-temp\WeatherRegistry.zip"
curl -L "https://thunderstore.io/package/download/mrov/WeatherRegistry/0.1.21/" --ssl-revoke-best-effort --output "C:\download-temp\WeatherRegistry.zip"
powershell Expand-Archive "C:\download-temp\WeatherRegistry.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -2127,7 +2128,7 @@ cls
echo Downloading: Cruiser Tunes
echo --------------------------
curl -L "https://thunderstore.io/package/download/Mellowdy/CruiserTunes/1.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\CruiserTunes.zip"
curl -L "https://thunderstore.io/package/download/Mellowdy/CruiserTunes/1.2.4/" --ssl-revoke-best-effort --output "C:\download-temp\CruiserTunes.zip"
powershell Expand-Archive "C:\download-temp\CruiserTunes.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -2184,7 +2185,7 @@ cls
echo Downloading: Solid Lib
echo ----------------------
curl -L "https://thunderstore.io/package/download/SolidStone/SolidLib/1.1.4/" --ssl-revoke-best-effort --output "C:\download-temp\SolidLib.zip"
curl -L "https://thunderstore.io/package/download/SolidStone/SolidLib/1.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\SolidLib.zip"
powershell Expand-Archive "C:\download-temp\SolidLib.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
@ -2198,6 +2199,185 @@ move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\Solid
move /y "C:\download-temp\SolidLib.dll" "C:\download-temp\BepInEx\plugins\SolidLib"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Survival Bonus
echo ---------------------------
curl -L "https://thunderstore.io/package/download/aloslider/SurvivalBonus/1.0.2/" --ssl-revoke-best-effort --output "C:\download-temp\SurvivalBonus.zip"
powershell Expand-Archive "C:\download-temp\SurvivalBonus.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\SurvivalBonus.zip"
mkdir "C:\download-temp\BepInEx\plugins\SurvivalBonus"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\SurvivalBonus"
move /y "C:\download-temp\SurvivalBonus.dll" "C:\download-temp\BepInEx\plugins\SurvivalBonus"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Cull Factory
echo -------------------------
curl -L "https://thunderstore.io/package/download/fumiko/CullFactory/1.1.5/" --ssl-revoke-best-effort --output "C:\download-temp\CullFactory.zip"
powershell Expand-Archive "C:\download-temp\CullFactory.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\CullFactory.zip"
mkdir "C:\download-temp\BepInEx\plugins\CullFactory"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\CullFactory"
move /y "C:\download-temp\CullFactory.dll" "C:\download-temp\BepInEx\plugins\CullFactory"
move /y "C:\download-temp\CullFactory.pdb" "C:\download-temp\BepInEx\plugins\CullFactory"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Friend Patches
echo ---------------------------
curl -L "https://thunderstore.io/package/download/Lauriichan/FriendPatches/1.0.4/" --ssl-revoke-best-effort --output "C:\download-temp\FriendPatches.zip"
powershell Expand-Archive "C:\download-temp\FriendPatches.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\FriendPatches.zip"
mkdir "C:\download-temp\BepInEx\plugins\FriendPatches"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\FriendPatches"
move /y "C:\download-temp\FriendPatches.dll" "C:\download-temp\BepInEx\plugins\FriendPatches"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Coil Head Stare
echo ----------------------------
curl -L "https://thunderstore.io/package/download/TwinDimensionalProductions/CoilHeadStare/1.0.9/" --ssl-revoke-best-effort --output "C:\download-temp\CoilHeadStare.zip"
powershell Expand-Archive "C:\download-temp\CoilHeadStare.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\CoilHeadStare.zip"
mkdir "C:\download-temp\BepInEx\plugins\CoilHeadStare"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\CoilHeadStare"
move /y "C:\download-temp\CoilHeadStare.dll" "C:\download-temp\BepInEx\plugins\CoilHeadStare"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Intro Tweaks
echo -------------------------
curl -L "https://thunderstore.io/package/download/Owen3H/IntroTweaks/1.5.0/" --ssl-revoke-best-effort --output "C:\download-temp\IntroTweaks.zip"
powershell Expand-Archive "C:\download-temp\IntroTweaks.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\IntroTweaks.zip"
mkdir "C:\download-temp\BepInEx\plugins\IntroTweaks"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\IntroTweaks"
move /y "C:\download-temp\IntroTweaks.dll" "C:\download-temp\BepInEx\plugins\IntroTweaks"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: HD Lethal Company
echo ------------------------------
curl -L "https://thunderstore.io/package/download/Sligili/HDLethalCompany/1.5.6/" --ssl-revoke-best-effort --output "C:\download-temp\HDLethalCompany.zip"
powershell Expand-Archive "C:\download-temp\HDLethalCompany.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\HDLethalCompany.zip"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\HDLethalCompany"
move /y "C:\download-temp\BepInEx\plugins\HDLethalCompany.dll" "C:\download-temp\BepInEx\plugins\HDLethalCompany"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Pathfinding Lag Fix
echo --------------------------------
curl -L "https://thunderstore.io/package/download/Zaggy1024/PathfindingLagFix/1.2.1/" --ssl-revoke-best-effort --output "C:\download-temp\PathfindingLagFix.zip"
powershell Expand-Archive "C:\download-temp\PathfindingLagFix.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\PathfindingLagFix.zip"
mkdir "C:\download-temp\BepInEx\plugins\PathfindingLagFix"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\PathfindingLagFix"
move /y "C:\download-temp\BepInEx\plugins\PathfindingLagFix.dll" "C:\download-temp\BepInEx\plugins\PathfindingLagFix"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Object Volume Controller
echo -------------------------------------
curl -L "https://thunderstore.io/package/download/FlipMods/ObjectVolumeController/1.1.0/" --ssl-revoke-best-effort --output "C:\download-temp\ObjectVolumeController.zip"
powershell Expand-Archive "C:\download-temp\ObjectVolumeController.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\ObjectVolumeController.zip"
mkdir "C:\download-temp\BepInEx\plugins\ObjectVolumeController"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\ObjectVolumeController"
move /y "C:\download-temp\ObjectVolumeController.dll" "C:\download-temp\BepInEx\plugins\ObjectVolumeController"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Ship Lobby
echo -----------------------
curl -L "https://thunderstore.io/package/download/tinyhoot/ShipLobby/1.0.2/" --ssl-revoke-best-effort --output "C:\download-temp\ShipLobby.zip"
powershell Expand-Archive "C:\download-temp\ShipLobby.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\ShipLobby.zip"
mkdir "C:\download-temp\BepInEx\plugins\ShipLobby"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\ShipLobby"
move /y "C:\download-temp\plugins\ShipLobby\ShipLobby.dll" "C:\download-temp\BepInEx\plugins\ShipLobby"
RMDIR /Q /S "C:\download-temp\plugins"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Company Cruiser Fix
echo --------------------------------
curl -L "https://thunderstore.io/package/download/DiFFoZ/CompanyCruiserFix/1.0.5/" --ssl-revoke-best-effort --output "C:\download-temp\CompanyCruiserFix.zip"
powershell Expand-Archive "C:\download-temp\CompanyCruiserFix.zip" -DestinationPath "C:\download-temp"
RMDIR /Q /S "C:\download-temp\BepInEx\patchers"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\CompanyCruiserFix.zip"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\plugins\CompanyCruiserFix"
cls
:: _____________________________________________________________________________________________________________________________________________________________________________
:: --------------------------------------------------| **PATCHERS** |----------------------------------------------------------------------------------------------------------|
@ -2249,6 +2429,27 @@ cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: Hook Gen Patcher
echo -----------------------------
curl -L "https://thunderstore.io/package/download/Evaisa/HookGenPatcher/0.0.5/" --ssl-revoke-best-effort --output "C:\download-temp\HookGenPatcher.zip"
powershell Expand-Archive "C:\download-temp\HookGenPatcher.zip" -DestinationPath "C:\download-temp"
del /s "C:\download-temp\icon.png"
del /s "C:\download-temp\README.md"
del /s "C:\download-temp\CHANGELOG.md"
del /s "C:\download-temp\LICENSE"
del /s "C:\download-temp\License.txt"
del /s "C:\download-temp\HookGenPatcher.zip"
mkdir "C:\download-temp\BepInEx\patchers\BepInEx.MonoMod.HookGenPatcher"
move /y "C:\download-temp\manifest.json" "C:\download-temp\BepInEx\patchers\BepInEx.MonoMod.HookGenPatcher"
move /y "C:\download-temp\patchers\BepInEx.MonoMod.HookGenPatcher\BepInEx.MonoMod.HookGenPatcher.dll" "C:\download-temp\BepInEx\patchers\BepInEx.MonoMod.HookGenPatcher"
move /y "C:\download-temp\patchers\BepInEx.MonoMod.HookGenPatcher\MonoMod.dll" "C:\download-temp\BepInEx\patchers\BepInEx.MonoMod.HookGenPatcher"
move /y "C:\download-temp\patchers\BepInEx.MonoMod.HookGenPatcher\MonoMod.RuntimeDetour.HookGen.dll" "C:\download-temp\BepInEx\patchers\BepInEx.MonoMod.HookGenPatcher"
RMDIR /S /Q "C:\download-temp\patchers\"
RMDIR /S /Q "C:\download-temp\config\"
cls
:: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
echo Downloading: HarmonyX Transpiler Fix
echo ------------------------------------
curl -L "https://thunderstore.io/package/download/DiFFoZ/HarmonyXTranspilerFix/1.0.0/" --ssl-revoke-best-effort --output "C:\download-temp\HarmonyXTranspilerFix.zip"
@ -2269,6 +2470,7 @@ cls
echo Downloading: Configs
echo --------------------
curl -L "https://cdn.galactiq.net/lethalextended/deps/downloader/config.zip" --ssl-revoke-best-effort --output "C:\download-temp\config.zip"
RMDIR /S /Q "C:\download-temp\config\"
mkdir "C:\download-temp\BepInEx\config"
powershell Expand-Archive "C:\download-temp\config.zip" -DestinationPath "C:\download-temp\BepInEx\config"
del /s "C:\download-temp\config.zip"
@ -2297,6 +2499,7 @@ del /q /s "%gameInstallationDirectory%\README.md"
del /q /s "%gameInstallationDirectory%\Shortcut.exe"
del /q /s "%gameInstallationDirectory%\copier.bat"
del /q /s "%gameInstallationDirectory%\version.txt"
del /q /s "%gameInstallationDirectory%\Opensource.md"
echo Copying Files
echo -------------

View File

@ -7,7 +7,7 @@
"BepInEx-BepInExPack-5.4.2100",
"Steven-Custom_Boombox_Music-1.4.0",
"Giltong-LethalCompanyDRP-1.3.6",
"x753-Mimics-2.6.2",
"x753-Mimics-2.6.4",
"notnotnotswipez-MoreCompany-1.9.4",
"x753-More_Suits-1.4.3",
"Midge-PushCompany-1.2.0",
@ -19,7 +19,7 @@
"SlushyRH-FreeeeeeMoooooons-1.0.1",
"Coppertiel-MaskedEnemyOverhaulFork-3.3.0",
"MoonJuice-SprintLadderFix-1.0.0",
"Evaisa-LethalLib-0.16.0",
"Evaisa-LethalLib-0.16.1",
"Evaisa-LethalThings-0.10.4",
"SirTyler-BetterTeleporter-1.2.2",
"Rattenbonkers-Boombox_Autonext-1.0.0",
@ -29,18 +29,18 @@
"MoonJuice-SprintLadderFix-1.0.0",
"Nebulaetrix-YieldDmgTweak-1.1.0",
"ViViKo-NoSellLimit-1.0.1",
"Hexnet111-SuitSaver-1.2.0",
"Hexnet111-SuitSaver-1.2.1",
"JulianMods-OpenMonitors-1.1.0",
"malco-Lategame_Upgrades-3.9.0",
"malco-Lategame_Upgrades-3.9.5",
"Silvercore-Permanent_Ladder-1.0.3",
"tinyhoot-ShipLobby-1.0.2",
"TheFluff-FairAI-1.3.6",
"xCeezy-LethalEscape-0.8.5",
"ViViKo-ItemClippingFix-1.1.4",
"Kittenji-Groan_Tube_Scrap-1.0.2",
"FlipMods-TooManyEmotes-2.1.19",
"FlipMods-ReservedItemSlotCore-2.0.30",
"FlipMods-ReservedFlashlightSlot-2.0.3",
"FlipMods-TooManyEmotes-2.1.25",
"FlipMods-ReservedItemSlotCore-2.0.32",
"FlipMods-ReservedFlashlightSlot-2.0.6",
"FlipMods-ReservedWalkieSlot-2.0.5",
"FlipMods-ObjectVolumeController-1.1.0",
"FlipMods-HotbarPlus-1.7.2",
@ -49,10 +49,10 @@
"Ryokune-Better_Lobbies-1.1.1",
"jaspercreations-Scopophobia-1.1.2",
"Lordfirespeed-OdinSerializer-2022.11.9",
"xilophor-LethalNetworkAPI-2.2.0",
"xilophor-LethalNetworkAPI-3.1.1",
"Piggy-LC_Office-1.1.30",
"Badham_Mods-SCPFoundationDungeon-4.1.3",
"slayer6409-Emergency_Dice_Updated-1.2.5",
"Badham_Mods-SCPFoundationDungeon-4.3.3",
"slayer6409-Emergency_Dice_Updated-1.2.9",
"OE_Tweaks-Possessed_Masks-2.1.1",
"Sligili-HDLethalCompany-1.5.6",
"Owen3H-IntroTweaks-1.5.0",
@ -78,11 +78,11 @@
"lumiet-Marble_Glow_Suits-1.0.4",
"Lauriichan-FriendPatches-1.0.4",
"Sparble-FacelessStalker-1.1.5",
"Ccode_lang-SirenHead-1.4.3",
"Ccode_lang-SirenHead-2.0.1",
"zealsprince-Locker-1.2.2",
"mrov-LightsOut-0.1.3",
"Aliaks-BetterDynamicScrapsAmount-1.0.0",
"TestAccount666-ShipWindows-1.5.0",
"TestAccount666-ShipWindows-1.7.0",
"Woecust-Immersive_Visor-0.5.2",
"EladNLG-EladsHUD-1.2.1",
"XuXiaolan-TheGiantSpecimens-2.1.5",
@ -93,7 +93,6 @@
"amnsoft-EmployeeAssignments-1.1.0",
"Dev1A3-EmployeeAssignments_Updater_Fix-1.0.0",
"Scintesto-Monster_Plushies-1.2.9",
"TestAccount666-AutomaticInventoryFixPlugin-1.1.0",
"quackandcheese-ToggleMute-1.3.1",
"Rune580-LethalCompany_InputUtils-0.7.4",
"Magic_Wesley-Desolation-2.0.6",
@ -101,12 +100,12 @@
"Pee_John_Labs-Lethal_Master_Chief-0.1.0",
"BunyaPineTree-ModelReplacementAPI-2.4.0",
"MegaPiggy-EnumUtils-1.0.3",
"mattymatty-TooManyItems-1.1.1",
"fumiko-CullFactory-1.1.4",
"mattymatty-TooManyItems-1.3.0",
"fumiko-CullFactory-1.1.5",
"linkoid-DissonanceLagFix-1.0.0",
"Bob123-Haunted_Harpist-1.3.15",
"LSLS-Helldiver_Suit-1.0.1",
"IAmBatby-LethalLevelLoader-1.2.4",
"IAmBatby-LethalLevelLoader-1.3.8",
"OpJosMods-HealthRegen-2.4.0",
"Sigurd-CSync-5.0.0",
"loaforc-loaforcsSoundAPI-1.1.3",
@ -120,22 +119,26 @@
"Hackattack242-Play_Next_Boombox-1.0.0",
"aloslider-SurvivalBonus-1.0.2",
"sfDesat-Celestial_Tint-1.5.2",
"WhiteSpike-Interactive_Terminal_API-1.1.2",
"IAmBatby-LethalToolbox-1.0.2",
"WhiteSpike-Interactive_Terminal_API-1.1.3",
"IAmBatby-LethalToolbox-1.0.4",
"mrov-WeatherTweaks-0.5.11",
"ButteryStancakes-EnemySoundFixes-1.5.0",
"mrov-MrovLib-0.1.5",
"Magic_Wesley-WesleysInteriors-1.2.2",
"SlapItNow-LethalHands-22.1.2",
"mrov-MrovLib-0.2.3",
"Magic_Wesley-WesleysInteriors-1.2.17",
"SlapItNow-LethalHands-22.1.4",
"Gemumoddo-LethalEmotesAPI-1.12.8",
"projectbots-MoonUnlockUnhide-1.2.1",
"AdiBTW-Loadstone-0.1.5",
"AdiBTW-Loadstone-0.1.14",
"UnloadedHangar-LC16bitGraphicsRemove-0.2.9",
"Bobbie-FixRPCLag-1.0.1",
"Dio93-DuckMod-1.5.0",
"DiFFoZ-LethalPerformance-0.0.8",
"DiFFoZ-LethalPerformance-0.2.1",
"DiFFoZ-HarmonyXTranspilerFix-1.0.0",
"BMX-LobbyCompatibility-1.1.0",
"TestAccount666-TestAccountCore-1.1.0"
"TestAccount666-TestAccountCore-1.1.0",
"Mellowdy-CruiserTunes-1.2.4",
"DiFFoZ-CompanyCruiserFix-1.0.5",
"mrov-WeatherRegistry-0.1.21",
"SolidStone-SolidLib-1.2.1"
]
}