Skip to content

Commit faeee23

Browse files
committed
2 parents ce5575b + 5422ab5 commit faeee23

2 files changed

Lines changed: 73 additions & 4 deletions

File tree

MODS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
> [!Note]
2+
> Want a mod to be added? Create a pull request or an issue
3+
## Currently supported mods
4+
### Role mods:
5+
- [Town of Us Reactivated](https://github.com/eDonnes124/Town-Of-Us-R)
6+
- [The Other Roles](https://github.com/TheOtherRolesAU/TheOtherRoles)
7+
- [Stellar Roles](https://github.com/Mr-Fluuff/StellarRolesAU)
8+
- [All The Roles](https://github.com/Zeo666/AllTheRoles)
9+
- [Town of Us](https://github.com/slushiegoose/Town-Of-Us)
10+
- [Town of Us JK](https://github.com/JoaKing08/Town-Of-Us-JK)
11+
12+
### Custom Maps
13+
- [LevelImposter](https://github.com/DigiWorm0/LevelImposter)
14+
- [Submerged](https://github.com/SubmergedAmongUs/Submerged)
15+
- [BetterPolus](https://github.com/Brybry16/BetterPolus)
16+
17+
### Other
18+
- [Vanilla Enhancements](https://github.com/xChipseq/VanillaEnhancements)
19+
20+
### Dependencies
21+
- [Reactor](https://github.com/NuclearPowered/Reactor)
22+
- [Mira API](https://github.com/All-Of-Us-Mods/MiraAPI)
23+
24+
> [!Warning]
25+
> [The list](https://github.com/xChipseq/Dropship/blob/main/Data/mods.json) is incomplete and is missing a lot of stuff

README.md

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,56 @@
11
<br />
22
<div align="center">
33
<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">
55
</a>
66

7-
<h3 align="center">project_title</h3>
8-
7+
<h3 align="center">Dropship</h3>
98
<p align="center">
10-
project_description
9+
Among us console-app mod launcher
1110
</p>
1211
</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

Comments
 (0)