|
1 | 1 | <br /> |
2 | 2 | <div align="center"> |
3 | 3 | <a href="https://github.com/xChipseq/Dropship"> |
4 | | - <img src="images/logo.png" alt="Dropship" width="80" height="80"> |
| 4 | + <img src="Images/dropship_logo.png" alt="Dropship" width="220" height="220"> |
5 | 5 | </a> |
6 | 6 |
|
7 | | -<h3 align="center">project_title</h3> |
8 | | - |
| 7 | +<h3 align="center">Dropship</h3> |
9 | 8 | <p align="center"> |
10 | | - project_description |
| 9 | + Among us console-app mod launcher |
11 | 10 | </p> |
12 | 11 | </div> |
| 12 | + |
| 13 | +<p align="center"> |
| 14 | + <a href="https://github.com/xChipseq/Dropship/releases"> |
| 15 | + <img alt="Downloads" src="https://img.shields.io/github/downloads/xChipseq/Dropship/total"> |
| 16 | + </a> |
| 17 | + <a href="https://github.com/xChipseq/Dropship/releases/latest"> |
| 18 | + <img alt="Latest Release" src="https://img.shields.io/github/v/release/xChipseq/Dropship?include_prereleases"> |
| 19 | + </a> |
| 20 | + <a href="https://github.com/xChipseq/Dropship/blob/master/LICENSE.md"> |
| 21 | + <img alt="License" src="https://img.shields.io/github/license/xChipseq/Dropship"> |
| 22 | + </a> |
| 23 | + <a href="https://ko-fi.com/chipseq"> |
| 24 | + <img alt="Ko-Fi" src="https://img.shields.io/badge/Support_me-%23FF5E5B?logo=Ko-fi&logoColor=white"> |
| 25 | + </a> |
| 26 | +</p> |
| 27 | +<hr /> |
| 28 | + |
| 29 | +## Features |
| 30 | +- ✨ Easy to use commands |
| 31 | +- ⚙️ Download any version of [Supported Mods](https://github.com/xChipseq/Dropship/blob/main/MODS.md) |
| 32 | +- 🚀 Download any **Among Us** version using **built-in DepotDownloader**, no betas required! |
| 33 | +- 📖 Create **profiles** and add **mods of your choice** to them without having to manually move the files |
| 34 | + |
| 35 | +## Example Usage |
| 36 | +1. Download a mod using `download_mod ModOfYourChoice v1.0.0` command, wait for everything to install |
| 37 | +2. Create a new profile with `create_profile MyProfile` |
| 38 | +3. Edit it to be able to add mods to it, `edit_profile MyProfile` |
| 39 | +4. Add the mod to your profile using `add_mod ModOfYourChoice v1.0.0` |
| 40 | +5. Launch the game with `play MyProfile`! |
| 41 | + |
| 42 | +## Instalation |
| 43 | +1. Download the [latest release](https://github.com/xChipseq/Dropship/releases/latest). The embedded version is recommended |
| 44 | +2. Create a folder for the app and extract the .exe file there |
| 45 | +3. Launch the app. This might take a second |
| 46 | +4. All the folders should be created, you are all set when you see the dropship text! |
| 47 | +> [!Warning] |
| 48 | +> While the embedded labeled package has [DepotDownloader](https://github.com/SteamRE/DepotDownloader/releases/latest) installed and should work without any additional work, if you downloaded the other one - `DepotDownloader.exe` is required to download and place in the same folder as `Dropship.exe` |
| 49 | +
|
| 50 | +> [!Note] |
| 51 | +> For now, the launcher only works with the game bought on **Steam** and the only supported platform is **Windows**. *This will change in future* |
| 52 | +
|
| 53 | +## Roadmap |
| 54 | +- [ ] Actual UI using WPF (probably) |
| 55 | +- [ ] Support for other platforms |
| 56 | +- [ ] Support for game bought on apps other than Steam |
0 commit comments