-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# About | ||
This is a mod for Good Company, adding more features for courier related actions. | ||
|
||
|
||
# Features | ||
* Adds an `Add Route` button to the courier pallet that creates a new route with the selected pallet and its reserved item slots. | ||
|
||
# Installing | ||
1. Ensure [GCModLoader](https://github.com/SeppahBaws/GoodCompanyModLoader) is installed. | ||
2. Grab the `BetterCouriers.dll` from the [latest release](https://github.com/kennipj/gc-better-couriers/releases/latest), and put it in the `<GoodCompanyDir>\GCModLoader\Mods` directory. | ||
3. Add the mod to `<GoodCompanyDir>\GCModLoader\ModsConfig.json`. | ||
```json | ||
{ | ||
"Name": "BetterCouriers", | ||
"File": "BetterCouriers.dll", | ||
"Enabled": true | ||
} | ||
``` |