This project is designed to simplify the setup of Thunderstore modpacks, especially for users who prefer not to use a mod manager or have friends (like mine) who find mod managers cumbersome.
It is important to note that this project is not intended to replace tools like r2modman or Gale. These mod managers are highly recommended and their use is strongly encouraged.
This project offers a collection of PowerShell scripts designed to streamline the setup of Thunderstore modpacks. Below is a list of supported games, each linking to its respective modpack setup guide:
| Game | Modpacks |
|---|---|
| Lethal Company | Setup Guide |
| R.E.P.O. | Setup Guide |
| Schedule I | Setup Guide |
The initial release of this project includes scripts for my own modpacks. If you would like to add support for additional modpacks, you can either fork the project or submit a pull request.
To contribute a new modpack, navigate to the modpacks directory and locate the .yml file corresponding to the game you want to add the modpack to. If no such file exists, create one using the format provided in example.yml. Ensure the .yml file name matches the game name, written in lowercase and without special characters.
Within the .yml file, add a new entry to the modpacks list with the relevant modpack details. The powershell.yml GitHub Actions workflow will automatically generate the necessary scripts (e.g., install, uninstall) based on the provided base scripts.