about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 12:30:30 -0400
committerGitHub <noreply@github.com>2023-04-21 12:30:30 -0400
commit5c924e6705c05806324a5083e1accd26a6751857 (patch)
tree762edd41aaaedf3975fed5644e6ab1bd35b2081a
parentf0f55cd73999936a4e9866b5cec8706fc15f3684 (diff)
downloadlingo-archipelago-5c924e6705c05806324a5083e1accd26a6751857.tar.gz
lingo-archipelago-5c924e6705c05806324a5083e1accd26a6751857.tar.bz2
lingo-archipelago-5c924e6705c05806324a5083e1accd26a6751857.zip
Added frequently asked questions to the README
-rw-r--r--README.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md index 3e3a6b1..42a442a 100644 --- a/README.md +++ b/README.md
@@ -33,3 +33,45 @@ you need to restart Lingo first.
33## Running fron source 33## Running fron source
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
37## Frequently Asked Questions
38
39### Is my progress saved locally?
40
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.
42
43If you play the base game again, you will see one or more save files with a long name that begins with "zzAP_". These are the saves for your multiworlds. They can be safely deleted after you have completed the associated multiworld. It is not recommended to load these save files outside of the randomizer.
44
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.
46
47### How do I solve the YOU puzzle in Champion's rest?
48
49The solution to this puzzle is set to your slot name.
50
51### What about wall snipes?
52
53"Wall sniping" refers to the fact that you are able to solve puzzles on the other side of opaque walls. This feature is
54not affected by randomization, but you are almost never required to perform a wall snipe. The exceptions to this are:
55
56* In the Courtyard, there is a row of four puzzles that say FIRST, SECOND, THIRD, and FOURTH. FOURTH is behind an opaque
57 wall, but its existence can be inferred from the others. Solving this puzzle while standing in the Courtyard is in
58 logic.
59 * As an aside, this snipe is different from the others in that it is possible to see the face of the panel by going
60 through the nearby door (if it is open), entering the area from the roof, or entering the area through a painting
61 using painting shuffle. Solving the panel in either of those ways is not in logic (particularly in the painting
62 shuffle case, where you may not have access to the Courtyard itself).
63* In the maze outside The Lab, there is a hidden OPEN puzzle within a wall that ordinarily opens the entrance to lab.
64 Its existence can be inferred from the nearby black puzzles with the solutions "OPEN" and "BEHIND". Solving this
65 puzzle while standing in the OPEN BEHIND room is in logic.
66* In the hallway outside The Undeterred (blue room), there is a row of doors that reveal numbered puzzles. These puzzles
67 number from one to nine. There is also a zero puzzle hidden behind a wall. Its existence can be inferred from the
68 presence of the other numbers. ZERO is actually behind both a black wall and a white door. The white door opens after
69 all of the NINEs have been collected (or upon receiving the appropriate item, in door shuffle mode), revealing the
70 black wall. Solving the ZERO puzzle through the black wall is in logic, but solving it while the white door is still
71 present is not in logic.
72
73Any other snipe is considered out of logic. This includes sniping The Bearer's MIDDLE while standing outside The Bold,
74sniping The Colorful without opening all of the color doors, and sniping WELCOME from next to WELCOME BACK.
75
76Because these puzzles are invisible to the player, they are not affected by panel shuffling. Additionally, they are all
77white puzzles, so they are not affected by color shuffling.