Skip to content

Commit

Permalink
New mods
Browse files Browse the repository at this point in the history
  • Loading branch information
fearganni committed Feb 12, 2024
1 parent b11f1eb commit 2998670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ function Install ($arguments) {
Install-Mod "notnotnotswipez" "MoreCompany" (Get-Arg $arguments "-moreCompany") $lethalCompanyPath
Install-Mod "x753" "More_Suits" (Get-Arg $arguments "-moreSuits") $lethalCompanyPath
Install-Mod "Sligili" "More_Emotes" (Get-Arg $arguments "-moreEmotes") $lethalCompanyPath
Install-Mod "IntegrityChaos" "Diversity" (Get-Arg $arguments "-diversity") $bepInExPath
Install-Mod "IntegrityChaos" "Diversity" (Get-Arg $arguments "-diversity") $bepInExPath
Install-Mod "anormaltwig" "LateCompany" (Get-Arg $arguments "-lateCompany") $lethalCompanyPath
Install-Mod "FlipMods" "ReservedItemSlotCore" (Get-Arg $arguments "-reservedSlotsCore") $lethalCompanyPath
Install-Mod "FlipMods" "ReservedWalkieSlot" (Get-Arg $arguments "-reservedWalkieSlot") $lethalCompanyPath
Install-Mod "FlipMods" "ReservedFlashlightSlot" (Get-Arg $arguments "-reservedFlashlightSlot") $lethalCompanyPath
Install-Mod "tinyhoot" "ShipLoot" (Get-Arg $arguments "-shipLoot") $bepInExPath
Install-Mod "TwinDimensionalProductions" "CoilHeadStare" (Get-Arg $arguments "-coilHeadStare") $lethalCompanyPath
}

function Install-Mod($modAuthor, $modName, $version, $path) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository hosts a powershell script that downloads and installs Lethal Com
In order to install the mods, run the following command in cmd or powershell. `windows key + r` `/` type `powershell`, then paste the following command.

```powershell
powershell -nop -ExecutionPolicy Bypass -c "Invoke-Command -ScriptBlock ([scriptblock]::Create([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://github.com/fearganni/Lethalize/releases/latest/download/Install.ps1')))) -ArgumentList @('-lcApi','3.4.4','-moreCompany','1.7.4','-moreSuits','1.4.1', '-moreEmotes', '1.3.3','-diversity', '1.1.10')"
powershell -nop -ExecutionPolicy Bypass -c "Invoke-Command -ScriptBlock ([scriptblock]::Create([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://github.com/fearganni/Lethalize/releases/latest/download/Install.ps1')))) -ArgumentList @('-lcApi','3.4.5','-moreCompany','1.8.1','-moreSuits','1.4.1', '-moreEmotes', '1.3.3','-diversity', '1.1.10','-lateCompany', '1.0.11','-reservedSlotsCore', '1.8.17','-reservedWalkieSlot', '1.6.2','-reservedFlashlightSlot', '1.6.3','-shipLoot', '1.0.0','-coilHeadStare', '1.0.6')"
```

### What's the future of this project?
Expand Down

0 comments on commit 2998670

Please sign in to comment.