about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 13:44:53 -0400
committerGitHub <noreply@github.com>2023-04-21 13:44:53 -0400
commitb014e49cf9b0dc508320b0ae7ded3c3244505253 (patch)
treecd6f1fe6c2b67b6c10b22090312a0f762d631d38
parent5c924e6705c05806324a5083e1accd26a6751857 (diff)
downloadlingo-archipelago-b014e49cf9b0dc508320b0ae7ded3c3244505253.tar.gz
lingo-archipelago-b014e49cf9b0dc508320b0ae7ded3c3244505253.tar.bz2
lingo-archipelago-b014e49cf9b0dc508320b0ae7ded3c3244505253.zip
Added info about features and location checks to the README
-rw-r--r--README.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md index 42a442a..8bf22f2 100644 --- a/README.md +++ b/README.md
@@ -34,8 +34,34 @@ you need to restart Lingo first.
34 34
35The randomizer is almost ready to run from source. The only step that is required is to compile the LL1.yaml datafile into gamedata.gd, which needs to be played in the Archipelago folder. The generate_gamedata.rb script in the util folder can do this for you. The first argument is the path to the datafile, and the second argument is the path to the output file. 35The randomizer is almost ready to run from source. The only step that is required is to compile the LL1.yaml datafile into gamedata.gd, which needs to be played in the Archipelago folder. The generate_gamedata.rb script in the util folder can do this for you. The first argument is the path to the datafile, and the second argument is the path to the output file.
36 36
37## Features
38
39There are a couple of modes of randomization currently available, and you can pick and choose which ones you would like to use.
40
41- **Door shuffle**: There are many doors in the game, which are opened by completing a set of panels. With door shuffle on, the doors become items and only open up once you receive the corresponding item. The panel sets that would ordinarily open the doors become locations.
42- **Color shuffle**: There are ten different colours of puzzle in the game, each representing a different mechanic. With color shuffle on, you would start with only access to white puzzles. Puzzles of other colours will require you to receive an item in order to solve them (e.g. you can't solve any red puzzles until you receive the "Red" item).
43- **Panel shuffle**: Panel shuffling replaces the puzzles on each panel with different ones. So far, the only mode of panel shuffling is "rearrange" mode, which simply shuffles the already-existing puzzles from the base game onto different panels.
44- **Painting shuffle**: This randomizes the appearance of the paintings in the game, as well as which of them are warps, and the locations that they warp you to. It is the equivalent of an entrance randomizer in another game.
45
37## Frequently Asked Questions 46## Frequently Asked Questions
38 47
48### What are location checks in this game?
49
50Puzzle sets that ordinarily open doors in the base game are almost always location checks, even if you do not have door shuffle on. Achievement panels (ones starting with "THE", including "THE END") are also checks. There are also a few other panels that are location checks:
51
52- THE EYES / THEY SEE in Crossroads
53- OUT / OUT in the Wheelbarrow Hallway
54- UNDISTRACTED / UNDISTRACTED in the Wheelbarrow Hallway
55- CLOCKWISE / COUNTERCLOCKWISE in the Welcome Back Area
56- RAINY / RAINBOW in the rainbow room next to The Undeterred (blue room)
57- PARANOID / PARANOID in the Directional Gallery
58- WADED + WEE / WARTS in the Directional Gallery
59- YOU / \[your name\] in Champion's Rest
60
61These may change in the future.
62
63**Note**: In the second room, you ordinarily only have to solve HI / HIGH to open the door. This is modified in the randomizer so that you have to solve both puzzles to receive a location check.
64
39### Is my progress saved locally? 65### Is my progress saved locally?
40 66
41Lingo autosaves your progress every time you solve a puzzle. The randomizer generates a savefile name based on your Multiworld seed and slot number, so you should be able to seamlessly switch between multiworlds and even slots within a multiworld. 67Lingo autosaves your progress every time you solve a puzzle. The randomizer generates a savefile name based on your Multiworld seed and slot number, so you should be able to seamlessly switch between multiworlds and even slots within a multiworld.
@@ -44,7 +70,7 @@ If you play the base game again, you will see one or more save files with a long
44 70
45A connection to Archipelago is required to resume playing a multiworld. This is because the set of items you have received is not stored locally. This may be changed in the future. 71A connection to Archipelago is required to resume playing a multiworld. This is because the set of items you have received is not stored locally. This may be changed in the future.
46 72
47### How do I solve the YOU puzzle in Champion's rest? 73### How do I solve the YOU puzzle in Champion's Rest?
48 74
49The solution to this puzzle is set to your slot name. 75The solution to this puzzle is set to your slot name.
50 76