{"id":19325405,"url":"https://github.com/krypt0nn/lethal-zhopa","last_synced_at":"2025-06-24T10:36:09.296Z","repository":{"id":238158961,"uuid":"795997861","full_name":"krypt0nn/lethal-zhopa","owner":"krypt0nn","description":"Lethal Company mods installation script written on python","archived":false,"fork":false,"pushed_at":"2024-08-27T13:46:35.000Z","size":1787,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T06:43:35.229Z","etag":null,"topics":["game","lethal-company","lethalcompany-modpack","modpack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krypt0nn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-04T16:20:36.000Z","updated_at":"2024-09-02T16:06:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"769b155a-0e14-4029-b428-c2e0223c4a12","html_url":"https://github.com/krypt0nn/lethal-zhopa","commit_stats":null,"previous_names":["krypt0nn/lethal-zhopa"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Flethal-zhopa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Flethal-zhopa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Flethal-zhopa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Flethal-zhopa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypt0nn","download_url":"https://codeload.github.com/krypt0nn/lethal-zhopa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240427326,"owners_count":19799471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","lethal-company","lethalcompany-modpack","modpack"],"created_at":"2024-11-10T02:09:57.706Z","updated_at":"2025-06-24T10:36:09.166Z","avatar_url":"https://github.com/krypt0nn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"logo.png\" alt=\"Lethal Zhopa logo, generated by stable diffusion\" /\u003e\u003c/br\u003e\n\n# Lethal Zhopa\n\nLethal company mods installation script.\n\nMods and BepInEx will be cached in the game folder under the `lethal-zhopa-cache` directory to speed up the commands.\n\nDo not use this software if you don't know what are you doing. I will not explain any details or how to run it for you.\n\nAll the mods will also be available on the releases page so you could just download the archive from there and extract it to the game folder instead of using this script.\n\n# About modpack\n\nLethal Zhopa provides different \"extensions\" - groups of related mods. I mostly focus on QoL changes, so this extension has the largest amount of mods in the whole modpack.\n\n| Extension       | Description                                           | Featured mods                                                     |\n| --------------- | ----------------------------------------------------- | ----------------------------------------------------------------- |\n| Foundation      | Basic mods setup                                      | MoreCompany, LateCompany, MoreItems, ...                          |\n| Fixes           | Mods that fix the game                                | PathfindingLagFix, Boombox Sync Fix, DoorFix, ...                 |\n| Quality of Life | Mods that improve the quality of the game             | ShipLoot, DynamicDeadline, MeteoMultiplier, ReservedItemSlot, ... |\n| Admin           | Mods that add admin tools to the game                 | ChatCommands                                                      |\n| Emotes          | Mods that add emotes to the game                      | TooManyEmotes, TooManyEmotesScrap                                 |\n| Anime Suits     | Mod that adds suits from the Blue Archive to the game | Blue Archive Playermodels                                         |\n| Scrap           | Mods with additional scrap and items                  | MinecraftScraps, AlltheScrapsMod                                  |\n| New Features    | Mods that add new game mechanics                      | LethalProgression                                                 |\n| Lite            | Install QoL and bug fixes mods                        |                                                                   |\n| Vanilla+        | Install QoL, bug fixes, emotes and new features mods  |                                                                   |\n| Full            | Install all available mods                            |                                                                   |\n\nIt's recommended to install \"metaextensions\" - extensions of extensions - \"lite\", \"vanilla+\" or \"full\".\n\n- Lite is a fixed base-game variant with a few QoL mods and several lag/bug fixes.\n- Vanilla+ is the same as Lite + emotes and new features (LethalProgression).\n- Full is full.\n\n\u003e Note: scrap mods were not updated by the maintainers for a long period of time and can be broken.\n\u003e Thus using full build might not be a good idea.\n\n# How to use?\n\n## List available mods extensions\n\nMods extension is a group of theme related mods and their libraries.\n\n```bash\npython3 lethal-zhopa.py list\n```\n\n## Setup mods extensions to the game\n\nTo install the mods loader without any actual mods:\n\n```bash\npython3 lethal-zhopa.py setup 'C:\\Games\\Lethal Company' engine\n```\n\nTo install some extensions:\n\n```bash\npython3 lethal-zhopa.py setup 'C:\\Games\\Lethal Company' fixes qol emotes\n```\n\nTo install all the available mods from the Lethal Zhopa modpack:\n\n```bash\npython3 lethal-zhopa.py setup 'C:\\Games\\Lethal Company' full\n```\n\n## Remove all the mods from the game\n\n```bash\npython3 lethal-zhopa.py remove 'C:\\Games\\Lethal Company'\n```\n\n## Wine support\n\nLinux users need to force wine to load the custom `winhttp.dll` library with a hook\nfor a mod loader to launch. This can be achieved by adding this environment variable\nto the game launch (steam options):\n\n```bash\nWINEDLLOVERRIDES=\"winhttp=n,b\" %command%\n```\n\nAuthor: [Nikita Podvirnyi](https://github.com/krypt0nn)\\\nLicensed under [Unlicense](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Flethal-zhopa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypt0nn%2Flethal-zhopa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Flethal-zhopa/lists"}