The Witness: Update docs, credits, junk hints (#1240)

* Updated Credits & AP-game hints

* Updated docs
This commit is contained in:
NewSoupVi 2022-11-17 17:35:59 +01:00 committed by GitHub
parent 1cd1bfea4d
commit 95f90851ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 11 deletions

View File

@ -149,7 +149,9 @@ class WitnessWorld(World):
def fill_slot_data(self) -> dict: def fill_slot_data(self) -> dict:
hint_amount = get_option_value(self.multiworld, self.player, "hint_amount") hint_amount = get_option_value(self.multiworld, self.player, "hint_amount")
credits_hint = ("This Randomizer", "is brought to you by", "NewSoupVi, Jarno, jbzdarkid, sigma144", -1) credits_hint = (
"This Randomizer", "is brought to you by", "NewSoupVi, Jarno, jbzdarkid, sigma144, IHNN, blastron", -1
)
audio_logs = get_audio_logs().copy() audio_logs = get_audio_logs().copy()

View File

@ -22,6 +22,16 @@ Solving the last panel in a row of panels or an important standalone panel will
Every puzzle symbol and many other puzzle mechanics are items. Every puzzle symbol and many other puzzle mechanics are items.
This includes symbols such as "Dots", "Black/White Squares", "Colored Squares", "Stars", "Symmetry", "Shapers" (coll. "Tetris Pieces"), "Erasers" and many more. This includes symbols such as "Dots", "Black/White Squares", "Colored Squares", "Stars", "Symmetry", "Shapers" (coll. "Tetris Pieces"), "Erasers" and many more.
Alternatively (or additionally), you can play "Door shuffle", where some doors won't open until you receive their "key".
Receiving lasers as items is also a possible setting.
## What else can I find in the world?
By default, the audio logs scattered around the world will have 10 hints for your locations or items on them.
Example: "Shipwreck Vault contains Triangles".
## The Jungle, Orchard, Forest and Color House aren't randomized. What gives? ## The Jungle, Orchard, Forest and Color House aren't randomized. What gives?
There are limitations to what can currently be randomized in The Witness. There are limitations to what can currently be randomized in The Witness.

View File

@ -12,23 +12,26 @@
## Joining a MultiWorld Game ## Joining a MultiWorld Game
This Randomizer can be very "moody" if you don't do everything in the correct order. 1. Launch The Witness
It is recommended to do every single one of these steps when you connect to a world. 2. Start a fresh save
3. Launch [The Witness Archipelago Randomizer](https://github.com/Jarno458/The-Witness-Randomizer-for-Archipelago)
4. Enter the Archipelago address, slot name and password
5. Press "Connect"
6. Enjoy!
To continue an earlier game:
1. Launch The Witness 1. Launch The Witness
2. Start a fresh save (unless you have absolutely no other choice) 2. Load the save you last played this world on, if it's not the one you loaded into automatically
3. Do not move 3. Launch [The Witness Archipelago Randomizer](https://github.com/Jarno458/The-Witness-Randomizer-for-Archipelago)
4. Launch [The Witness Archipelago Randomizer](https://github.com/Jarno458/The-Witness-Randomizer-for-Archipelago) 4. Press "Load Credentials" (or type them in manually)
5. Enter the Archipelago address, slot name and password 5. Press "Connect"
6. Press "Randomize"
7. Wait for the randomization to fully finish before moving in-game
That's it! Have fun!
## Archipelago Text Client ## Archipelago Text Client
It is recommended to have Archipelago's Text Client open on the side to keep track of what items you receive and send, as The Witness has no in-game messages. It is recommended to have Archipelago's Text Client open on the side to keep track of what items you receive and send, as The Witness has no in-game messages.
<br/>Or use the Auto-Tracker! <br/>Or use the Auto-Tracker!
## Auto-Tracking ## Auto-Tracking
The Witness has a fully functional map tracker that supports auto-tracking. The Witness has a fully functional map tracker that supports auto-tracking.

View File

@ -35,6 +35,13 @@ joke_hints = [
("Have you tried Timespinner?", "Everyone who plays it", "ends up loving it!"), ("Have you tried Timespinner?", "Everyone who plays it", "ends up loving it!"),
("Have you tried VVVVVV?", "Experience the essence of gaming", "distilled into its purest form!"), ("Have you tried VVVVVV?", "Experience the essence of gaming", "distilled into its purest form!"),
("Have you tried The Witness?", "Oh. I guess you already have.", " Thanks for playing!"), ("Have you tried The Witness?", "Oh. I guess you already have.", " Thanks for playing!"),
("Have you tried Super Mario World?", "I don't think I need to tell you", "that it is beloved by many."),
("Have you tried Overcooked 2?", "When you're done relaxing with puzzles,",
"use your energy to yell at your friends."),
("Have you tried Zillion?", "Me neither. But it looks fun.", "So, let's try something new together?"),
("Have you tried Hylics 2?", "Stop motion might just be", "the epitome of unique art styles."),
("Have you tried Pokemon Red&Blue?", "A cute pet collecting game", "that fascinated an entire generation."),
("Waiting to get your items?", "Try BK Sudoku!", "Make progress even while stuck."),
("One day I was fascinated", "by the subject of", "generation of waves by wind"), ("One day I was fascinated", "by the subject of", "generation of waves by wind"),
("I don't like sandwiches", "Why would you think I like sandwiches?", "Have you ever seen me with a sandwich?"), ("I don't like sandwiches", "Why would you think I like sandwiches?", "Have you ever seen me with a sandwich?"),
("Where are you right now?", "I'm at soup!", "What do you mean you're at soup?"), ("Where are you right now?", "I'm at soup!", "What do you mean you're at soup?"),