diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/README.md b/README.md index 60dc1b3..3b69bbd 100644 --- a/README.md +++ b/README.md | |||
@@ -14,3 +14,53 @@ There are multiple parts of this project: | |||
14 | - [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) | 14 | - [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) |
15 | - [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) | 15 | - [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) |
16 | - [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md) | 16 | - [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md) |
17 | |||
18 | ## Frequently Asked Questions | ||
19 | |||
20 | ### What about wall snipes? | ||
21 | |||
22 | "Wall sniping" refers to the fact that you are able to solve puzzles on the | ||
23 | other side of opaque walls. The player is never expected to or required to do | ||
24 | this in normal gameplay. This randomizer does not change how wall snipes work, | ||
25 | but it will likewise never require the use of them. | ||
26 | |||
27 | ### How do cyan doors work? | ||
28 | |||
29 | In the base game, there are a number of cyan-colored doors that ordinarily open | ||
30 | once you collect H2 in The Repetitive. There are also a handful of panels that | ||
31 | only appear upon getting H2 as well, which the apworld treats the same as the | ||
32 | cyan doors. | ||
33 | |||
34 | There is an option that lets you choose how these doors and panels behave. By | ||
35 | default, they act the same as in the base game: they only open or appear after | ||
36 | collecting H2. Note that this means the actual H2 collectable in The Repetitive. | ||
37 | Receiving H2 via remote letter shuffle does not count for this requirement. | ||
38 | However, you can also make cyan doors activate upon collecting or receiving your | ||
39 | first double letter, regardless of what it is or if it's remote. Finally, you | ||
40 | can lock cyan doors behind an item called "Cyan Doors". | ||
41 | |||
42 | It is important to note, however, that the Cyan Door Behavior option only | ||
43 | applies to cyan doors that are not already affected by another type of | ||
44 | shuffling. When door shuffle is on, the following cyan doors are activated by | ||
45 | individual items and are not impacted by your choice of Cyan Door Behavior: | ||
46 | |||
47 | - The entrance to The Tower from The Great (The Great - Tower Entrance) | ||
48 | - The entrance to The Butterfly from The Bearer (The Bearer - Butterfly | ||
49 | Entrance) | ||
50 | - The entrance to The Repetitive from The Entry (The Entry - Repetitive | ||
51 | Entrance) | ||
52 | - The eye painting near the yellow color hallway in Daedalus (Daedalus - Eye | ||
53 | Painting) | ||
54 | |||
55 | Additionally, when control center color shuffle is enabled, the orange door in | ||
56 | The Unkempt (which ordinarily doubles as a cyan door) opens upon receiving the | ||
57 | Control Center Orange Doors item, instead of following the Cyan Door Behavior | ||
58 | option. | ||
59 | |||
60 | ### Help! I lost C/G in The Congruent! | ||
61 | |||
62 | If you place C or G into the relevant keyholders in The Congruent, the keyholder | ||
63 | disappears. You can retrieve your letter immediately by pressing C or G again | ||
64 | while standing in the same position, as the keyholder is still there, just | ||
65 | invisible. If you have already left the room, though, there is an easier way to | ||
66 | get your letters back: just use the Key Return in The Entry. | ||