diff options
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | README.md | 22 | ||||
-rw-r--r-- | data/metadata.txtpb | 2 |
3 files changed, 33 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b92cfc..83b6d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,16 @@ | |||
1 | # lingo2-archipelago Releases | 1 | # lingo2-archipelago Releases |
2 | 2 | ||
3 | ## v7.0.2 - 2025-10-03 | ||
4 | |||
5 | - Fixed issue connecting to password-protected slots. | ||
6 | - Added instructions for using the client on Linux. | ||
7 | |||
8 | Download: | ||
9 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.2/lingo2.apworld)<br/> | ||
10 | Template YAML: | ||
11 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.2/Lingo%202.yaml)<br/> | ||
12 | Source: [v7.0.2](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.0.2) | ||
13 | |||
3 | ## v7.0.1 - 2025-10-01 | 14 | ## v7.0.1 - 2025-10-01 |
4 | 15 | ||
5 | - Fixed logic error regarding the Plaza Entrance in The Repetitive. Going from | 16 | - Fixed logic error regarding the Plaza Entrance in The Repetitive. Going from |
diff --git a/README.md b/README.md index 2899e4a..4a522ac 100644 --- a/README.md +++ b/README.md | |||
@@ -18,7 +18,7 @@ part of an Archipelago multiworld game. | |||
18 | 3. Double click on `lingo2.apworld` to install it, or copy it manually to the | 18 | 3. Double click on `lingo2.apworld` to install it, or copy it manually to the |
19 | `custom_worlds` folder of your Archipelago installation. | 19 | `custom_worlds` folder of your Archipelago installation. |
20 | 20 | ||
21 | ## Joining a Multiworld game | 21 | ## Joining a Multiworld game (Windows) |
22 | 22 | ||
23 | 1. Open the Archipelago Launcher. | 23 | 1. Open the Archipelago Launcher. |
24 | 2. Select "Lingo 2 Client". | 24 | 2. Select "Lingo 2 Client". |
@@ -34,6 +34,26 @@ part of an Archipelago multiworld game. | |||
34 | 34 | ||
35 | To continue an earlier game, you can perform the exact same steps as above. | 35 | To continue an earlier game, you can perform the exact same steps as above. |
36 | 36 | ||
37 | ## Joining a Multiworld game (Non-Windows) | ||
38 | |||
39 | Lingo 2 only officially supports Windows, but has been known to work on Linux | ||
40 | using Proton. Archipelago can be played on a non-Windows system, but the process | ||
41 | is a little more complex. | ||
42 | |||
43 | 1. Download | ||
44 | [archipelago.tscn](https://code.fourisland.com/lingo2-archipelago/plain/client/archipelago.tscn) | ||
45 | and put it in your custom maps folder. You only have to do this once. | ||
46 | 2. Open Lingo 2, and select Archipelago from the level selection list. | ||
47 | 3. Put the path to your `lingo2.apworld` into the field provided. You only have | ||
48 | to do this once, as the game will remember what you put in. | ||
49 | 4. Click Start and wait for the connection settings screen to load. | ||
50 | 5. Open the Archipelago Launcher. | ||
51 | 6. Select "Lingo 2 Client". | ||
52 | 7. You should see "Connected to Lingo 2!" You can then return to Lingo 2 and | ||
53 | fill out your connection details. | ||
54 | 8. Press Connect. | ||
55 | 9. Enjoy! | ||
56 | |||
37 | ## Frequently Asked Questions | 57 | ## Frequently Asked Questions |
38 | 58 | ||
39 | ### Why aren't the starting room letters shuffled? | 59 | ### Why aren't the starting room letters shuffled? |
diff --git a/data/metadata.txtpb b/data/metadata.txtpb index c7dc650..233a97e 100644 --- a/data/metadata.txtpb +++ b/data/metadata.txtpb | |||
@@ -1,7 +1,7 @@ | |||
1 | version { | 1 | version { |
2 | major: 7 | 2 | major: 7 |
3 | minor: 0 | 3 | minor: 0 |
4 | patch: 1 | 4 | patch: 2 |
5 | } | 5 | } |
6 | # Filler item. | 6 | # Filler item. |
7 | special_names: "A Job Well Done" | 7 | special_names: "A Job Well Done" |