Skip to content

Commit

Permalink
Update docs for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPG0 committed Aug 15, 2023
1 parent a556ba9 commit 002e803
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Note that the logic for the randomizer assumes that the player is willing to tak

# Setup

1. Download and install the Archipelago mod with r2modman, or manually by extracting the contents of the zip file into the `UMM Mods` folder. If you decide to install manually, you will also need to install [PluginConfigurator](https://github.com/eternalUnion/UKPluginConfigurator).
First, download and install the Archipelago mod with r2modman, or manually by extracting the contents of the zip file into the `UMM Mods` folder. If you decide to install manually, you will also need to install [PluginConfigurator](https://github.com/eternalUnion/UKPluginConfigurator).

*Note that only one player in the multiworld will need to complete steps 2-5.*
*Note that only one player in the multiworld will need to complete steps 1-5.*

2. Download and install [Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases). Then, download `ultrakill.apworld` from the mod's [releases page](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases) and add it to your `worlds` folder. (Default path: `C:\ProgramData\Archipelago\lib\worlds`)
1. Download and install [Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases). You can skip installing the games you don't plan on playing, but make sure that `Generator` is checked. Optionally, you can also check `Text, to !command and chat` under `Clients` if you would like to have a separate window for chat while playing.

2. Download `ultrakill.apworld` from the mod's [releases page](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases) and add it to your `worlds` folder. (Default path: `C:\ProgramData\Archipelago\lib\worlds`)

3. Set up all `.yaml` files for each player in the multiworld, then add them to the `Players` folder. A template can be downloaded for ULTRAKILL from the mod's [releases page.](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases)

Expand Down
5 changes: 5 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1

- Randomizer runs that were generated prior to 1.2.0 can now be played on the current version.
- Slightly tweaked the way that the level select is modified. (Should be much less annoying to navigate with a controller)

## 1.2.0

- There are now many options that can be changed in-game thanks to the [PluginConfigurator](https://thunderstore.io/c/ultrakill/p/EternalsTeam/PluginConfigurator/) mod.
Expand Down
8 changes: 5 additions & 3 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Note that the logic for the randomizer assumes that the player is willing to tak

# Setup

1. Download and install the Archipelago mod with r2modman, or manually by extracting the contents of the zip file into the `UMM Mods` folder. If you decide to install manually, you will also need to install [PluginConfigurator](https://thunderstore.io/c/ultrakill/p/EternalsTeam/PluginConfigurator/).
First, download and install the Archipelago mod with r2modman, or manually by extracting the contents of the zip file into the `UMM Mods` folder. If you decide to install manually, you will also need to install [PluginConfigurator](https://github.com/eternalUnion/UKPluginConfigurator).

*Note that only one player in the multiworld will need to complete steps 2-5.*
*Note that only one player in the multiworld will need to complete steps 1-5.*

2. Download and install [Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases). Then, download `ultrakill.apworld` from the mod's [releases page](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases) and add it to your `worlds` folder. (Default path: `C:\ProgramData\Archipelago\lib\worlds`)
1. Download and install [Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases). You can skip installing the games you don't plan on playing, but make sure that `Generator` is checked. Optionally, you can also check `Text, to !command and chat` under `Clients` if you would like to have a separate window for chat while playing.

2. Download `ultrakill.apworld` from the mod's [releases page](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases) and add it to your `worlds` folder. (Default path: `C:\ProgramData\Archipelago\lib\worlds`)

3. Set up all `.yaml` files for each player in the multiworld, then add them to the `Players` folder. A template can be downloaded for ULTRAKILL from the mod's [releases page.](https://github.com/TRPG0/ArchipelagoULTRAKILL/releases)

Expand Down
2 changes: 1 addition & 1 deletion package/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Archipelago",
"version_number": "1.2.0",
"version_number": "1.2.1",
"website_url": "https://github.com/TRPG0/ArchipelagoULTRAKILL",
"description": "Connect to an Archipelago server to play ULTRAKILL randomizer.",
"dependencies": [
Expand Down

0 comments on commit 002e803

Please sign in to comment.